Free Courses

Free Online Course: Augment your LLM Using Retrieval Augmented Generation

Less than a minute to read

Retrieval Augmented Generation (RAG) – Introduced by Facebook AI Research in 2020, is an architecture used to optimize the output of an LLM with dynamic, domain specific data without the need of retraining the model. RAG is an end-to-end architecture that combines an information retrieval component with a response generator. In this introduction we provide a starting point using components we at NVIDIA have used internally. This workflow will jumpstart you on your LLM and RAG journey.