>

Clicked Gallery

What is Retrieval-Augmented Generation (RAG)?

Highlighted from a real engineering doc. Explained by Clicked.

Used in a sentence

Engineering Notes · AI Systems

Instead of fine-tuning the base LLM, we implemented a RAG pipeline to pull direct facts from internal company files.

The reader highlighted one word in the docs. Clicked made the technical term “RAG pipeline” easy to understand:

Explained in three depths

Same facts, different vibe — Slang mode 😎

Formal definition — The same term, explained the usual way

Retrieval-augmented generation is an architecture in which a language model's input is augmented with documents retrieved from an external corpus at inference time, typically via dense vector similarity search over an indexed store. By conditioning generation on retrieved context rather than solely on parametric knowledge, RAG systems enable domain adaptation without model retraining, support source attribution, and mitigate — without eliminating — hallucination; end-to-end performance remains bounded by retrieval precision and recall.

Want Clicked to explain terms like “RAG” directly in your browser — including on PDFs?

Add to Chrome — Free

50 free Explanations · No credit card required