A seed-catalog assistant finds the current SKU sheet first, then writes the blurb from that sheet rather than from memory. What pattern should the leader name?
Select an answer to reveal the explanation.
Short Explanation
Find the current SKU sheet first, add it to the prompt, then write the blurb. That is retrieval-augmented generation. Search-only and generate-from-memory skip a step, and last year’s fine-tune is the wrong pattern for a living sheet.
Full Explanation
RAG is retrieve, augment, then generate. It is not search-only and not generate-from-memory. A stale fine-tune is the wrong pattern when the sheet is the living source.