Commit f410219f authored by zhenwu's avatar zhenwu
Browse files

update utils.py


Former-commit-id: 837591d04e95503c6e66f3960866949f628224e4
parent 883566c3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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)