mirror of
https://github.com/qdrant/qdrant.git
synced 2026-08-06 10:00:58 -05:00
* add mmr as a ScoringQuery * add mmr to CollectionQueryRequest * handle mmr after collecting from shards * use unwrap_or_else * include mmr as a vector query * ordering for MMR is None * fix score threshold * fmt + todo comment * remove unused function --------- Co-authored-by: generall <andrey@vasnetsov.com>