Advanced RAG Techniques - RAG Fusion Implementation - Lecture 6
Offered By: Sam Witteveen via YouTube
Course Description
Overview
Explore the advanced technique of RAG fusion in this 13-minute video tutorial. Learn how to improve the effectiveness of Retrieval-Augmented Generation (RAG) models by combining multiple search queries and ranking results using reciprocal rank fusion. Dive into the implementation process using LangChain, starting with an overview of RAG and progressing through the steps of reproducing RAG fusion. Download necessary data and utilities, set up the retriever, create the query chain, and understand the reciprocal rank fusion process. Conclude by constructing the final chain, gaining practical insights into applying RAG fusion in various scenarios. Access the provided Colab notebook, blog post, and original code repository for additional resources and hands-on practice.
Syllabus
Intro
RAG Overview
RAG Fusion Blog Post
Rag Fusion Diagram
Code Time
Reproducing RAG Fusion with LangChain
Download Data and Utils
Setup Retriever
Create the Query Chain
Reciprocal Rank Fusion
Make the Final Chain
Taught by
Sam Witteveen
Related Courses
Pinecone Vercel Starter Template and RAG - Live Code Review Part 2Pinecone via YouTube Will LLMs Kill Search? The Future of Information Retrieval
Aleksa Gordić - The AI Epiphany via YouTube RAG But Better: Rerankers with Cohere AI - Improving Retrieval Pipelines
James Briggs via YouTube Advanced RAG - Contextual Compressors and Filters - Lecture 4
Sam Witteveen via YouTube LangChain Multi-Query Retriever for RAG - Advanced Technique for Broader Vector Space Search
James Briggs via YouTube