kaivalnp commented on code in PR #16665: URL: https://github.com/apache/lucene/pull/16665#discussion_r4017653648
########## lucene/CHANGES.txt: ########## @@ -566,6 +566,11 @@ Bug Fixes * GITHUB#16139: Fix IBSimilarity with DistributionSPL producing negative scores due to floating-point rounding errors. (Prithvi S) +* GITHUB#16665: Fix Lucene104HnswScalarQuantizedVectorsFormat merges with an asymmetric encoding + and COSINE similarity: the merge scorer's query side was quantized from un-normalized vectors Review Comment: Can you move this entry to 10.5.2? Perhaps worth mentioning that 1 and 2 bit quantization have an asymmetric encoding today? -- 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]
