> Explore Qdrant's agent skills catalog at https://skills.qdrant.tech/
> Search the documentation at https://skills.qdrant.tech/search?query=your+query+here
> Use this file to discover all available pages: https://qdrant.tech/llms.txt

<div class="date">
  <img class="date-icon" src="/icons/outline/date-blue.svg" alt="Calendar" />  Module 6 
</div>


# Beyond Similarity

Modules 1 through 5 showed you how to design and build a complete retrieval pipeline. This bonus module covers the next layer: measuring and improving its results.

#### Overview

> You'll match common search problems to Qdrant features: score boosting and reranking for order, Maximal Marginal Relevance (MMR) for variety, grouping for one slot per document, and the Recommendation and Discovery APIs for searches from examples instead of text. You'll set up a way to measure relevance first, and pick up the trap that comes with each feature along the way.

## Today's Path

1. [Find Your Problem](https://qdrant.tech/course/beginners/module-6/find-your-problem/index.md)
2. [Measure First](https://qdrant.tech/course/beginners/module-6/measure-first/index.md)
3. [Ranking: Score Boosting and Reranking](https://qdrant.tech/course/beginners/module-6/ranking-and-reranking/index.md)
4. [Diversity: Maximal Marginal Relevance](https://qdrant.tech/course/beginners/module-6/diversity-mmr/index.md)
5. [Grouping: One Slot per Document](https://qdrant.tech/course/beginners/module-6/grouping/index.md)
6. [Searching From Examples and Feedback](https://qdrant.tech/course/beginners/module-6/search-from-examples/index.md)
7. [Inspecting a Collection](https://qdrant.tech/course/beginners/module-6/inspecting-a-collection/index.md)
8. [Knowledge Check](https://qdrant.tech/course/beginners/module-6/knowledge-check/index.md)
