代码修改
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user