Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add rescore_vector parameter option to quantized vector index types #121311

Closed
benwtrent opened this issue Jan 30, 2025 · 2 comments
Closed

Add rescore_vector parameter option to quantized vector index types #121311

benwtrent opened this issue Jan 30, 2025 · 2 comments
Assignees
Labels
>enhancement :Search Relevance/Vectors Vector search Team:Search Relevance Meta label for the Search Relevance team in Elasticsearch

Comments

@benwtrent
Copy link
Member

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 allow rescore_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 be oversample: 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.

@elasticsearchmachine
Copy link
Collaborator

Pinging @elastic/es-search-relevance (Team:Search Relevance)

@elasticsearchmachine elasticsearchmachine added the Team:Search Relevance Meta label for the Search Relevance team in Elasticsearch label Jan 30, 2025
@benwtrent benwtrent self-assigned this Mar 18, 2025
@benwtrent
Copy link
Member Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
>enhancement :Search Relevance/Vectors Vector search Team:Search Relevance Meta label for the Search Relevance team in Elasticsearch
Projects
None yet
Development

No branches or pull requests

2 participants