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


# Designing a Vector Search System

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

So far, rebuilding a collection has taken only a few seconds. Once generating embeddings takes hours, you need to get the design right before ingesting your data.

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

#### Overview

> Module 3 showed you how to combine dense and sparse retrieval. Now you'll use those pieces to design a system that can grow beyond a small collection. You'll decide what to store and embed, see what changes as the collection grows, and choose when to add more machines, when to put a language model on top, and where to run Qdrant. By the end, you'll have designed a news search system and five questions to use on a system of your own.

## Today's Path

1. [Where Design Decisions Live](https://qdrant.tech/course/beginners/module-4/where-design-decisions-live/index.md)
2. [Decide Before You Ingest](https://qdrant.tech/course/beginners/module-4/decide-before-you-ingest/index.md)
3. [What Changes as the Collection Grows](https://qdrant.tech/course/beginners/module-4/what-changes-as-the-collection-grows/index.md)
4. [Growing Past One Machine](https://qdrant.tech/course/beginners/module-4/growing-past-one-machine/index.md)
5. [From Results to an Answer](https://qdrant.tech/course/beginners/module-4/from-results-to-an-answer/index.md)
6. [Where It Runs](https://qdrant.tech/course/beginners/module-4/where-it-runs/index.md)
7. [Design Your Own System](https://qdrant.tech/course/beginners/module-4/design-your-own-system/index.md)
8. [References and Further Reading](https://qdrant.tech/course/beginners/module-4/references-and-further-reading/index.md)
