mirror of
https://github.com/RYDE-WORK/Langchain-Chatchat.git
synced 2026-01-27 01:03:35 +08:00
commit
b07d1da90f
@ -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