guantao 1 день назад
Родитель
Сommit
725fa6d03b
3 измененных файлов с 5 добавлено и 1 удалено
  1. 2 0
      G
  2. 2 0
      X
  3. 1 1
      knowhub/vector_store.py

+ 2 - 0
G

@@ -0,0 +1,2 @@
+`Merge branch 'main' of https://git.yishihui.com/howard/Agent
+#

+ 2 - 0
X

@@ -0,0 +1,2 @@
+`Merge branch 'main' of https://git.yishihui.com/howard/Agent
+#

+ 1 - 1
knowhub/vector_store.py

@@ -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)