v1.1.4

HKUDS/LightRAGv1.1.4Jan 25, 2025by LarFii

AI Summary

Adds Redis KV storage, configuration flexibility via INI files, and multi-turn conversation support.

Key Highlights

  • Added Redis KV storage
  • Added INI file reading for database configuration
  • Support for multi-turn conversations
  • Added Ollama generate API support
  • Added simple 3D database viewer tool

New Features

  • Redis KV storage
  • INI configuration file support
  • Multi-turn conversations

Full Release Notes

## What's Changed
* Fixed API docs link in Readme.md by @nickjfrench in https://github.com/HKUDS/LightRAG/pull/617
* Addind a simple tool to view the lightrag database in 3d  by @ParisNeo in https://github.com/HKUDS/LightRAG/pull/622
* Replacing ParisNeo with this repo owner, HKUDS by @nickjfrench in https://github.com/HKUDS/LightRAG/pull/618
* feat: Added Redis KV storage, OpenAI+Neo4j+Milvus+Redis demo tests, and added lightRAG.py: R… by @18277486571HYB in https://github.com/HKUDS/LightRAG/pull/616
* Fix: docker build  by @soichisumi in https://github.com/HKUDS/LightRAG/pull/624
* Fix parms missing for openai by @danielaskdd in https://github.com/HKUDS/LightRAG/pull/628
* add "azure_openai" in llm_binding and embedding_binding by @soichisumi in https://github.com/HKUDS/LightRAG/pull/630
* Fixed bug that caused data update to freeze when an exception occurred by @magicyuan876 in https://github.com/HKUDS/LightRAG/pull/634
* feat: Added INI file reading for database configuration, making it easier for production environments, modified LightRAG's ainsert method _add_doc... by @18277486571HYB in https://github.com/HKUDS/LightRAG/pull/631
* fix completion_delimiter with record_delimiter,  by @RayWang1991 in https://github.com/HKUDS/LightRAG/pull/637
* Support multi-turn conversations by @magicyuan876 in https://github.com/HKUDS/LightRAG/pull/639
* Upgraded docstrings for lightrag-server.py And added a simple front end to interact with the AI by @ParisNeo in https://github.com/HKUDS/LightRAG/pull/640
* Fixed workspace matching in oracle_impl.py by @da-luggas in https://github.com/HKUDS/LightRAG/pull/641
* asyncio optimizations by @dimatill in https://github.com/HKUDS/LightRAG/pull/642
* Add ollama generate api support by @danielaskdd in https://github.com/HKUDS/LightRAG/pull/644
* Major Refactoring: LLM Components, UI Updates, and Dependency Management by @ParisNeo in https://github.com/HKUDS/LightRAG/pull/645

## New Contributors
* @18277486571HYB made their first contribution in https://github.com/HKUDS/LightRAG/pull/616
* @soichisumi made their first contribution in https://github.com/HKUDS/LightRAG/pull/624
* @RayWang1991 made their first contribution in https://github.com/HKUDS/LightRAG/pull/637
* @da-luggas made their first contribution in https://github.com/HKUDS/LightRAG/pull/641
* @dimatill made their first contribution in https://github.com/HKUDS/LightRAG/pull/642

**Full Changelog**: https://github.com/HKUDS/LightRAG/compare/v1.1.3...v1.1.4