chandrakalagowda commited on
Commit
2feb915
1 Parent(s): 7c774f1

Update 2_deep_dive_image_searchmilvus.py

Browse files
Files changed (1) hide show
  1. 2_deep_dive_image_searchmilvus.py +2 -2
2_deep_dive_image_searchmilvus.py CHANGED
@@ -91,8 +91,8 @@ DEVICE = None # if None, use default device (cuda is enabled if available)
91
 
92
  # Milvus parameters
93
  HOST = '127.0.0.1'
94
- #PORT = '19530'
95
- PORT = '7860'
96
  TOPK = 10
97
  DIM = 512 # dimension of embedding extracted, change with MODEL
98
  COLLECTION_NAME = 'deep_dive_image_search_' + MODEL
 
91
 
92
  # Milvus parameters
93
  HOST = '127.0.0.1'
94
+ PORT = '19530'
95
+ #PORT = '7860'
96
  TOPK = 10
97
  DIM = 512 # dimension of embedding extracted, change with MODEL
98
  COLLECTION_NAME = 'deep_dive_image_search_' + MODEL