vigyasharma commented on PR #14173:
URL: https://github.com/apache/lucene/pull/14173#issuecomment-2744585265

   re: using long for graph node ids, I can see how using int ordinals can be 
limiting for the no. of vectors we can index per segment. However, adapting to 
long node ids is also a non-trivial change because of how our current code is 
structured. I described it in more detail 
[here](https://github.com/apache/lucene/pull/14173#issuecomment-2629167044).
   
   I think we should do both (multi-vectors and long node ids) but decouple 
these two changes. If we can support multi-vectors without impacting 
performance for existing single-vector use cases, we should add that support. 
Separately, we should work on moving to long nodeIds, which will give us the 
full power of multi-vector models.


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