v1.2.8
HKUDS/LightRAGv1.2.8Mar 22, 2025by danielaskdd
AI Summary
Optimized parallel file processing and fixed deadlocks in multi-worker modes, while adding multi-language support (Arabic, French) and version display in the WebUI.
Key Highlights
- Optimized parallel file processing in folder scan and fixed deadlocks in Gunicorn multi workers mode.
- Added multi-language support (Arabic and French) and language selection in app settings.
- Improved node size calculation logic to prevent oversizing during graph expansion.
New Features
- Multi-language support (Arabic, French) in app settings
- Version display in SiteHeader of webui
Full Release Notes
## What's Changed * Optimize parallel file processing in folder scan by @danielaskdd in https://github.com/HKUDS/LightRAG/pull/1145 * Fix dead lock problem in Gunicorn multi workers mode by @danielaskdd in https://github.com/HKUDS/LightRAG/pull/1145 * Fix empty graph not display correctly after database dropped by @danielaskdd in https://github.com/HKUDS/LightRAG/pull/1150 * Added anthropic binding and few localization to other languages by @ParisNeo in https://github.com/HKUDS/LightRAG/pull/1148 * Add Arabic and French selection to app settings by @ParisNeo and @danielaskdd in https://github.com/HKUDS/LightRAG/pull/1152 * Implemented version display in SiteHeader of webui by @danielaskdd in https://github.com/HKUDS/LightRAG/pull/1153 * Improve node size calculation logic for node expansion to prevent oversize by @danielaskdd in https://github.com/HKUDS/LightRAG/pull/1156