Skip to content

Commit

Permalink
add wiki datasets to datasets.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
divyegala committed Oct 30, 2023
1 parent f644dfe commit f470d86
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions python/raft-ann-bench/src/raft-ann-bench/run/conf/datasets.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -83,3 +83,21 @@
query_file: sift-128-euclidean/query.fbin
groundtruth_neighbors_file: sift-128-euclidean/groundtruth.neighbors.ibin
distance: euclidean

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

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

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

0 comments on commit f470d86

Please sign in to comment.