What problem does it solve? Vector search results are often irrelevant, incomplete, or degraded after model changes, and engineers struggle to identify whether the embedding model, the data, or Qdrant's configuration is at fault. ## Core Features & Use Cases - Symptom-Based Diagnosis: Routes reports of bad results, low recall, or low precision to targeted diagnostic guidance using exact-vs-approximate search comparison. - Search Strategy Selection: Covers hybrid search with sparse and dense vectors, fusion methods (RRF, DBSF, FormulaQuery), reranking, MMR diversity, and relevance feedback. - Retrieval Measurement: Guides building golden sets and scoring recall@k, MRR, and NDCG to gate releases on retrieval quality. - Use Case: A team notices their RAG chatbot returns irrelevant documents after switching embedding models. Use this Skill to isolate the cause, compare exact versus approximate search, and select the right fix such as hybrid search or reranking. ## Quick Start Ask the assistant to diagnose why your Qdrant search results are irrelevant and recommend how to improve recall and precision.