Getting Started with QDrant Loader
Welcome to QDrant Loader! This section will help you understand, install, and start using QDrant Loader effectively, whether you're a content creator, researcher, developer, or system administrator.
🎯 Choose Your Path
🚀 I want to get started quickly
Quick Start Guide - Get up and running in 5 minutes with a basic setup.
🤔 I want to understand what this is
What is QDrant Loader? - Learn about the project, its use cases, and how it can help you.
📚 I want to understand the concepts
Core Concepts - Covered inline on this page and throughout Getting Started.
💻 I need detailed installation instructions
Installation Guide - Complete installation instructions for all platforms and scenarios.
⚙️ I want to configure it properly
Basic Configuration - Essential configuration to get started with your data sources.
🎯 What You'll Learn
By the end of this section, you'll be able to:
- ✅ Understand what QDrant Loader is and how it can help your workflow
- ✅ Install QDrant Loader on your system
- ✅ Configure basic data sources (Git, local files, or documentation)
- ✅ Load your first content into QDrant
- ✅ Search your content using the MCP server
- ✅ Integrate with AI development tools like Cursor
🧠 Core Concepts
Understanding these key concepts will help you use QDrant Loader effectively:
🔄 Data Ingestion Pipeline
QDrant Loader processes content through a multi-stage pipeline:
- Collection - Gathers content from configured data sources
- Conversion - Transforms files (PDFs, Office docs, images) to text
- Chunking - Splits content into optimal segments for search
- Embedding - Creates vector representations using LLM providers (OpenAI, Azure OpenAI, Ollama, OpenAI-compatible)
- Storage - Saves vectors and metadata to QDrant database
🏗️ Multi-Project Architecture
- Projects - Logical groupings of related data sources
- Global Configuration - Shared settings (LLM, chunking, QDrant)
- Unified Collection - All projects stored in same QDrant collection for cross-project search
- Workspace Mode - Recommended approach for organized project management
🔌 MCP Integration
Model Context Protocol (MCP) connects QDrant Loader to AI tools:
- MCP Server - Provides search tools to AI applications
- Transport Modes - Stdio (default) and HTTP for different use cases
- Search Types - Semantic, hierarchy-aware, and attachment-focused search
- Real-time - Streaming responses for fast AI interactions
📊 Data Sources
Supported Sources with intelligent processing:
- Git - Repositories, branches, commit history, file filtering
- Confluence - Pages, spaces, attachments, hierarchy preservation
- JIRA - Issues, projects, comments, attachment processing
- Local Files - Directories, glob patterns, recursive scanning
- Public Docs - External documentation sites with CSS extraction
🔍 Search Intelligence
Advanced Search Capabilities:
- Semantic Search - Understands meaning beyond keywords
- Hierarchy Search - Respects document relationships and structure
- Attachment Search - Finds files and their parent documents
- Cross-Document - Discovers relationships between different sources
🛤️ Recommended Learning Path
For Everyone (20 minutes)
- What is QDrant Loader? (3 min) - Project overview
- Core Concepts (7 min) - Key concepts summarized above
- Quick Start (10 min) - Hands-on setup
For Users (Additional 10 minutes)
- Installation Guide (5 min) - Detailed installation
- Basic Configuration (5 min) - Configuration essentials
Next Steps
After completing the getting started section:
- Users: Explore User Documentation for detailed guides and advanced configuration
- Developers: Check out Developer Documentation for architecture and contribution guides
🆘 Need Help?
- Quick questions: Check our Troubleshooting Guide
- Issues: Report bugs on GitHub Issues
- Discussions: Join the conversation on GitHub Discussions
Ready to start? Begin with What is QDrant Loader? or jump straight to the Quick Start Guide.