In RAG, retrieval happens:
ABefore Claude answers, to provide context
BAfter Claude answers, to fact-check
COnly when the user requests
DNever; retrieval is a separate step
Answer & Solution
Correct answer: A. Before Claude answers, to provide context
Retrieve documents first, then pass them to Claude as context for the answer. The retrieval grounds the response in real source material.
Related questions