What problem does it solve? Vector search often returns irrelevant, redundant, or incomplete results, and it is hard to know which Qdrant technique fixes which symptom. This Skill maps each retrieval quality symptom to the correct strategy so you stop applying blanket fixes that do not address the actual problem. ## Core Features & Use Cases - Symptom-to-Strategy Diagnosis: Maps problems like missing keyword matches, poor precision, redundant results, and low recall to specific fixes such as hybrid search, multistage reranking, MMR, and relevance feedback. - Hybrid Search Construction: Guides building prefetch-based hybrid queries with sparse (BM25, SPLADE, miniCOIL) and dense named vectors, plus fusion via RRF, DBSF, or FormulaQuery. - Relevance Feedback Setup: Explains calibrating Qdrant's Relevance Feedback API weights with the qdrant-relevance-feedback library as a cheaper alternative to full reranking. - Use Case: Your semantic search finds the right documents but they rank outside the top 10. The Skill directs you to multistage queries with cross-encoder rerankers instead of incorrectly adding hybrid search. ## Quick Start Ask the assistant to diagnose why your Qdrant search results are not relevant and recommend the right improvement strategy for your symptom.