v1.2.7
HKUDS/LightRAGv1.2.7Mar 21, 2025by LarFii
AI Summary
Introduced a login page and improved graph reload functionality, along with fixes for entity editing bugs and document processing errors.
Key Highlights
- Added login page and improved login flow.
- Improved graph reload and camera rotation in the graph panel.
- Fixed bugs related to editing entities/relationships and document processing errors.
New Features
- Login page implementation
- Graph camera rotation
- Graph reload improvements
- Conditional file logging support
Full Release Notes
## What's Changed * Added camera rotation to graph panel and merge login feature by @danielaskdd in https://github.com/HKUDS/LightRAG/pull/1108 * Added loginPage by @choizhang in https://github.com/HKUDS/LightRAG/pull/1049 * Fixed get_by_id type error in PSQL impl by @JoramMillenaar in https://github.com/HKUDS/LightRAG/pull/1107 * Hot fix: Server can not startup with legacy data (json_doc_status_impl.py) by @danielaskdd in https://github.com/HKUDS/LightRAG/pull/1115 * Improve login flow by @danielaskdd in https://github.com/HKUDS/LightRAG/pull/1124 * Improve graph reload by @danielaskdd in https://github.com/HKUDS/LightRAG/pull/1126 * Fix settings popover toggle logic by @danielaskdd in https://github.com/HKUDS/LightRAG/pull/1128 * Fix dark mode styles for node property buttons by @danielaskdd in https://github.com/HKUDS/LightRAG/pull/1132 * Fix: Resolve graph data reloading problem after login token expire by @danielaskdd in https://github.com/HKUDS/LightRAG/pull/1133 * Update .gitattributes for webui files by @danielaskdd in https://github.com/HKUDS/LightRAG/pull/1134 * Implemented simple PSQL doc-status get_by_ids method by @JoramMillenaar in https://github.com/HKUDS/LightRAG/pull/1129 * fix: correct chunk_ids as array type and remove incorrect filepath type conversion by @Howe829 in https://github.com/HKUDS/LightRAG/pull/1120 * Fix ERROR: Failed to process document doc-xxx: 'metadata' by @LarFii in https://github.com/HKUDS/LightRAG/pull/1138 * Fixed the issue where editing entities or relationships caused query failures. by @LarFii in https://github.com/HKUDS/LightRAG/pull/1141 * fix hf_embed torch device use MPS or CPU when CUDA is not available -… by @mvignieri in https://github.com/HKUDS/LightRAG/pull/1139 * Add ability to conditionally disable file logging by @spo0nman in https://github.com/HKUDS/LightRAG/pull/1111 ## New Contributors * @choizhang made their first contribution in https://github.com/HKUDS/LightRAG/pull/1049 * @Howe829 made their first contribution in https://github.com/HKUDS/LightRAG/pull/1120 * @mvignieri made their first contribution in https://github.com/HKUDS/LightRAG/pull/1139 **Full Changelog**: https://github.com/HKUDS/LightRAG/compare/v1.2.6...v1.2.7