Retrieval-Augmented Generation (RAG)
Retrieval-Augmented Generation (RAG) systems make use of a knowledge base (e.g. a database, a knowledge graph) to provide context information to queries to LLMs for the LLM to use such context in their answer to the query.
Useful pointers: