Retrieval-Augmented Generation
A pattern where you retrieve relevant documents at query time and stuff them into the LLM's prompt so it can ground its answer in real sources.
RAG
A pattern where you retrieve relevant documents at query time and stuff them into the LLM's prompt so it can ground its answer in real sources.