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

Do off-heap scoring for int8_flat quantized vectors #109294

Open
benwtrent opened this issue Jun 3, 2024 · 2 comments
Open

Do off-heap scoring for int8_flat quantized vectors #109294

benwtrent opened this issue Jun 3, 2024 · 2 comments
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

In newer versions of Elasticsearch, we have an optimized ARM implementation for int8_hnsw vectors.

However, we are not using the the off-heap optimized scorer for int8_flat, we should try to do this if possible.

This is only applicable after our upgrade to Lucene 9.11

@elasticsearchmachine elasticsearchmachine added the Team:Search Meta label for search team label Jun 3, 2024
@elasticsearchmachine
Copy link
Collaborator

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

@javanna javanna added Team:Search Relevance Meta label for the Search Relevance team in Elasticsearch and removed Team:Search Meta label for search team labels Jul 12, 2024
@elasticsearchmachine
Copy link
Collaborator

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

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

4 participants