v1.2.4
HKUDS/LightRAGv1.2.4Mar 4, 2025by LarFii
AI Summary
Enhanced the API server capabilities by adding multi-worker support and improved caching mechanisms, alongside better file handling and validation for document processing.
Key Highlights
- Added multi-worker support for the API Server.
- Improved caching check mechanism.
- Improved file handling and validation for document processing.
New Features
- Multi-worker support for API Server
- Max nodes limit for graph retrieval
- Setup logger for standalone LightRAG logger initialization
Full Release Notes
## What's Changed * Add multi workers support for API Server by @danielaskdd in https://github.com/HKUDS/LightRAG/pull/969 * adding full_doc_id to insert by @abylikhsanov in https://github.com/HKUDS/LightRAG/pull/971 * Improved caching check by @MdNazishArmanShorthillsAI in https://github.com/HKUDS/LightRAG/pull/978 * Add max nodes limit for graph retrieval by @danielaskdd in https://github.com/HKUDS/LightRAG/pull/974 * Providing setup_logger for standalone LightRAG logger initialization by @danielaskdd in https://github.com/HKUDS/LightRAG/pull/982 * Fix package name checks for docx and pptx modules. by @danielaskdd in https://github.com/HKUDS/LightRAG/pull/986 * fix: api server installation missing MANIFEST.in file by @danielaskdd in https://github.com/HKUDS/LightRAG/pull/987 * Improved file handling and validation for document processing by @danielaskdd in https://github.com/HKUDS/LightRAG/pull/976 **Full Changelog**: https://github.com/HKUDS/LightRAG/compare/v1.2.3...v1.2.4