shubhamvishu commented on issue #12394:
URL: https://github.com/apache/lucene/issues/12394#issuecomment-1627772700

   I would like to take this up!
   
    @jpountz Do you mean we could have something like 
`ByteVectorSimilarityValuesSource` and `FloatVectorSimilarityValuesSource` 
extending `DoubleValuesSource` in package 
`org.apache.lucene.queries.function.valuesource` or `org.apache.lucene.search` 
or maybe something else? Could you please elaborate?
    
   I was thinking if we could have a DVS where `#getValues` returns the per 
document vector similarity scores(i.e. `DoubleValues`) based on the passed 
`VectorSimilarityFunction` to DVS ? 


-- 
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]

Reply via email to