You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@lucene.apache.org by "wangyanbn (via GitHub)" <gi...@apache.org> on 2023/05/01 04:38:16 UTC

[GitHub] [lucene] wangyanbn commented on issue #12256: In VectorUtil.dotProductScore , the denom should not multiply the array length

wangyanbn commented on issue #12256:
URL: https://github.com/apache/lucene/issues/12256#issuecomment-1529340118

   Thanks for your prompt response! 
   
   > There is no reason to expect that floating point dot product scores would equal dot product scores for bytes.
   
   When we choose the byte instead of float value, we only wish to use less memory space, and we do expect the bytes scores are same as float scores. I think this is the common use case for byte vector.


-- 
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-unsubscribe@lucene.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@lucene.apache.org
For additional commands, e-mail: issues-help@lucene.apache.org