mirror of
https://github.com/qdrant/qdrant-client.git
synced 2026-07-30 06:31:00 -05:00
* wip: interface for new APIs * upd docker version * remove duplicated comments + extent interface * start implementing remote client + remove duplicated comments there * implement remote methods * quantization converter * extend coverege * wip: saving and loading of optional vectors * update and delete vectors test * rm unused imports * nested filters * fix mypy * fix pyright * wip: add search groups and recommend groups (#174) * wip: add search groups and recommend groups * fix: fix signature * fix: fix mypy * simplify group-by and condition checks * fix tests --------- Co-authored-by: Andrey Vasnetsov <andrey@vasnetsov.com> * add match except condition + improve group-by tests * fix: lock typing exchanges due to broken release * tests: add maybe and maybe_null checks to group tests * new: add new methods to type stubs --------- Co-authored-by: George <george.panchuk@qdrant.tech>