mirror of
https://github.com/qdrant/qdrant.git
synced 2026-08-07 02:20:55 -05:00
* rename `Lookup` -> `RetrievedLookup` * feat: expose lookup in groups - make `with_vectors` and `with_payload` optional - include in grpc - move GroupId to inside of PointGroup message - include `WithLookup` inside of `GroupRequest`, doesn't make sense to keep them separated * chore: remove allow(dead_code) from builder * feat: introduce `WithLookupInterface` to allow specifying only the name of the lookup collection * fix: WithLookupInterface with collection name only brings all payload and vectors * fix: update grpc docs * add tests and set better defaults * remove `RetrievedLookup` from proto * short-circuit `fill_search_result_with_payload` when it's not needed * cargo fmt * proto: revert putting `GroupId` inside `PointGroup` * update grpc docs * Remove WithLookupInterface sugar from grpc - set with_vectors of lookup default to false - set with_payload of lookup default to true * update integration tests * use singular lookup --------- Co-authored-by: Andrey Vasnetsov <andrey@vasnetsov.com>