alessandrobenedetti commented on code in PR #3468: URL: https://github.com/apache/solr/pull/3468#discussion_r2336891849
########## solr/solr-ref-guide/modules/query-guide/pages/dense-vector-search.adoc: ########## @@ -316,6 +316,70 @@ preserved when `stored` is true. + Accepted values: `BOOLEAN` +=== BinaryBitQuantizedDenseVectorField + +Binary bit quantization is a different quantization technique that is even more aggressive in its compression and is able +to reduce each dimension from a 32 bit float down to a single bit. This is done by normalizing each dimension of a vector +relative to a centroid (mid-point pre-calculated against all vectors in the index) with the stored bit +representing whether the actual value is positive or negative of the centroid's value. A further "corrective factor" is computed +and stored to help compensate accuracy in the estimated distance. For more details, the original white paper can be viewed +https://arxiv.org/pdf/2405.12497[here]. Review Comment: Thanks for confirming it, Ben! -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org For additional commands, e-mail: issues-h...@solr.apache.org