Term
RAG
RAG, retrieval-augmented generation, means the model must fetch named passages before it answers. The retrieval is the product. The generation is the last mile. If you cannot inspect which chunk was used, you do not have RAG. You have a language model with extra context stuffed in the prompt.
When to use it
Use it when a team is treating “we added a vector store” as a finished system.