mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-01-07 19:31:51 +08:00
update utils.py
Former-commit-id: 837591d04e95503c6e66f3960866949f628224e4
This commit is contained in:
parent
883566c3f5
commit
f410219fc2
@ -475,7 +475,7 @@ if __name__ == "__main__":
|
||||
table = "test"
|
||||
|
||||
|
||||
file_name = '/poc/yuncong/ann_1000m/query.npy'
|
||||
file_name = 'query.npy'
|
||||
data = np.load(file_name)
|
||||
vectors = data[0:nq].tolist()
|
||||
# print(vectors)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user