benwtrent commented on issue #13281: URL: https://github.com/apache/lucene/issues/13281#issuecomment-2236364825
I cannot think of an adequate work around at all for `byte` folks. The linear transformation of bytes will indeed cause potentially non-uniform magnitudes and could break scoring without some linear correction (we add this when quantizing ourselves). I am going to revert the deprecation of cosine. Though I still think we should try and get rid of the SIMD & vector comparators and just use dot-product along with storing the magnitude of the vectors. @msokolov @jmazanec15 y'all might have differing opinions. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
