Skip to content

Commit 60437c7

Browse files
committed
Change to 1M
1 parent 389ac2e commit 60437c7

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
https://dev.cto.redis.s3.amazonaws.com/VectorSimilarity/deep1b/deep-1M-L2-dim96-M32-efc200-disk-vectors.zip
2+
https://dev.cto.redis.s3.amazonaws.com/VectorSimilarity/deep1b/deep.query.public.10K.fbin
3+
https://dev.cto.redis.s3.amazonaws.com/VectorSimilarity/deep1b/deep.groundtruth.1M.10K.ibin

tests/benchmark/run_files/bm_hnsw_disk_single_fp32.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ size_t BM_VecSimGeneral::EF_C = 256;
2222
// Dataset file paths - using deep dataset
2323
// For HNSW disk, hnsw_index_file points to the folder containing index.hnsw_disk_v1 and rocksdb/
2424
const char *BM_VecSimGeneral::hnsw_index_file =
25-
"tests/benchmark/data/deep-1M-cosine-dim96-M32-efc200-disk-vectors";
25+
"tests/benchmark/data/deep-1M-L2-dim96-M32-efc200-disk-vectors.zip";
2626
const char *BM_VecSimGeneral::test_queries_file = "tests/benchmark/data/deep.query.public.10K.fbin";
2727
const char *BM_VecSimGeneral::ground_truth_file = "tests/benchmark/data/deep.groundtruth.1M.10K.ibin"; // defined only for this benchmark
2828

0 commit comments

Comments
 (0)