mirror of
https://github.com/qdrant/qdrant.git
synced 2026-08-03 16:40:54 -05:00
- Implement `Resolve` trait that "merges" multiple `retrieve`/`scroll_by`/`search` responses into a single response, to ensure it's consistent across multiple nodes in the cluster - Implement tests for the `Resolve` trait implementation - Add a few additional derives required for the `Resolve` trait implementation Co-authored-by: Andrey Vasnetsov <andrey@vasnetsov.com>