> 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 3 
</div>


# Sparse vs Dense vs Hybrid Search

<div class="video">
<iframe src="https://www.youtube.com/embed/WntUDHOuOqQ?rel=0" 
  frameborder="0" 
  allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" 
  referrerpolicy="strict-origin-when-cross-origin" 
  allowfullscreen>
</iframe>
</div>

Understand dense versus sparse retrieval, their strengths, and how a hybrid approach can combine them.

**Follow-along code**: [Module 3 notebook](https://github.com/qdrant/examples/blob/master/course/beginners/Module3.ipynb)

#### Overview

> Module 2 showed you where your data lives and how Qdrant retrieves it. 
In this module, you'll learn what that retrieval misses and how to cover the gap. 
You'll explore dense and sparse vectors, BM25, and the inverted index, then see 
why a product code defeats either one alone. You'll also learn how fusion merges 
two ranked lists, and where a filter belongs so both retrievers respect it. 
By the end, you'll have built a hybrid collection, run a fused query, 
and filtered it correctly.


## Today's Path

1. [Where We Left Off](https://qdrant.tech/course/beginners/module-3/where-we-left-off/index.md)
2. [The Two Families of Search](https://qdrant.tech/course/beginners/module-3/the-two-families-of-search/index.md)
3. [Hybrid Search: Dense and Sparse](https://qdrant.tech/course/beginners/module-3/hybrid-search/index.md)
4. [Setting Up Hybrid Search in Qdrant](https://qdrant.tech/course/beginners/module-3/hybrid-search-in-qdrant/index.md)
5. [Fusion Strategies](https://qdrant.tech/course/beginners/module-3/fusion-strategies/index.md)
6. [Filtering: Works with Any Retrieval Method](https://qdrant.tech/course/beginners/module-3/filtering/index.md)
7. [Knowledge Check](https://qdrant.tech/course/beginners/module-3/knowledge-check/index.md)
8. [References and Further Reading](https://qdrant.tech/course/beginners/module-3/references-and-further-reading/index.md)
