mirror of
https://github.com/qdrant/qdrant.git
synced 2026-07-23 11:11:00 -05:00
* Add `iter_batch` method to `EncodedStorage` and `EncodedVectors` * Remove `EncodedVectors::for_each_in_batch` method * Add `for_each_in_multi_batch` and `score_vector_max_similarity` metho… * Refactor `score_stored_batch` for quantized multi-vector scorers... * Remove `QuantizedMultivectorStorage::score_multi` * Implement `score_points_batch_mmap` and `score_points_batch_uring`... * Implement runtime routing between mmap and io_uring batch scoring met… * review: rename + comments