v1.3.9
HKUDS/LightRAGv1.3.9Jun 24, 2025by LarFii
AI Summary
Release focused on documentation improvements and feature additions including RAG-Anything integration and comprehensive document deletion.
Key Highlights
- Added clear initialization requirements and troubleshooting section
- Added documentation for multi-document concurrent processing mechanism
- Integrated RAG-Anything for enhanced capabilities
- Added comprehensive document deletion feature with knowledge graph reconstruction
New Features
- Documentation improvements
- RAG-Anything integration
- Document deletion with graph reconstruction
Full Release Notes
## What's Changed * docs: Add clear initialization requirements and troubleshooting section by @neno-is-ooo in https://github.com/HKUDS/LightRAG/pull/1665 * Add doc for explaining LightRAG's multi-document concurrent processing mechanism by @earayu in https://github.com/HKUDS/LightRAG/pull/1619 * feat: Support `application/octet-stream` requests from LiteLLM clients for Ollama Emulation by @danielaskdd in https://github.com/HKUDS/LightRAG/pull/1673 * Feat: RAG-Anything Integration by @LarFii in https://github.com/HKUDS/LightRAG/pull/1688 * Feat: Add comprehensive document deletion feature with integrated knowledge graph reconstruction by @LarFii in https://github.com/HKUDS/LightRAG/pull/1693 ## Bugs fixed * fix typo: "extrat" -> extract by @kwilt in https://github.com/HKUDS/LightRAG/pull/1667 * Fix: Increase Ollama timeout values to prevent ReadTimeout errors by @eddiemaru-101 in https://github.com/HKUDS/LightRAG/pull/1643 * Fix incorrect spacing by @Chaoyingz in https://github.com/HKUDS/LightRAG/pull/1671 ## New Contributors * @neno-is-ooo made their first contribution in https://github.com/HKUDS/LightRAG/pull/1665 * @kwilt made their first contribution in https://github.com/HKUDS/LightRAG/pull/1667 * @eddiemaru-101 made their first contribution in https://github.com/HKUDS/LightRAG/pull/1643 * @Chaoyingz made their first contribution in https://github.com/HKUDS/LightRAG/pull/1671 **Full Changelog**: https://github.com/HKUDS/LightRAG/compare/v1.3.8...v1.3.9