AI Concept Atlas
FIELD NOTES / 01
Side by side

RAG & Fine-tuning

RAG supplies retrieved information for generation; fine-tuning changes trainable model parameters. A system can use both.

This is not an either-or choice: a fine-tuned model may still use retrieval. The original RAG research also includes training.

Swap columns ⇄
DimensionRAGFine-tuning
PurposeBring external evidence into an answer.Adapt an existing model through further training. [Lewis et al.][Hugging Face]
Role in the systemA retrieval-and-generation arrangement.A model adaptation process. [Lewis et al.][Hugging Face]
Inputs and outputsA query and external collection inform a generated response.Training examples and an existing model produce adapted parameters. [Lewis et al.][Hugging Face]
PersistenceThe external collection can change separately from model weights.The adapted parameters remain available after training. [Lewis et al.][Hugging Face]
ExampleRetrieve the current product manual before answering.Train on support examples to improve response behavior. [Lewis et al.][Hugging Face]
Boundary caveatsRetrieved material and the generated answer still need checking.Training does not automatically provide current facts from an external collection. [Lewis et al.][Hugging Face]

Evidence for this distinction

Last editorial review: 2026-09-13.