What Is RAG: Making LLMs Smarter with Your Own Data
RAG (Retrieval-Augmented Generation) is a mechanism that searches your own data relevant to a question and has the LLM answer based on it. It's a standard method to suppress hallucination and handle up-to-date, proprietary info.
Basic Flow
- Ingestion: split documents (chunks), embed, and index them