Retrieval augmented generation
RAG is looking something up first, then answering from what was found rather than from memory.
The model searches your documents, pulls back the relevant pieces, and writes using those. It is the difference between asking someone what they remember and handing them the file.
It is how anything gets answered accurately about your own business, your own products or anything newer than the training cutoff.
Was this page helpful?