Skip to content

Commit

Permalink
Update default param values
Browse files Browse the repository at this point in the history
Signed-off-by: Vijayan Balasubramanian <[email protected]>
  • Loading branch information
VijayanB committed Mar 7, 2024
1 parent 63cb6b2 commit 5728cdb
Show file tree
Hide file tree
Showing 9 changed files with 7 additions and 13 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
"target_index_bulk_indexing_clients": 10,

"target_index_max_num_segments": 10,
"target_index_force_merge_timeout": 100,
"hnsw_ef_search": 100,
"hnsw_ef_construction": 100,

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
"target_index_bulk_indexing_clients": 10,

"target_index_max_num_segments": 10,
"target_index_force_merge_timeout": 100,
"hnsw_ef_search": 100,
"hnsw_ef_construction": 100,

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
"target_index_bulk_indexing_clients": 10,

"target_index_max_num_segments": 10,
"target_index_force_merge_timeout": 100,
"hnsw_ef_search": 100,
"hnsw_ef_construction": 100,

Expand All @@ -23,7 +22,7 @@
},

"query_data_set_format": "hdf5",
"query_data_set_corpus": "cohere-1m",
"query_data_set_corpus": "cohere-10m",
"neighbors_data_set_corpus": "cohere-10m",
"neighbors_data_set_format": "hdf5",
"query_count": 10000
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
"target_index_bulk_indexing_clients": 10,

"target_index_max_num_segments": 10,
"target_index_force_merge_timeout": 100,
"hnsw_ef_search": 100,
"hnsw_ef_construction": 100,

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
"target_index_bulk_indexing_clients": 10,

"target_index_max_num_segments": 10,
"target_index_force_merge_timeout": 100,
"hnsw_ef_search": 100,
"hnsw_ef_construction": 100,

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
"target_index_bulk_indexing_clients": 10,

"target_index_max_num_segments": 10,
"target_index_force_merge_timeout": 100,
"hnsw_ef_search": 100,
"hnsw_ef_construction": 100,

Expand Down
4 changes: 2 additions & 2 deletions vectorsearch/params/faiss-sift-128-l2.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"target_index_bulk_index_data_set_path": "/tmp/sift-128-euclidean.hdf5",
"target_index_bulk_indexing_clients": 10,

"target_index_max_num_segments": 10,
"target_index_force_merge_timeout": 45.0,
"target_index_max_num_segments": 1,
"target_index_force_merge_timeout": 300,
"hnsw_ef_search": 100,
"hnsw_ef_construction": 100,

Expand Down
4 changes: 2 additions & 2 deletions vectorsearch/params/lucene-sift-128-l2.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"target_index_bulk_index_data_set_path": "/tmp/sift-128-euclidean.hdf5",
"target_index_bulk_indexing_clients": 10,

"target_index_max_num_segments": 10,
"target_index_force_merge_timeout": 45.0,
"target_index_max_num_segments": 1,
"target_index_force_merge_timeout": 300,
"hnsw_ef_search": 100,
"hnsw_ef_construction": 100,

Expand Down
4 changes: 2 additions & 2 deletions vectorsearch/params/nmslib-sift-128-l2.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"target_index_bulk_index_data_set_path": "/tmp/sift-128-euclidean-train.hdf5",
"target_index_bulk_indexing_clients": 10,

"target_index_max_num_segments": 10,
"target_index_force_merge_timeout": 45.0,
"target_index_max_num_segments": 1,
"target_index_force_merge_timeout": 300,
"hnsw_ef_search": 100,
"hnsw_ef_construction": 100,

Expand Down

0 comments on commit 5728cdb

Please sign in to comment.