-
Notifications
You must be signed in to change notification settings - Fork 25.3k
Open
Enhancement
1 / 41 of 4 issues completed
Copy link
Labels
:Search Relevance/VectorsVector searchVector search>enhancementTeam:Search RelevanceMeta label for the Search Relevance team in ElasticsearchMeta label for the Search Relevance team in Elasticsearch
Description
Description
bbq_* indices right now only quantize to a single bit. We should allow quantizing to different bit levels.
I would say the first couple should be 2, 4, 7
. Additionally, we need to determine if keeping the asymmetric nature of the query bit size vs. doc bit size is still valuable at higher bit sizes.
For example, should we quantize queries to 6
bits when docs are 2
bits? 7
for 4
?
Sub-issues
Metadata
Metadata
Assignees
Labels
:Search Relevance/VectorsVector searchVector search>enhancementTeam:Search RelevanceMeta label for the Search Relevance team in ElasticsearchMeta label for the Search Relevance team in Elasticsearch