Skip to content

Latest commit

 

History

History
31 lines (16 loc) · 1.93 KB

RAG_CONCEPTS.md

File metadata and controls

31 lines (16 loc) · 1.93 KB

This section provides information about the Retrieval-Augmented Generation (RAG) pattern. It includes a description of the pattern, reasons for starting with it, and technical references related to RAG.

What is a RAG pattern?

Retrieval-Augmented Generation (RAG) pattern

Reference implementation of the Retrieval-Augmented Generation (RAG) pattern.

Why to start with RAG pattern?

Why RAG?

Technical References