vector-db-benchmark icon indicating copy to clipboard operation
vector-db-benchmark copied to clipboard

Elastic vector limit should be 4096 instead of 2048

Open filipecosta90 opened this issue 11 months ago • 1 comments

From v8.10 to v8.12 the dense vector limit move from 2048 to 4096. The benchmark should adjust it accordingly in https://github.com/qdrant/vector-db-benchmark/blob/5b9bffbe7fecff24b8885650049b9e1fdc798f00/engine/clients/elasticsearch/configure.py#L53

Further docs: https://www.elastic.co/guide/en/elasticsearch/reference/current/dense-vector.html#index-vectors-knn-search

old v8.10 reference: https://www.elastic.co/guide/en/elasticsearch/reference/8.10/dense-vector.html#dense-vector-params

new v8.12 reference: https://www.elastic.co/guide/en/elasticsearch/reference/8.12/dense-vector.html#dense-vector-params

filipecosta90 avatar Mar 25 '24 10:03 filipecosta90

We need to update ES version to properly do this

KShivendu avatar Aug 05 '24 09:08 KShivendu