|
@@ -67,7 +67,7 @@ class MilvusStore:
|
|
|
|
|
|
|
|
def _init_collection(self):
|
|
def _init_collection(self):
|
|
|
"""初始化 collection"""
|
|
"""初始化 collection"""
|
|
|
- collection_name = "knowledge"
|
|
|
|
|
|
|
+ collection_name = "knowledge_dedup"
|
|
|
|
|
|
|
|
if utility.has_collection(collection_name):
|
|
if utility.has_collection(collection_name):
|
|
|
self.collection = Collection(collection_name)
|
|
self.collection = Collection(collection_name)
|