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