benwtrent commented on PR #15003:
URL: https://github.com/apache/lucene/pull/15003#issuecomment-3221485260

   > It's probably because of disconnectedness issue (Let me try to find 
connectedness number of these graphs as well.)
   
   I would think so. My gut is that we don't actually go through and "fixup" 
anything when there is just one graph. We just pick the biggest one, and since 
there are no more vectors to add, we just drop connections on the ground. 
   
   I would expect us to have to iterate through the graph and for every vector 
that is significantly disconnected, attempt to reconnect it with NNDescent 
starting at is original place in the graph (initializing with neighbor's 
neighbors if all its connections were removed).


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