mirror of
https://github.com/qdrant/qdrant.git
synced 2026-08-03 00:20:57 -05:00
* batch search benchmark * collect filter iterator in indexed search * fmt * fix * fix * fmt * use new tempfile create * auto batching * Clippy fixes * REST, gRPC and internal APIs * fix bugs & less duplication * two steps payload retrieval mechanism & fix duplication * add proxy_segment implementation & tests * add gRPC docs * remove unused code (#950) * only filter ids within a batch * add more equivalence tests * add integration test search vs batch * assert more search options in tests * cleanup assertions * fix offset panic * rename search batch API * openapi spec Co-authored-by: Arnaud Gourlay <arnaud.gourlay@gmail.com>