mirror of
https://github.com/qdrant/qdrant.git
synced 2026-08-03 00:20:57 -05:00
* Validate VectorConfig/VectorParams, remove obsolete validation * Add HNSW config diff to vector parameters * Validate params in collection config * Add HNSW config to segment vector data config * Add VectorsConfig params iterator for more elegant conversions * Prefer vector HNSW config over collection config for building HNSW index * Base segment vector param HNSW config on collection config * General improvements * Rewrite HNSW ef_construct extract function to also consider vector configs * Update OpenAPI specification * Add test to check if vector specific HNSW config is persisted * review changes * review changes * Regenerate gRPC docs * Fix test on Windows * Regenerate OpenAPI specification --------- Co-authored-by: Andrey Vasnetsov <andrey@vasnetsov.com>