@@ -0,0 +1,2 @@
+`Merge branch 'main' of https://git.yishihui.com/howard/Agent
+#
@@ -67,7 +67,7 @@ class MilvusStore:
def _init_collection(self):
"""初始化 collection"""
- collection_name = "knowledge"
+ collection_name = "knowledge_dedup"
if utility.has_collection(collection_name):
self.collection = Collection(collection_name)