-
Notifications
You must be signed in to change notification settings - Fork 25.6k
Add 4-bit quantization to DiskBBQ next #137336
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
Conversation
|
this gives us a bump in recall over 1 and 2 bits, however it's currently much slower. 2-bits 4-bits the slowness is partially expected because of the missing stuff in native computations (which would make sense to implement in a separate PR). |
…4bit_quantization
…icsearch into diskbbq_4bit_quantization
|
Pinging @elastic/es-search-relevance (Team:Search Relevance) |
john-wagster
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
This adds symmetric 4 bit support to DIskBBQ indices.