Production Agentic RAG Course
ActiveDescription
A production-focused Agentic RAG course teaching how to build scalable, reliable RAG agent systems with indexing strategies, retrieval optimization, and monitoring.
Key Features
- 7-week progressive course covering infrastructure to Agentic RAG
- Production-grade hybrid search: BM25 keyword + vector semantic retrieval
- LangGraph integration for intelligent decision-making and query rewriting
- Production monitoring with Langfuse tracing and Redis caching
- Telegram Bot integration for mobile conversational access
- One-click deployment with Docker Compose
Use Cases
Tags
Categories
Quick Start
1. Clone the repository and navigate to the project directory
2. Copy `.env.example` to `.env` and configure API keys
3. Install dependencies: `uv sync`
4. Start services: `docker compose up --build -d`
5. Access `http://localhost:7861` for the Gradio interface