RAG (Retrieval-Augmented Generation)
Retrieval-Augmented Generation (RAG) is an AI architecture that retrieves relevant information from an external knowledge source and provides that information to a language model as context before generating an answer. Instead of relying only on knowledge encoded in model parameters, the application
Alex Snowgirl
Sep 02
1