mirror of
https://github.com/csunny/DB-GPT.git
synced 2025-08-08 03:44:14 +00:00
feature:add milvus store
This commit is contained in:
parent
6747d877cc
commit
0297fa425b
@ -48,5 +48,5 @@ DB_SETTINGS = {
|
||||
VS_ROOT_PATH = os.path.join(os.path.dirname(os.path.dirname(__file__)), "vs_store")
|
||||
KNOWLEDGE_UPLOAD_ROOT_PATH = os.path.join(os.path.dirname(os.path.dirname(__file__)), "data")
|
||||
KNOWLEDGE_CHUNK_SPLIT_SIZE = 100
|
||||
VECTOR_STORE_TYPE = "milvus"
|
||||
VECTOR_STORE_TYPE = "Chroma"
|
||||
VECTOR_STORE_CONFIG = {"url": "127.0.0.1", "port": "19530"}
|
||||
|
Loading…
Reference in New Issue
Block a user