feat: Qdrant vectorstore support (#260)

* feat: Qdrant vectorstore support

* chore: review changes

* docs: Updated README.md
This commit is contained in:
Anush
2024-09-16 02:47:36 +05:30
committed by GitHub
parent cbe45a4395
commit e2bd78e9c4
9 changed files with 208 additions and 2 deletions

View File

@@ -189,7 +189,7 @@ starting point.
KH_DOCSTORE=(Elasticsearch | LanceDB | SimpleFileDocumentStore)
# setup your preferred vectorstore (for vector-based search)
KH_VECTORSTORE=(ChromaDB | LanceDB | InMemory)
KH_VECTORSTORE=(ChromaDB | LanceDB | InMemory | Qdrant)
# Enable / disable multimodal QA
KH_REASONINGS_USE_MULTIMODAL=True