elastic / rally-tracks

Track specifications for the Elasticsearch benchmarking tool Rally
19 stars 181 forks source link

Modify the default vector index type to int8_hnsw (#658) #671

Closed mayya-sharipova closed 3 weeks ago

mayya-sharipova commented 1 month ago

From ES v8.14 the default index type for dense_vectors is int8_hnsw. This modifies our rally tracks to reflect it.

Backport for #658