Skip to content

Releases: HKUDS/LightRAG

v1.0.9

02 Jan 03:37
f52982d
Compare
Choose a tag to compare

What's Changed

  • Streamlined API Installation and Documentation Enhancement by @ParisNeo in #514
  • Fixed keywords_extraction_examples format error by @zhangch-ss in #515
  • Fixed the async issue while running on Windows by @ShanGor in #516
  • Feature (lightrag): Added document status tracking and breakpoint resume support by @magicyuan876 in #521
  • Feature (lightrag): Implemented mixed search mode combining knowledge graph and other techniques by @magicyuan876 in #523
  • Optimized the prompts in the mixed search mode by @magicyuan876 in #524
  • Feature: Enhanced temporal support for knowledge graph relationships by @magicyuan876 in #525
  • Fixed breakpoint resume bug, ensuring that only documents with completed statuses are filtered out by @magicyuan876 in #529
  • Fixed: Changed exception type by @ChenZiHong-Gavin in #527
  • Development updates by @LarFii in #532
  • Updated LICENSE, fixed copyright license year by @JasonnnW3000 in #533

New Contributors

Full Changelog: v1.0.8...v1.0.9

v1.0.8

26 Dec 14:17
457e683
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.0.7...v1.0.8

v1.0.7

20 Dec 10:29
4042783
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.0.6...v1.0.7

v1.0.6

13 Dec 12:19
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.0.5...v1.0.6

v1.0.5

09 Dec 12:57
e5cc43a
Compare
Choose a tag to compare

What's Changed

  • Added the ability to use embedding cache during queries by @magicyuan876 in #406
  • Fixed a bug where args_hash was not calculated during embedding caching due to only being computed in regular caching scenarios by @magicyuan876 in #408
  • Update oracle_impl.py by @zsuroy in #409
  • Add support for Ollama streaming output and integrate Open-WebUI as the chat UI demo by @partoneplay in #407
  • Refactored caching logic by @magicyuan876 in #412
  • Optimized embedding similarity caching mechanism, added LLM similarity check functionality, and improved caching mechanism by @magicyuan876 in #421
  • Added Jina embedding support by @davidleon in #423
  • Interactive Graph: Mouse hover on nodes and edges displays description in a pop-up window by @kaushikacharya in #424
  • Fixed a bug #306 by @magicyuan876 in #428
  • Fix: Ensure entity_or_relation_name is a string in _handle_entity_relation_summary by @SaujanyaV in #415
  • Add an Ollama API service demo by @zhenya-zhu in #430
  • Add support for OpenAI-compatible streaming output and delete unreachable code by @partoneplay in #417
  • Fix: SyntaxError by @guyuecode in #425
  • Fix extra kwargs error: keyword_extraction by @davidleon in #429
  • Fix (LightRAG): Use is_closed() instead of _closed by @ChenZiHong-Gavin in #432
  • Fix Unicode escape for cases like "/utils" in the response by @davidleon in #435
  • Optimized keyword extraction prompt by @magicyuan876 in #434

New Contributors

Full Changelog: v1.0.4...v1.0.5

v1.0.4

05 Dec 12:41
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.3...v1.0.4

v1.0.3

05 Dec 06:12
Compare
Choose a tag to compare

Fix: unexpected keyword argument error.