v1.2.2
HKUDS/LightRAGv1.2.2Feb 26, 2025by YanSte
AI Summary
Fixed critical attribute errors and enhanced the Graph Visualization with configurable depth and layout iterations, alongside UI improvements for retrieval messages.
Key Highlights
- Fixed AttributeError related to embedding dimensions.
- Enhanced Graph Visualization with configurable depth and layout iterations.
- Added retrieval message code highlighting and copy button.
New Features
- Single document and custom chunks method support
- Retrieval message code highlighting and copy button
Full Release Notes
## What's Changed * fix AttributeError: 'NoneType' object has no attribute 'dim' by @konrad-woj in https://github.com/HKUDS/LightRAG/pull/931 * Add retrieval message code highlighting and copy button by @ArnoChenFx in https://github.com/HKUDS/LightRAG/pull/933 * Enhance Graph Visualization with Configurable Depth and Layout Iterations by @ArnoChenFx in https://github.com/HKUDS/LightRAG/pull/946 * fix this event loop is already running by @FeHuynhVI in https://github.com/HKUDS/LightRAG/pull/940 * add support for the single document and custom chunks method by @cnjack in https://github.com/HKUDS/LightRAG/pull/950 * Version 1.2.2 by @YanSte in https://github.com/HKUDS/LightRAG/pull/952 ## New Contributors * @FeHuynhVI made their first contribution in https://github.com/HKUDS/LightRAG/pull/940 * @cnjack made their first contribution in https://github.com/HKUDS/LightRAG/pull/950 **Full Changelog**: https://github.com/HKUDS/LightRAG/compare/v1.2.1...v1.2.2