mirror of
https://github.com/qdrant/qdrant.git
synced 2026-08-04 09:01:00 -05:00
* add CollectionRequestVerification * add to api * rebase * improve implementation * implement strict mode for SearchRequest+Batch * improve code + fix Clippy * improve error handling * restructure StrictModeVerification trait * generate docs * check `enabled` option * review remarks * rename StrictModeConfigDiff in grpc * use missing payload detection from issue api * performance improvement * decouple extractor from issues (#4945) * some review remarks * don't default to empty functions in StrictModeVerification trait * update openapi * filter_limit => query_limit * replace discovery_max_context_size and recommend_max_examples with max_input_examples * review remarks * review fix: include possible index types into error message * review remarks --------- Co-authored-by: Luis Cossío <luis.cossio@qdrant.com> Co-authored-by: generall <andrey@vasnetsov.com>