代码修改

This commit is contained in:
zhouchengrong
2024-04-03 15:14:54 +08:00
parent 21b232c08b
commit 0d598a4e11
3 changed files with 10 additions and 4 deletions

View File

@@ -88,7 +88,7 @@ class SimilarMatch:
def match_features(self):
# 连接milvus
# 连接milvus
client = MilvusClient(uri="http://10.1.1.240:19530", db_name="mixi")
client = MilvusClient(uri=MILVUS_URL, db_name="mixi")
try:
search_response = client.search(
collection_name="mixi_outfit", # Replace with the actual name of your collection