v1.1.5
HKUDS/LightRAGv1.1.5Feb 4, 2025by LarFii
AI Summary
Introduces WebUI management features, improves file loading capabilities, and fixes concurrent processing issues.
Key Highlights
- Added webui management for file and text upload
- Added Faiss Vector Storage Support
- Integrated Docling for enhanced file loading
- Fixed concurrent problems for document indexing
- Added Ollama history support
New Features
- WebUI management features
- Faiss Vector Storage
- Docling integration
Full Release Notes
## What's Changed * Fix broken main by @danielaskdd in https://github.com/HKUDS/LightRAG/pull/646 * feat: Added webui management, including file upload, text upload, Q&… by @18277486571HYB in https://github.com/HKUDS/LightRAG/pull/647 * Add history support for ollama api by @danielaskdd in https://github.com/HKUDS/LightRAG/pull/650 * fix README by @ArnoChenFx in https://github.com/HKUDS/LightRAG/pull/652 * Fix: WebUI Auth by @soichisumi in https://github.com/HKUDS/LightRAG/pull/649 * translated docstrings to english and enhanced the webui by @ParisNeo in https://github.com/HKUDS/LightRAG/pull/656 * Query with your custom prompts by @MdNazishArmanShorthillsAI in https://github.com/HKUDS/LightRAG/pull/658 * Enhance robustness of CVS processing ,Fix potential CSV parsing issues by @danielaskdd in https://github.com/HKUDS/LightRAG/pull/659 * LightRAG Enhancements PR by @ParisNeo in https://github.com/HKUDS/LightRAG/pull/660 * Added the possibility to change the name of the model on ollama service by @ParisNeo in https://github.com/HKUDS/LightRAG/pull/666 * + MongoDB KnowledgeGraph Support by @ranfysvalle02 in https://github.com/HKUDS/LightRAG/pull/671 * Add top_k and cosine_better_than_threshold support for API server by @danielaskdd in https://github.com/HKUDS/LightRAG/pull/674 * Fix get conversation turns by @danielaskdd in https://github.com/HKUDS/LightRAG/pull/675 * Improve prompts to avoid LLM make up answer by @danielaskdd in https://github.com/HKUDS/LightRAG/pull/681 * Few upgrades in the webui by @ParisNeo in https://github.com/HKUDS/LightRAG/pull/682 * Implement Faiss Vector Storage Support for LightRAG by @gurjot-05 in https://github.com/HKUDS/LightRAG/pull/686 * Fix Module Import Bug of PostgresSQL Demo by @TianhongDai in https://github.com/HKUDS/LightRAG/pull/688 * Use docling for enhanced files loading by @ParisNeo in https://github.com/HKUDS/LightRAG/pull/689 * Fixed concurrent problems for document indexing and user query by @danielaskdd in https://github.com/HKUDS/LightRAG/pull/693 * Fix the bug from main stream that using doc['status'] and improve Apache AGE performance by @ShanGor in https://github.com/HKUDS/LightRAG/pull/695 * Add the ability to specify a path for saving lightrag.log by @ultrageopro in https://github.com/HKUDS/LightRAG/pull/696 * Add http status check in unit tests. by @danielaskdd in https://github.com/HKUDS/LightRAG/pull/697 * Add query prefix "/bypass" for ollama api by @danielaskdd in https://github.com/HKUDS/LightRAG/pull/698 * refactoring the graph visualizer tool by @ArnoChenFx in https://github.com/HKUDS/LightRAG/pull/699 * fix DocStatus issue by @RayWang1991 in https://github.com/HKUDS/LightRAG/pull/701 * Improve graph viewer UI and rendering by @ArnoChenFx in https://github.com/HKUDS/LightRAG/pull/702 * Fix get_by_id DB query ressult is empty array by @wo10378931 in https://github.com/HKUDS/LightRAG/pull/704 * Integrated the GraphML Visualizer as an optional component of LightRAG by @ParisNeo in https://github.com/HKUDS/LightRAG/pull/703 * Revert "Integrated the GraphML Visualizer as an optional component of… by @LarFii in https://github.com/HKUDS/LightRAG/pull/705 * fix merge errors by @LarFii in https://github.com/HKUDS/LightRAG/pull/707 * fix mongo impl by @ArnoChenFx in https://github.com/HKUDS/LightRAG/pull/708 * Reapply "Integrated the GraphML Visualizer as an optional component of LightRAG" by @ArnoChenFx in https://github.com/HKUDS/LightRAG/pull/709 * split lightrag_visualizer into separate module and update entry point by @ArnoChenFx in https://github.com/HKUDS/LightRAG/pull/710 * fix doc_key filtering logic to handle dict status by @ArnoChenFx in https://github.com/HKUDS/LightRAG/pull/711 ## New Contributors * @ArnoChenFx made their first contribution in https://github.com/HKUDS/LightRAG/pull/652 * @MdNazishArmanShorthillsAI made their first contribution in https://github.com/HKUDS/LightRAG/pull/658 * @ranfysvalle02 made their first contribution in https://github.com/HKUDS/LightRAG/pull/671 * @TianhongDai made their first contribution in https://github.com/HKUDS/LightRAG/pull/688 * @ultrageopro made their first contribution in https://github.com/HKUDS/LightRAG/pull/696 * @wo10378931 made their first contribution in https://github.com/HKUDS/LightRAG/pull/704 **Full Changelog**: https://github.com/HKUDS/LightRAG/compare/v1.1.4...v1.1.5