mirror of
https://github.com/qdrant/qdrant.git
synced 2026-07-29 06:01:05 -05:00
* Add `EncodedStorage::for_each_in_batch` method * Implement `for_each_in_batch` method for `QuantizedChunkedMmapStorage` * Add `EncodedVectors::for_each_in_batch` method * Add `EncodedVectors::score` method * Implement `score_stored_batch` for `QuantizedQueryScorer` and `Quanti… * Remove `TElement` and `TMetric` type parameters from `QuantizedMultiQ… * Use `QuantizedMultiQueryScorer` when building `raw_internal_scorer`...