What problem does it solve? Vector search results that are irrelevant, missing expected matches, or degraded after configuration changes are hard to debug without a systematic method. This Skill provides a structured diagnostic workflow for Qdrant search quality problems, starting from baseline measurement and narrowing down to the root cause. ## Core Features & Use Cases - Baseline Recall Measurement: Compare approximate HNSW search against exact KNN ground truth to compute recall@k, targeting over 95% for production. - Root Cause Isolation: Distinguish between embedding model problems, HNSW parameter issues, quantization degradation, and overly restrictive filters. - Tuning Guidance: Adjust hnsw_ef, ef_construct, m, oversampling, and rescore settings, and apply ACORN for filtered queries. - Use Case: A team notices their RAG pipeline returns wrong documents after enabling binary quantization. Use this Skill to confirm quantization is the cause, then enable oversampling with rescore to recover recall. ## Quick Start Ask the assistant to diagnose why your Qdrant search results are irrelevant and measure recall@k against exact search.