v1.4.2
HKUDS/LightRAGv1.4.2Jul 17, 2025by danielaskdd
AI Summary
Hotfix release to resolve entity_type and weight problems for Milvus DB storage.
Key Highlights
- Fixed Milvus DataNotMatchException error
- Changed default edge weight from 0.0 to 1.0 in entity extraction and graph storage
New Features
- Milvus DB entity_type and weight fixes
Full Release Notes
### Hotfix: Resolve entity_type and weight problem for Milvus DB * Fix Milvus DataNotMatchException by @okxuewei in https://github.com/HKUDS/LightRAG/pull/1792 * fix: change default edge weight from 0.0 to 1.0 in entity extraction and graph storage by @danielaskdd in https://github.com/HKUDS/LightRAG/pull/1794 **Full Changelog**: https://github.com/HKUDS/LightRAG/compare/v1.4.1...v1.4.2