# RAG vs Fine-Tuning

> RAG (retrieval-augmented generation) grounds a model in your data at query time and is the right first choice for most enterprise AI. Fine-tuning bakes behaviour into the model itself and wins for consistent style, format or specialised skills. In practice, strong systems often use both.

*Source: https://www.lazlosoftwaresolution.com/compare/rag-vs-fine-tuning*

## Options

- **A:** RAG
- **B:** Fine-Tuning

