Commit 402688c8 authored by zhenwu's avatar zhenwu
Browse files

update utils.py


Former-commit-id: 04215291bf8e79ab675278e8ce1e2afa02f4a2ee
parent 55a09054
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)