mirror of
https://github.com/qdrant/qdrant.git
synced 2026-08-05 17:40:55 -05:00
* wip: add rest param * WIP: Refactor `search_with_graph` to use oversampling * fixup! WIP: Refactor `search_with_graph` to use oversampling Fix `search_with_graph` quantization config handling * fixup! WIP: Refactor `search_with_graph` to use oversampling Use `truncate` instead of `shrink_to` 🤦♀️ * schrink -> truncate * protection against wrong oversampling value * Revert second "fixup! WIP: Refactor `search_with_graph` to use oversampling" Accidentally commited the wrong file 🤦♀️ * fix max method notation * rollbacK: max notation * Add `oversampling` field to `QuantizationSearchParams` gRPC type * Simplify `oversampled_top` calculation * `./tools/generate_grpc_docs.sh` * `./tools/generate_openapi_models.sh` --------- Co-authored-by: Roman Titov <ffuugoo@users.noreply.github.com>