v1.2.5
HKUDS/LightRAGv1.2.5Mar 10, 2025by LarFii
AI Summary
Added user authentication functionality for the API, entity merging capabilities, and a minimum degree filter for graph queries to improve data retrieval accuracy.
Key Highlights
- Added user authentication functionality for the API.
- Added entity merging functionality.
- Added minimum degree filter for graph queries.
- Improved task handling and error management in LightRAG.
New Features
- User authentication functionality (API)
- Entity merging functionality
- Minimum degree filter for graph queries
- Docling option to load files
- LLM cache control environment variable
Full Release Notes
## What's Changed * Add summary language setting by env by @danielaskdd in https://github.com/HKUDS/LightRAG/pull/989 * Completed the missing methods in various databases to support modifications for the Graph. by @LarFii in https://github.com/HKUDS/LightRAG/pull/990 * Made .env file loaded from the current folder instead of the script folder by @ParisNeo in https://github.com/HKUDS/LightRAG/pull/995 * [EVO] Add language configuration to environment and argument parsing by @Brocowlee in https://github.com/HKUDS/LightRAG/pull/994 * Improved task handling and error management in LightRAG by @danielaskdd in https://github.com/HKUDS/LightRAG/pull/1002 * Revert "[EVO] Add language configuration to environment and argument … by @LarFii in https://github.com/HKUDS/LightRAG/pull/1005 * [Bug]Fix the issue where editing entity names does not properly update the corresponding relationship in the vdb. by @LarFii in https://github.com/HKUDS/LightRAG/pull/1006 * Added entity merging functionality by @LarFii in https://github.com/HKUDS/LightRAG/pull/1009 * feat(api): Add user authentication functionality by @lcjqyml in https://github.com/HKUDS/LightRAG/pull/1000 * Feat: Added minimum degree filter for graph queries by @danielaskdd in https://github.com/HKUDS/LightRAG/pull/1003 * Update dev by @LarFii in https://github.com/HKUDS/LightRAG/pull/1015 * Fix edit entity and relation bugs by @LarFii in https://github.com/HKUDS/LightRAG/pull/1018 * fix the postgres get all labels and get knowledge graph by @ShanGor in https://github.com/HKUDS/LightRAG/pull/1024 * Fixed entites_section_list comma error by @da-luggas in https://github.com/HKUDS/LightRAG/pull/1021 * Add LLM cache control env for API Server by @danielaskdd in https://github.com/HKUDS/LightRAG/pull/1025 * Fix qdrant payload id by @dixyes in https://github.com/HKUDS/LightRAG/pull/1027 * Fixed and improved Iteration extraction by @LarFii in https://github.com/HKUDS/LightRAG/pull/1030 * Added docling option to load files by @ParisNeo in https://github.com/HKUDS/LightRAG/pull/1011 * Refactoring Neo4j implementation and fixing storage init problem for Gunicorn by @danielaskdd in https://github.com/HKUDS/LightRAG/pull/1036 ## New Contributors * @Brocowlee made their first contribution in https://github.com/HKUDS/LightRAG/pull/994 * @lcjqyml made their first contribution in https://github.com/HKUDS/LightRAG/pull/1000 * @dixyes made their first contribution in https://github.com/HKUDS/LightRAG/pull/1027 **Full Changelog**: https://github.com/HKUDS/LightRAG/compare/v1.2.4...v1.2.5