# Learn-RAG-from-scratch This repository contains a production-grade, bare-metal implementation of a Retrieval-Augmented Generation (RAG) pipeline built using pure Python. No LangChain, no LlamaIndex, no heavy abstractions. Just clean logic, raw vector math, and structural systems engineering.