mirror of
https://github.com/RYDE-WORK/Langchain-Chatchat.git
synced 2026-02-01 20:14:03 +08:00
修正 milvus 更改错误
This commit is contained in:
parent
67ac53242d
commit
0c63839ff6
@ -70,7 +70,7 @@ class MilvusKBService(KBService):
|
||||
self.milvus.col.delete(expr=f'pk in {delete_list}')
|
||||
|
||||
def do_clear_vs(self):
|
||||
if not self.milvus.col:
|
||||
if self.milvus.col:
|
||||
self.milvus.col.drop()
|
||||
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user