meilisearch / documentation

Meilisearch documentation
https://docs.meilisearch.com
MIT License
147 stars 241 forks source link

v1.11: New embedder option: `binaryQuantized` #2988

Closed guimachiavelli closed 1 week ago

guimachiavelli commented 1 month ago

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

References