qdrant-relevance-feedback

Trains a feedback model to improve vector search relevance using user feedback.

220|26|Updated Jan 29, 2026
One-click install
npx skills add https://github.com/qdrant/skills --skill qdrant-relevance-feedback
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: qdrant-relevance-feedback
Source: https://github.com/qdrant/skills/tree/main/skills/qdrant-search-quality/search-strategies/relevance-feedback
Command: npx skills add https://github.com/qdrant/skills --skill qdrant-relevance-feedback

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill addresses the challenge of improving search relevance and recall in vector search systems, particularly when a dense retriever is underperforming.

Core Features & Use Cases

  • Relevance Feedback API: Offers a way to modify the vector search process based on user feedback, enhancing the retrieval of relevant documents.
  • Feedback Model Training: Allows for the training of a feedback model to improve search quality.
  • Use Case: When a user queries "How to improve search relevance in Qdrant" or "My search results are not relevant", this skill can be used to provide guidance on using the Relevance Feedback API.

Quick Start

Train the feedback model using the qdrant-relevance-feedback skill and apply it to your search queries for improved relevance.

Frequently Asked Questions about qdrant-relevance-feedback

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I improve search relevance when my vector search results are not relevant?▼

Improve search relevance by incorporating user feedback into the vector search process. Training a feedback model modifies retrieval behavior to enhance document relevance when dense retrievers underperform.

What is a relevance feedback model in vector search systems?▼

A relevance feedback model is a trained mechanism that modifies the vector search process based on user feedback. It enhances document retrieval quality by properly calibrating weights during search queries.

How do I train a feedback model to boost vector search performance?▼

Train the feedback model using the relevance feedback API to modify the vector search process. This requires proper calibration of weights to enhance document retrieval quality and improve search recall.

When do I need to use a relevance feedback model for document retrieval?▼

Use a relevance feedback model for document retrieval when a dense retriever is underperforming. It addresses the challenge of improving search relevance and recall by incorporating user feedback into search queries.

Does Qdrant support incorporating user feedback to enhance search quality?▼

Qdrant supports enhancing search quality through a Relevance Feedback API. This allows you to train a feedback model and apply it to search queries to modify the vector search process for improved relevance.

What are the limitations of using relevance feedback to improve search recall?▼

Limitations include the requirement to train a feedback model and properly calibrate weights. Applying this approach demands appropriate user feedback data to successfully modify the vector search process and improve retrieval.