mirror of
https://github.com/qdrant/qdrant.git
synced 2026-07-31 07:00:56 -05:00
* add parameters to optimizer config * benchmark search speed in different segment sizes * use constructor for FilteredScorer * * Implement benchmarks for HNSW index search with different number of stored points * Fix minor issue in HNSW graph edge assignment * Update profiler with call-graph report generation * Add profiling guide * Add HNSW graph statistics test function (debug inly) * limit resulting segment size in merge optimizer * fix clippy * stop the music * fix clippy once again * fmt once again