This directory contains comprehensive tutorials covering various Qdrant use cases and integrations. All tutorials follow the three-part Feynman teaching structure for optimal learning:
- Part 1: Core Concept - Why the technique matters and real-world applications
- Part 2: Practical Walkthrough - Step-by-step implementation guide
- Part 3: Mental Models & Deep Dives - Advanced concepts and optimization strategies
| # | Tutorial | Description | Source |
|---|---|---|---|
| 01 | Getting Started | Introduction to Qdrant basics and core concepts | Source |
| 02 | Text Data | Working with text embeddings and semantic search | Source |
| 03 | Audio Data | Audio processing and similarity search | Source |
| 04 | Image Data | Image embeddings and visual search | Source |
| 05 | Binary Quantization | Memory optimization with binary quantization | Source |
| 06 | Code Search | Semantic code search and analysis | Source |
| 07 | Collaborative Filtering | Building recommendation systems | Source |
| 08 | DSPy Medical Bot | Medical AI assistant with DSPy framework | Source |
| 09 | Agentic RAG | Multi-agent RAG systems with CrewAI | Source |
| 10 | ColPali Binary Quantization | Optimizing ColPali with binary quantization | Source |
| 11 | Data Preparation Webinar | Comprehensive data preparation techniques | Source |
| 12 | E-commerce Reverse Image Search | Visual product search with CLIP | Source |
| 13 | Extractive QA | Question answering with retriever-reader architecture | Source |
| 14 | GraphRAG with Neo4j | Knowledge graphs with vector search | Source |
| 15 | LlamaIndex Recency | Temporal-aware Q&A systems | Source |
| 16 | Multimodal Search | Cross-modal search capabilities | Source |
| 17 | Multivector Representation | Advanced dense and sparse vector combinations | Source |
| 18 | PDF Retrieval at Scale | Scalable document processing with vision models | Source |
| 19 | RAG with Qdrant and DeepSeek | Building RAG systems with DeepSeek LLM | Source |
| 20 | Self Query | Natural language query understanding | Source |
| 21 | Sparse Vectors Movies Recommendation | Collaborative filtering with sparse vectors | Source |
- Getting Started, Text Data, Audio Data, Image Data
- Binary Quantization, Multivector Representation
- Code Search, Medical Bot, Agentic RAG, GraphRAG
- Multimodal Search, Self Query, Temporal Processing
- E-commerce Search, PDF Processing, Recommendation Systems
- Basic Python programming knowledge
- Understanding of vector embeddings concept
- Familiarity with machine learning fundamentals
- Docker (for local Qdrant deployment)
- Install Qdrant: Follow the installation guide
- Choose a tutorial: Start with Getting Started for basics
- Set up environment: Each tutorial includes setup instructions
- Follow along: Tutorials include complete, runnable code examples
These tutorials are based on the official Qdrant Examples repository. To suggest improvements or report issues:
- Check the original example source
- Create an issue in the examples repository
- Follow the contribution guidelines
These tutorials are provided under the same license as the Qdrant Examples repository.