Skip to content

Releases: HKUDS/LightRAG

v1.1.4

25 Jan 06:58
207c0e8
Compare
Choose a tag to compare

What's Changed

  • Fixed API docs link in Readme.md by @nickjfrench in #617
  • Addind a simple tool to view the lightrag database in 3d by @ParisNeo in #622
  • Replacing ParisNeo with this repo owner, HKUDS by @nickjfrench in #618
  • feat: Added Redis KV storage, OpenAI+Neo4j+Milvus+Redis demo tests, and added lightRAG.py: R… by @18277486571HYB in #616
  • Fix: docker build by @soichisumi in #624
  • Fix parms missing for openai by @danielaskdd in #628
  • add "azure_openai" in llm_binding and embedding_binding by @soichisumi in #630
  • Fixed bug that caused data update to freeze when an exception occurred by @magicyuan876 in #634
  • feat: Added INI file reading for database configuration, making it easier for production environments, modified LightRAG's ainsert method _add_doc... by @18277486571HYB in #631
  • fix completion_delimiter with record_delimiter, by @RayWang1991 in #637
  • Support multi-turn conversations by @magicyuan876 in #639
  • Upgraded docstrings for lightrag-server.py And added a simple front end to interact with the AI by @ParisNeo in #640
  • Fixed workspace matching in oracle_impl.py by @da-luggas in #641
  • asyncio optimizations by @dimatill in #642
  • Add ollama generate api support by @danielaskdd in #644
  • Major Refactoring: LLM Components, UI Updates, and Dependency Management by @ParisNeo in #645

New Contributors

Full Changelog: v1.1.3...v1.1.4

v1.1.3

21 Jan 02:30
4e5ca51
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.1.2...v1.1.3

v1.1.2

16 Jan 06:26
d7cfe02
Compare
Choose a tag to compare

What's Changed

  • Fix for mongoDB document 16MB limit and add os env NEO4J_MAX_CONNECTION_POOL_SIZE for neo4j by @jiabin2wang20230918 in #581
  • Enhancement: Multi-format document support and dynamic dependency management #565 by @ParisNeo in #587
  • Enrich README.md for postgres usage, fix the issue for running postgres on python version<12 by @ShanGor in #589
  • Add custom function with separate keyword extraction for user's query and a separate prompt by @gurjot-05 in #585
  • Enhance Robustness of insert Method with Pipeline Processing and Caching Mechanisms by @jin38324 in #590

New Contributors

Full Changelog: v1.1.1...v1.1.2

v1.1.1

13 Jan 02:13
057e23c
Compare
Choose a tag to compare

What's Changed

  • Add character segmentation functionality for chunks by @tongshiyuan in #551
  • Fix:Optimized logic for automatic switching modes when keywords do not exist by @n3A87 in #547
  • Implement custom chunking feature by @GurjotSinghShorthillsAI in #553
  • Restore backwards compatibility for LightRAG's ainsert method by @ParisNeo in #555
  • Optimize the character segmentation parameters by @tongshiyuan in #557
  • Add custom chunking function. by @AdiKalra in #560
  • [API Enhancement] Consolidate API Servers and Add HTTPS Support (#565) by @ParisNeo in #569
  • Revise the AGE usage for postgres_impl by @ShanGor in #570
  • Highlight the Apache AGE release version issue in the README.MD by @ShanGor in #573
  • fix: Resolve 500 error caused by missing len() for LightRAG by @iridium-soda in #572
  • Fix 500 error in LightRAG's API insert_text endpoint by @ParisNeo in #575
  • Revise the AGE implementation on get_node_edges, to align with Neo4j behavior. by @ShanGor in #576

New Contributors

Full Changelog: v1.1.0...v1.1.1

v1.1.0

06 Jan 07:43
39a366a
Compare
Choose a tag to compare

What's Changed

  • Add Optional API Key Authentication to FastAPI Services by @ParisNeo in #541
  • Added PostgreSQL implementation by @ShanGor in #539
  • Add support for selecting a specific database in Neo4j by @xiyihan0 in #542
  • Enhance the llm_cache_kv_store, enable the llm_cache for entity extraction and revise readme by @ShanGor in #545

New Contributors

Full Changelog: v1.0.9...v1.1.0

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