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

@@ -81,6 +81,7 @@ KH_VECTORSTORE = {
# "__type__": "kotaemon.storages.LanceDBVectorStore",
"__type__": "kotaemon.storages.ChromaVectorStore",
# "__type__": "kotaemon.storages.MilvusVectorStore",
# "__type__": "kotaemon.storages.QdrantVectorStore",
"path": str(KH_USER_DATA_DIR / "vectorstore"),
}
KH_LLMS = {}