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

   @Vikasht34 I thank you for helpful suggestions, but these just seem like 
rehashes of already made suggestions or things that are completely unrelated. 
Were these generated via some LLM or something?
   
   
   
   One idea I had was we eagerly start delta encoding var-int connections as 
they reach a certain size. Maybe we get lucky and as the graph grows we are 
less likely to update a graphs connections and thus have to re-caculate and 
extend the graph connections. This will complicate the diversity checks for 
connections as it relies on vectors to be sorted by nearness :/ 
   
   Maybe we delta encode their scores instead of the neighbor ordinals (crazy 
idea, I don't know how to do this)? Its conceivable that the scores for a given 
NSW will be generally close to eachother.


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