Structured knowledge about tools, frameworks, and systems I’ve built or studied.
Think of it as a technical map library.
Structured knowledge about tools, frameworks, and systems I’ve built or studied.
Think of it as a technical map library.
What is Retrieval Augmented Generation? Retrieval Augmented Generation (RAG) combines a retrieval system with a large language model. Instead of asking the model to rely on training data alone, a search system retrieves relevant documents and feeds them to the model as context. Core Components of RAG A typical RAG system contains three parts: ...