diff --git a/dense_vector/README.md b/dense_vector/README.md index 0417610af..e1c283b2a 100644 --- a/dense_vector/README.md +++ b/dense_vector/README.md @@ -33,4 +33,4 @@ This track accepts the following parameters with Rally 0.8.0+ using `--track-par * `number_of_replicas` (default: 0) * `post_ingest_sleep` (default: false): Whether to pause after ingest and prior to subsequent operations. * `post_ingest_sleep_duration` (default: 30): Sleep duration in seconds. -* `vector_index_type` (default: "hnsw"): The index kind for storing the vectors. +* `vector_index_type` (default: "int8_hnsw"): The index kind for storing the vectors. diff --git a/dense_vector/index.json b/dense_vector/index.json index 58ee28f04..ce0331ece 100644 --- a/dense_vector/index.json +++ b/dense_vector/index.json @@ -19,7 +19,7 @@ "index" : true, "similarity": "dot_product", "index_options": { - "type": {{ vector_index_type | default("hnsw") | tojson }}, + "type": {{ vector_index_type | default("int8_hnsw") | tojson }}, "m": 32, "ef_construction": 100 } diff --git a/so_vector/README.md b/so_vector/README.md index 1e655fd9d..0f8ea387a 100644 --- a/so_vector/README.md +++ b/so_vector/README.md @@ -68,7 +68,7 @@ This track accepts the following parameters with Rally 0.8.0+ using `--track-par * `max_num_segments` (default: 1) * `include_non_serverless_index_settings` (default: true for non-serverless clusters, false for serverless clusters): Whether to include non-serverless index settings. * `include_force_merge` (default: true for non-serverless clusters, false for serverless clusters): Whether to include force merge operation. -* `vector_index_type` (default: "hnsw"): The index kind for storing the vectors. +* `vector_index_type` (default: "int8_hnsw"): The index kind for storing the vectors. ### License We use the same license for the data as the original data: [CC-SA-4.0](http://creativecommons.org/licenses/by-sa/4.0/). diff --git a/so_vector/index.json b/so_vector/index.json index 99a2a3c68..c3252f917 100644 --- a/so_vector/index.json +++ b/so_vector/index.json @@ -37,7 +37,7 @@ "index" : true, "similarity": "dot_product", "index_options": { - "type": {{ vector_index_type | default("hnsw") | tojson }} + "type": {{ vector_index_type | default("int8_hnsw") | tojson }} } }, "acceptedAnswerId": {