v1.1.0

HKUDS/LightRAGv1.1.0Jan 6, 2025by LarFii

AI Summary

Adds PostgreSQL implementation and optional API key authentication for FastAPI services. It enhances Neo4j database selection capabilities and improves LLM caching functionality.

Key Highlights

  • PostgreSQL Implementation
  • Optional API Key Authentication
  • Neo4j Database Selection Support
  • Enhanced LLM Cache KV Store

New Features

  • PostgreSQL Implementation
  • API Key Authentication
  • Neo4j Database Selection

Full Release Notes

## What's Changed
* Add Optional API Key Authentication to FastAPI Services by @ParisNeo in https://github.com/HKUDS/LightRAG/pull/541
* Added PostgreSQL implementation by @ShanGor in https://github.com/HKUDS/LightRAG/pull/539
* Add support for selecting a specific database in Neo4j by @xiyihan0 in https://github.com/HKUDS/LightRAG/pull/542
* Enhance the llm_cache_kv_store, enable the llm_cache for entity extraction and revise readme by @ShanGor in https://github.com/HKUDS/LightRAG/pull/545

## New Contributors
* @xiyihan0 made their first contribution in https://github.com/HKUDS/LightRAG/pull/542

**Full Changelog**: https://github.com/HKUDS/LightRAG/compare/v1.0.9...v1.1.0