feat: Qdrant vectorstore support (#260)
* feat: Qdrant vectorstore support * chore: review changes * docs: Updated README.md
This commit is contained in:
@@ -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 = {}
|
||||
|
Reference in New Issue
Block a user