mirror of
https://github.com/qdrant/qdrant.git
synced 2026-08-05 01:20:53 -05:00
* feat: add GroupBy builder - move PointGroup to `collection` crate - make GroupBy struct to add lookup feature in a builder pattern * test: add happy GroupBy tests - restructure grouping tests into own file - fix GroupId precedence of i64 vs u64 * update openapi schema * fix rebase * tests: minor refactor * refactor: integrate lookup params into GroupRequest - rename `Lookup` -> `RetrievedLookup` - rename `LookupRequest` -> `WithLookup` * fix: rename `lookup` -> `with_lookup` and set options on tests - use @timvisee 's suggestion on builder.rs * refactor: remove `RetrievedLookup` enum * update openapi