What is it?
RAG means retrieval augmented generation. The phrase sounds heavy, but the idea is simple. Before the AI answers, it first looks for relevant information in a chosen source. That source could be a policy folder, product manual, support knowledge base, research library, or company document set. Then the AI uses what it found to write the answer. The simple memory hook is this: RAG is AI with the right folder open.
