fix 代码整理

This commit is contained in:
zhouchengrong
2024-04-10 10:47:20 +08:00
parent 3960a19014
commit 49f5e0a4b5
2 changed files with 28 additions and 29 deletions

View File

@@ -86,7 +86,6 @@ class SimilarMatch:
@RunTime
def match_features(self):
# 连接milvus
# 连接milvus
client = MilvusClient(uri=MILVUS_URL, db_name="mixi")
try: