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

v1.11: New embedder option: binaryQuantized #2988

Open
1 task done
guimachiavelli opened this issue Sep 24, 2024 · 0 comments · Fixed by #3011
Open
1 task done

v1.11: New embedder option: binaryQuantized #2988

guimachiavelli opened this issue Sep 24, 2024 · 0 comments · Fixed by #3011
Labels
new release Changes related upcoming Meilisearch releases
Milestone

Comments

@guimachiavelli
Copy link
Member

guimachiavelli commented Sep 24, 2024

This release introduces a new embedder setting, binaryQuantized. This setting converts embeddings of floating point numbers into boolean values. This reduces relevancy of semantic search results, but greatly reduces database size.

Activating binaryQuantized is irreversible. Once a user sets it to true, all relevant information is irrevocably and the only way to get it back is to re-vectorize the whole index in a new embedder.

Task

  • Update reference/api/settings#body-18

References

@guimachiavelli guimachiavelli added this to the v1.11 milestone Sep 24, 2024
@guimachiavelli guimachiavelli added the new release Changes related upcoming Meilisearch releases label Sep 26, 2024
@guimachiavelli guimachiavelli linked a pull request Oct 9, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
new release Changes related upcoming Meilisearch releases
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant