benwtrent commented on issue #12313:
URL: https://github.com/apache/lucene/issues/12313#issuecomment-2045722371

   >  if the aggregation is max, would we need to compute distance between n x 
n vectors and then take the max?
   
   Correct, I would even want flexibility between what was used to build the 
graph vs. how we query it. 
   
   This may be a good enough trade-off against recall. I would hope that adding 
additional connections in the graph would off-set any recall differences we 
would see when combining vectors in a single node vs. each vector being its own 
node. All this requires testing and prototyping, I just haven't had the time to 
dig deeply.


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

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


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

Reply via email to