Fine-tuning vs RAG
Two ways to teach an LLM about new information.
RAG is best when the knowledge changes often or is large. Fine-tuning is best when you need a specific style, format or skill the base model lacks. Most production systems combine both.
