mccullocht commented on issue #15408: URL: https://github.com/apache/lucene/issues/15408#issuecomment-3492668730
I also experience failure with SINGLE_BIT_QUERY_NIBBLE but the quantization is lossier so I'm focusing on PACKED_NIBBLE. This also reproduces on `main` so I've been working there. Agreed that the exactly equal quantized vector thing is weird, I guess it's a result of quantization loss? I also get a failure for UNSIGNED_BYTE on the identical vector but it returns a value that is slightly out of bounds near 1 rather than a near-zero value. -- 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]
