v1.4.3
HKUDS/LightRAGv1.4.3Jul 19, 2025by danielaskdd
AI Summary
Updated default query mode and added support for Azure deployment with updated Dockerfile configurations.
Key Highlights
- Changed default query mode from hybrid to mix
- Added Azure deployment support
- Updated Dockerfile to use standard pip install instead of separate requirements.txt
Breaking Changes
- Changed default query mode from hybrid to mix
New Features
- Azure deployment support
Full Release Notes
## 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