Which technique enables LLMs to answer questions by retrieving relevant documents?
- Fine-tuning
- RAG
- Prompt Engineering
- All of these
Answer: RAG
Retrieval-Augmented Generation (RAG) combines LLMs with vector database retrieval, grounding responses in verified sources. Reduces hallucinations and enables knowledge updates without retraining.