v1.1.6

HKUDS/LightRAGv1.1.6Feb 14, 2025by LarFii

AI Summary

Enhances error handling, integrates Gemini client, and expands storage backend options.

Key Highlights

  • Improved LLM Error Handling for API Server
  • Integrated Gemini client into LightRAG
  • Added Qdrant backend support
  • Added MongoGraphStorage
  • Namespace prefix support for storage namespaces

New Features

  • Gemini client integration
  • Qdrant backend
  • MongoGraphStorage

Full Release Notes

## What's Changed
* Improve LLM Error Handling for API Server by @danielaskdd in https://github.com/HKUDS/LightRAG/pull/712
* Split ollama api to separated file by @danielaskdd in https://github.com/HKUDS/LightRAG/pull/717
* fix graph viewer crash on macos when show file dialog by @ArnoChenFx in https://github.com/HKUDS/LightRAG/pull/718
* Fixing .env file loading problem for Ollama API module by @danielaskdd in https://github.com/HKUDS/LightRAG/pull/719
* fix: add keyword_extraction param support for LLM func of API Server by @danielaskdd in https://github.com/HKUDS/LightRAG/pull/720
* Fix mutable default param by @danielaskdd in https://github.com/HKUDS/LightRAG/pull/722
* Improve error handling by @danielaskdd in https://github.com/HKUDS/LightRAG/pull/723
* Rename startup script and service files for better clarity by @danielaskdd in https://github.com/HKUDS/LightRAG/pull/728
* feat: trimming the model’s reasoning by @ultrageopro in https://github.com/HKUDS/LightRAG/pull/724
* add namespace prefix to storage namespaces by @ArnoChenFx in https://github.com/HKUDS/LightRAG/pull/729
* improve namespace handling by @ArnoChenFx in https://github.com/HKUDS/LightRAG/pull/732
* Fixed Pipe Insert & Code Cleanup by @YanSte in https://github.com/HKUDS/LightRAG/pull/734
* Improve Parallelism & Fix Bugs After Testing by @YanSte in https://github.com/HKUDS/LightRAG/pull/739
* add qdrant backend, enable MongoGraphStorage based on config by @ArnoChenFx in https://github.com/HKUDS/LightRAG/pull/738
* Updated documentation by @YanSte in https://github.com/HKUDS/LightRAG/pull/735
* fix(postgres): update document status with partial update instead of … by @Brenon28 in https://github.com/HKUDS/LightRAG/pull/741
* Integrate gemini client into Lightrag by @gurjot-05 in https://github.com/HKUDS/LightRAG/pull/750
* add MongoDocStatusStorage by @ArnoChenFx in https://github.com/HKUDS/LightRAG/pull/751
* Fix incorrect usage of insert_file API by @TITC in https://github.com/HKUDS/LightRAG/pull/754
* graph viewer webui by @ArnoChenFx in https://github.com/HKUDS/LightRAG/pull/737
* Add datastore selection feature for API Server by @danielaskdd in https://github.com/HKUDS/LightRAG/pull/744
* Exclude .env from Docker Image & Mount as Volume in docker-compose.yml by @enriquecatala in https://github.com/HKUDS/LightRAG/pull/759
* fix: neo4j MAX_CONNECTION_POOL_SIZE impl by @ultrageopro in https://github.com/HKUDS/LightRAG/pull/764
* Fix typos in documentation tree structure and storage check rules by @danielaskdd in https://github.com/HKUDS/LightRAG/pull/765
* Fix various runtime errors by @ArnoChenFx in https://github.com/HKUDS/LightRAG/pull/768
* Move document scanning trigger by command line to background task by @danielaskdd in https://github.com/HKUDS/LightRAG/pull/766
* Fixe the delete by @YanSte in https://github.com/HKUDS/LightRAG/pull/769
* Enable LiteLLM proxy with embedding_binding_host by @enriquecatala in https://github.com/HKUDS/LightRAG/pull/771

## New Contributors
* @YanSte made their first contribution in https://github.com/HKUDS/LightRAG/pull/734
* @Brenon28 made their first contribution in https://github.com/HKUDS/LightRAG/pull/741
* @TITC made their first contribution in https://github.com/HKUDS/LightRAG/pull/754
* @enriquecatala made their first contribution in https://github.com/HKUDS/LightRAG/pull/759

**Full Changelog**: https://github.com/HKUDS/LightRAG/compare/v1.1.5...v1.1.6