jpountz opened a new issue, #13938:
URL: https://github.com/apache/lucene/issues/13938

   ### Description
   
   Vector search currently loads vectors from disk by issuing a `seek()` 
followed by a `readFloats()`. We should instead:
    - Add an absolute `readFloats()` method to `RandomAccessInput`
    - Refactor the latest vector search file format to use `RandomAccessInput` 
instead of `IndexInput` to read vectors from disk.


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