v1.4.4
HKUDS/LightRAGv1.4.4Jul 24, 2025by danielaskdd
AI Summary
Query performance optimizations and database connection enhancements including new embedding providers and SSL support.
Key Highlights
- Optimized context builder to improve query performance
- Added Jina embeddings API support
- Added SSL support for PostgreSQL database connections
New Features
- Jina embeddings API support
- PostgreSQL SSL support
Full Release Notes
## New * Refac: optimizing context builder to improve query performance by @danielaskdd in https://github.com/HKUDS/LightRAG/pull/1848 * Improve query for find_text_unit by @okxuewei in https://github.com/HKUDS/LightRAG/pull/1812 * feat: Integrate Jina embeddings API support by @danielaskdd in https://github.com/HKUDS/LightRAG/pull/1851 * feat: Add SSL support for PostgreSQL database connections by @danielaskdd in https://github.com/HKUDS/LightRAG/pull/1834 * Fix: rename rerank parameter from top_k to top_n by @danielaskdd in https://github.com/HKUDS/LightRAG/pull/1815 ## Fixed * fix(postgres): handle ssl_mode="allow" in _create_ssl_context by @danielaskdd in https://github.com/HKUDS/LightRAG/pull/1852 * Fix "A Simple Program" example in README.md by @AkosLukacs in https://github.com/HKUDS/LightRAG/pull/1844 * Feat: add PostgreSQL extensions for vector and AGE by @danielaskdd in https://github.com/HKUDS/LightRAG/pull/1833 ## New Contributors * @AkosLukacs made their first contribution in https://github.com/HKUDS/LightRAG/pull/1844 **Full Changelog**: https://github.com/HKUDS/LightRAG/compare/v1.4.3...v1.4.4