-
Notifications
You must be signed in to change notification settings - Fork 3
Home
Yiğit ERDOĞAN edited this page Dec 20, 2025
·
1 revision
Welcome to Awesome RAG Production
Moving a Retrieval-Augmented Generation (RAG) system from a local Jupyter notebook to a scalable production environment is where most projects fail. This repository is dedicated to bridging that gap.
We curate high-quality resources, frameworks, and patterns specifically focused on the reliability, scalability, and observability of RAG pipelines.
Data Engineering: Robust ingestion and cleaning at scale.
Retrieval Optimization: Beyond simple vector search (Hybrid search, Re-ranking).
Evaluation & Guardrails: Moving from "it looks right" to quantitative metrics.
Infrastructure: Serving models and vector databases with low latency.