v1.1.10
HKUDS/LightRAGv1.1.10Feb 20, 2025by YanSte
AI Summary
Focuses on code cleanup, parallelism improvements, and introduces a new LLM implementation module.
Key Highlights
- Improved parallelism and multi-batch processing
- Added LlamaIndex LLM implementation module
- Database cleanup and maintenance improvements
Breaking Changes
- Removed `get_knowledge_graph` API
New Features
- LlamaIndex LLM implementation
Full Release Notes
## What's Changed * Template github by @YanSte in https://github.com/HKUDS/LightRAG/pull/874 * updated template by @YanSte in https://github.com/HKUDS/LightRAG/pull/875 * Updated templates by @YanSte in https://github.com/HKUDS/LightRAG/pull/876 * Removed all useless try except around imports as pipmaster already handles that by @ParisNeo in https://github.com/HKUDS/LightRAG/pull/873 * cleaned code by @YanSte in https://github.com/HKUDS/LightRAG/pull/882 * Optimised returns by @YanSte in https://github.com/HKUDS/LightRAG/pull/883 * Cleanup of code by @YanSte in https://github.com/HKUDS/LightRAG/pull/885 * removed get_knowledge_graph by @YanSte in https://github.com/HKUDS/LightRAG/pull/886 * Improved Paralles by @YanSte in https://github.com/HKUDS/LightRAG/pull/887 * Parelle by @YanSte in https://github.com/HKUDS/LightRAG/pull/888 * Multi batches by @YanSte in https://github.com/HKUDS/LightRAG/pull/889 * fixed the behaviour Multi paralle by @YanSte in https://github.com/HKUDS/LightRAG/pull/890 * added lock by @YanSte in https://github.com/HKUDS/LightRAG/pull/891 * Add LlamaIndex LLM implementation module by @spo0nman in https://github.com/HKUDS/LightRAG/pull/864 * Database Cleanup by @YanSte in https://github.com/HKUDS/LightRAG/pull/898 * Database Cleanup by @YanSte in https://github.com/HKUDS/LightRAG/pull/899 * Database Cleanup by @YanSte in https://github.com/HKUDS/LightRAG/pull/900 **Full Changelog**: https://github.com/HKUDS/LightRAG/compare/v1.1.9...v1.1.10