-
Notifications
You must be signed in to change notification settings - Fork 71
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Vijayan Balasubramanian <balasvij@amazon.com> (cherry picked from commit ea6eba5) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
- Loading branch information
1 parent
89227b8
commit 8db9742
Showing
7 changed files
with
95 additions
and
9 deletions.
There are no files selected for viewing
28 changes: 28 additions & 0 deletions
28
vectorsearch/params/corpus/10million/faiss-cohere-768-dp.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
{ | ||
"target_index_name": "target_index", | ||
"target_field_name": "target_field", | ||
"target_index_body": "indices/faiss-index.json", | ||
"target_index_primary_shards": 18, | ||
"target_index_dimension": 768, | ||
"target_index_space_type": "innerproduct", | ||
|
||
"target_index_bulk_size": 100, | ||
"target_index_bulk_index_data_set_format": "hdf5", | ||
"target_index_bulk_index_data_set_corpus": "cohere-10m", | ||
"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, | ||
|
||
"query_k": 100, | ||
"query_body": { | ||
"docvalue_fields" : ["_id"], | ||
"stored_fields" : "_none_" | ||
}, | ||
|
||
"query_data_set_format": "hdf5", | ||
"query_data_set_corpus": "cohere-10m", | ||
"query_count": 10000 | ||
} |
28 changes: 28 additions & 0 deletions
28
vectorsearch/params/corpus/10million/lucene-cohere-768-dp.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
{ | ||
"target_index_name": "target_index", | ||
"target_field_name": "target_field", | ||
"target_index_body": "indices/lucene-index.json", | ||
"target_index_primary_shards": 18, | ||
"target_index_dimension": 768, | ||
"target_index_space_type": "innerproduct", | ||
|
||
"target_index_bulk_size": 100, | ||
"target_index_bulk_index_data_set_format": "hdf5", | ||
"target_index_bulk_index_data_set_corpus": "cohere-10m", | ||
"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, | ||
|
||
"query_k": 100, | ||
"query_body": { | ||
"docvalue_fields" : ["_id"], | ||
"stored_fields" : "_none_" | ||
}, | ||
|
||
"query_data_set_format": "hdf5", | ||
"query_data_set_corpus": "cohere-10m", | ||
"query_count": 10000 | ||
} |
30 changes: 30 additions & 0 deletions
30
vectorsearch/params/corpus/10million/nmslib-cohere-768-dp.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
{ | ||
"target_index_name": "target_index", | ||
"target_field_name": "target_field", | ||
"target_index_body": "indices/nmslib-index.json", | ||
"target_index_primary_shards": 18, | ||
"target_index_dimension": 768, | ||
"target_index_space_type": "innerproduct", | ||
|
||
"target_index_bulk_size": 100, | ||
"target_index_bulk_index_data_set_format": "hdf5", | ||
"target_index_bulk_index_data_set_corpus": "cohere-10m", | ||
"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, | ||
|
||
"query_k": 100, | ||
"query_body": { | ||
"docvalue_fields" : ["_id"], | ||
"stored_fields" : "_none_" | ||
}, | ||
|
||
"query_data_set_format": "hdf5", | ||
"query_data_set_corpus": "cohere-1m", | ||
"neighbors_data_set_corpus": "cohere-10m", | ||
"neighbors_data_set_format": "hdf5", | ||
"query_count": 10000 | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters