v1.4.6
HKUDS/LightRAGv1.4.6Aug 3, 2025by danielaskdd
AI Summary
Performance optimization release focusing on document deletion speed and JSON parsing reliability.
Key Highlights
- Optimized Document Deletion Performance with Entity/Relation Indexing
- Improved JSON parsing reliability using json-repair library
- Refactored workspace isolation for json KV storage
New Features
- Document Deletion Performance Optimization
Full Release Notes
## What's New * feat(performance): **Optimize Document Deletion Performance** with Entity/Relation Indexing by @danielaskdd in https://github.com/HKUDS/LightRAG/pull/1904 * refactor: improve JSON parsing reliability with json-repair library by @danielaskdd in https://github.com/HKUDS/LightRAG/pull/1897 ## What's Fixed * Fix: **resolved workspace isolation problem for json KV storage** by @danielaskdd in https://github.com/HKUDS/LightRAG/pull/1899 * Fix: move OllamaServerInfos class to base module by @danielaskdd in https://github.com/HKUDS/LightRAG/pull/1893 * Add graceful shutdown handling for LightRAG server by @danielaskdd in https://github.com/HKUDS/LightRAG/pull/1895 **Full Changelog**: https://github.com/HKUDS/LightRAG/compare/v1.4.5...v1.4.6