Grounding connects model output to trusted, task-relevant sources or system state. It reduces unsupported generation and enables answers that reflect current or private information.
Retrieval-augmented generation is a pattern in which relevant information is retrieved and supplied to the model during inference. A RAG pipeline typically covers ingestion, parsing, chunking, metadata, indexing, retrieval, reranking, context assembly, generation and citation.