mirror of
https://github.com/qdrant/qdrant.git
synced 2026-08-02 16:10:58 -05:00
* feat: add lookup_ids function - rename GroupId -> PseudoId - impl try_from PseudoId to PointIdType - create lookup_ids function - add tests * fix: keep `GroupId` name in the openapi schema * refactor: make new type for PseudoId * refactor: make new `Lookup` output for lookup_ids() * changes from review, thanks @agourlay