v1.4.5
HKUDS/LightRAGv1.4.5Jul 31, 2025by danielaskdd
AI Summary
WebUI enhancements and a change to the default query mode to improve user interaction and retrieval strategy.
Key Highlights
- Added document list pagination for webui
- Added query param reset buttons to webui
- Changed default query mode from hybrid to mix
Breaking Changes
- Changed default query mode from hybrid to mix
New Features
- Document list pagination
- Query param reset buttons
Full Release Notes
## What's New * Feat(webui): add document list pagination for webui by @danielaskdd in https://github.com/HKUDS/LightRAG/pull/1886 * Feat: add Document Processing Track ID Support for Frontend by @danielaskdd in https://github.com/HKUDS/LightRAG/pull/1882 * Better prompt for entity description extraction to avoid hallucinations by @AkosLukacs in https://github.com/HKUDS/LightRAG/pull/1845 * Refine entity continuation prompt to avoid duplicates and reducing document processing time by @danielaskdd in https://github.com/HKUDS/LightRAG/pull/1868 * feat: Add rerank score filtering with configurable threshold by @danielaskdd in https://github.com/HKUDS/LightRAG/pull/1871 * Feat(webui): add query param reset buttons to webui by @danielaskdd in https://github.com/HKUDS/LightRAG/pull/1889 * Feat(webui): enhance status card with new settings from health endpoint by @danielaskdd in https://github.com/HKUDS/LightRAG/pull/1873 ## What's Fixed * fix(webui): Correct edge renderer for sigma.js v3 by @danielaskdd in https://github.com/HKUDS/LightRAG/pull/1863 * Fix: file_path exceeds max length by @okxuewei in https://github.com/HKUDS/LightRAG/pull/1862 * refactor: unify file_path handling across merge and rebuild functions by @danielaskdd in https://github.com/HKUDS/LightRAG/pull/1869 * Fix: Improve keyword extraction prompt for robust JSON output. by @danielaskdd in https://github.com/HKUDS/LightRAG/pull/1872 * allow options to be passed to ollama client when using ollama binding [improved] by @michele-comitini in https://github.com/HKUDS/LightRAG/pull/1874 * refactor: Remove deprecated `max_token_size` from embedding configura… by @danielaskdd in https://github.com/HKUDS/LightRAG/pull/1875 * Fix: corrected unterminated f-string in config.py by @Ja1aia in https://github.com/HKUDS/LightRAG/pull/1876 * feat: add processing time tracking to document status with metadata field by @danielaskdd in https://github.com/HKUDS/LightRAG/pull/1883 * fix timeout issue by @Ja1aia in https://github.com/HKUDS/LightRAG/pull/1878 * fix: Add safe handling for missing file_path in PostgreSQL by @danielaskdd in https://github.com/HKUDS/LightRAG/pull/1891 * Remove content in doc status to improve performance by @danielaskdd in https://github.com/HKUDS/LightRAG/pull/1881 ## New Contributors * @michele-comitini made their first contribution in https://github.com/HKUDS/LightRAG/pull/1874 * @Ja1aia made their first contribution in https://github.com/HKUDS/LightRAG/pull/1876 **Full Changelog**: https://github.com/HKUDS/LightRAG/compare/v1.4.4...v1.4.5