mirror of
https://github.com/csunny/DB-GPT.git
synced 2025-08-08 03:44:14 +00:00
Fix milvus truncate
Fixed the indent bug
This commit is contained in:
parent
1e82d683cc
commit
61e5b7c03b
@ -727,7 +727,7 @@ class MilvusStore(VectorStoreBase):
|
||||
metadata_filter_expr = metadata_filters[0]
|
||||
return metadata_filter_expr
|
||||
|
||||
def truncate(self):
|
||||
def truncate(self):
|
||||
"""检测pymilvus安装"""
|
||||
try:
|
||||
from pymilvus import Collection, utility
|
||||
|
Loading…
Reference in New Issue
Block a user