feat: support milvus vector db (#188) #none

Signed-off-by: ChengZi <chen.zhang@zilliz.com>
This commit is contained in:
ChengZi
2024-09-04 21:22:50 +08:00
committed by GitHub
parent 76f2652d2a
commit 772186b6e5
6 changed files with 201 additions and 0 deletions

View File

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