---
slug: architecture-overview
title: RAG Architecture Overview
authors: [ali]
tags: [architecture, modular]
---

Explore the modular RAG pipeline architecture. Components like loaders, embedders, retrievers, and generators are pluggable and testable.

<!-- truncate -->

## Key Concepts

- Plugin registry for clean composition
- Evaluation layer for metrics like BLEU and recall
- CLI integration for dev-first workflows
