Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-07-19 | 1.2 kB | |
v1.4.3 source code.tar.gz | 2025-07-19 | 7.1 MB | |
v1.4.3 source code.zip | 2025-07-19 | 7.3 MB | |
Totals: 3 Items | 14.5 MB | 1 |
New
- Feat: change default query mode from hybrid to mix by @danielaskdd in https://github.com/HKUDS/LightRAG/pull/1797
- Add Azure deployment by @Chida82 in https://github.com/HKUDS/LightRAG/pull/1801
- Remove separate requirements.txt and update Dockerfile to use pip install by @danielaskdd in https://github.com/HKUDS/LightRAG/pull/1799
Fixed
- Fix: resolved PostgreSQL AGE agtype parsing error and simplify error logging by @danielaskdd in https://github.com/HKUDS/LightRAG/pull/1802
- Fix: implemented entity-keyed locks for edge merging operations to ensure robust race condition protection by @danielaskdd in https://github.com/HKUDS/LightRAG/pull/1811
- Fix: add retry mechanism for Memgraph transient errors by @danielaskdd in https://github.com/HKUDS/LightRAG/pull/1810
- Fix file path handling in graph operations by @danielaskdd in https://github.com/HKUDS/LightRAG/pull/1796
- Enhance Redis connection handling with retries and timeouts by @danielaskdd in https://github.com/HKUDS/LightRAG/pull/1809
New Contributors
- @Chida82 made their first contribution in https://github.com/HKUDS/LightRAG/pull/1801
Full Changelog: https://github.com/HKUDS/LightRAG/compare/v1.4.2...v1.4.3