mirror of
https://github.com/csunny/DB-GPT.git
synced 2025-09-12 12:37:14 +00:00
@@ -32,7 +32,7 @@ class MilvusStore(VectorStoreBase):
|
||||
self.secure = ctx.get("MILVUS_SECURE", os.getenv("MILVUS_SECURE"))
|
||||
self.collection_name = ctx.get("vector_store_name", None)
|
||||
self.embedding = ctx.get("embeddings", None)
|
||||
self.fields = ["metadata"]
|
||||
self.fields = []
|
||||
self.alias = "default"
|
||||
|
||||
# use HNSW by default.
|
||||
|
Reference in New Issue
Block a user