<aside> <img src="/icons/table_gray.svg" alt="/icons/table_gray.svg" width="40px" />

Table of Content

</aside>

Lecture 1: Advanced RAG Pipeline

Basic RAG Pipeline

image.png

The RAG Triad

image.png

<aside> <img src="/icons/exclamation-mark_green.svg" alt="/icons/exclamation-mark_green.svg" width="40px" />

This will be explained in depth in the next lesson

</aside>

Advanced RAG Pipeline

Sentence-Window Retrieval

This technique is about taking a larger context window (before & after) of the retrieved chunks. This helps get more context about the retrieved information.

image.png

Auto-Merging Retrieval

image.png

Lecture 2: RAG Triad of Metrics

The RAG Triad: