mirror of
https://github.com/qdrant/qdrant.git
synced 2026-08-07 02:20:55 -05:00
* Use unwrap_or_default rather than constructing it manually * Validate oversampling parameter and surrounding structs * Validate search limit to be 1 or higher * Validate hnsw_ef parameter to be 4 or higher * Also validate parameters in in gRPC * Update OpenAPI specification * Add unlikely to reach comment * Remove hnsw_ef validation rules for now * Update OpenAPI specification