LightRAG/lightrag
Pankaj Kaushal ca788463cc feat: Add ChromaDB integration for vector storage
- Implemented `ChromaVectorDBStorage` class in `lightrag/kg/chroma_impl.py` to support ChromaDB as a vector storage backend.
- Updated `lightrag.py` to include `ChromaVectorDBStorage` in the storage class mapping.
- Added a test script `test_chromadb.py` to demonstrate the usage of ChromaDB with LightRAG, including configuration for embedding functions and ChromaDB connection settings.
- fix lazy import function to support package context for dynamic class loading.
  288d4b8355
2024-12-10 16:23:05 +01:00
..
kg feat: Add ChromaDB integration for vector storage 2024-12-10 16:23:05 +01:00
__init__.py Update __version__ 2024-12-09 18:12:08 +08:00
base.py Add support for Ollama streaming output and integrate Open-WebUI as the chat UI demo 2024-12-06 10:13:16 +08:00
lightrag.py feat: Add ChromaDB integration for vector storage 2024-12-10 16:23:05 +01:00
llm.py chore: update llm.py 2024-12-09 22:08:06 +09:00
operate.py fix naive_query 2024-12-09 17:45:01 +08:00
prompt.py 提取关键词时LLM输出的关键词跟随用户提问的语言,可以避免一些指定英文而偶发的一些LLM输出的JSON不规范导致JSON解析失败的问题 2024-12-09 18:15:09 +08:00
storage.py Add a progress bar 2024-11-25 15:04:38 +08:00
utils.py fix unicode_escape. 2024-12-09 19:14:27 +08:00