Add rescore_vector
parameter option to quantized vector index types
#121311
Labels
>enhancement
:Search Relevance/Vectors
Vector search
Team:Search Relevance
Meta label for the Search Relevance team in Elasticsearch
Description
While we have added
rescore_vector
available at query time, it would be useful for it to simply have default behavior that is configurable at the index level.Consequently for the
dense_vector
index type, we should add a new parameter to the quantized index types that allowrescore_vector
to be directly configured.In addition to this, we need the ability to "disable"
rescore_vector
via some value. I would expect this to beoversample: 0
. This would mean don't rescore, either in the configuration or at query time.If the user provides a
rescore_vector
parameter at query time, what ever the default in the index, the query time parameter is used.The text was updated successfully, but these errors were encountered: