Tag
2 entries
Fine-tuning
Fine-tuning trains an existing model further on your own examples, so the behavior you want is baked in instead of prompted every time.
RAG
RAG searches your documents for the relevant parts, then hands those to the model with the question, so the answer comes from your data.