dungba88 commented on issue #13564:
URL: https://github.com/apache/lucene/issues/13564#issuecomment-2487581544

   Relatedly, I got to [this paper](https://arxiv.org/abs/2411.12229) today. It 
mainly talks about integrating RaBitQ with graph search, but the part about 
reducing random access intrigues me. The author designs a way to avoid explicit 
re-ranking step (and thus random access) by only using approximate distance for 
graph search while using exact distance (with raw vectors) for nearest 
neighbors heap. It also stores the raw vector compactly along with the 
quantized vectors to avoid the random access (we are using seek + readFloats 
currently). I haven't looked deeply into the paper though.


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