mirror of
https://github.com/qdrant/qdrant.git
synced 2026-08-06 18:10:58 -05:00
* implementation of async batch vectors reading * EXPERIMENT: async-io for reading on scroll * disable on non-linux * make retrieve sequential for test * wip: implement vector reading via callback * simplify operations, remove duplicates * use batch retrieve also for post-processing search results * clippy * fix tests * review fixes * Replace big match statement with simple option filter and equal check * Inline format arguments --------- Co-authored-by: timvisee <tim@visee.me>