Skip to content

Commit

Permalink
fix wike datasets config
Browse files Browse the repository at this point in the history
  • Loading branch information
divyegala committed Oct 31, 2023
1 parent 879c744 commit d2ccf2a
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -85,15 +85,15 @@
distance: euclidean

- name: wiki_all_1M,
base_file: wiki_all_1M/base.88M.fbin,
base_file: wiki_all_1M/base.1MM.fbin,
query_file: wiki_all_1M/queries.fbin,
groundtruth_neighbors_file: wiki_all_1M/groundtruth.88M.neighbors.ibin,
groundtruth_neighbors_file: wiki_all_1M/groundtruth.1M.neighbors.ibin,
distance: euclidean

- name: wiki_all_10M,
base_file: wiki_all_10M/base.88M.fbin,
base_file: wiki_all_10M/base.10M.fbin,
query_file: wiki_all_10M/queries.fbin,
groundtruth_neighbors_file: wiki_all_10M/groundtruth.88M.neighbors.ibin,
groundtruth_neighbors_file: wiki_all_10M/groundtruth.10M.neighbors.ibin,
distance: euclidean

- name: wiki_all_88M,
Expand Down

0 comments on commit d2ccf2a

Please sign in to comment.