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.
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 totrue
, 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
reference/api/settings#body-18
References