@DanKornas: RAG Playlist What you will learn: - Retrieval Augmented Generation - Document Loaders in LangChain - Text Splitters in …
Summary
Tweet announces a RAG Playlist covering topics from basic RAG to advanced techniques like CRAG and Self-RAG using LangChain and LangGraph, with a link in the comments.
View Cached Full Text
Cached at: 06/18/26, 04:18 PM
RAG Playlist
What you will learn:
- Retrieval Augmented Generation
- Document Loaders in LangChain
- Text Splitters in LangChain
- Vector Stores in LangChain
- Retrievers in LangChain
- YouTube Chatbot using LangChain
- RAG using LangGraph
- Advanced RAG: How Corrective RAG (CRAG) Solves Traditional RAG Problems
- Self-RAG : How to Make Your AI Fact-Check Itself
Link is in the first comment
Share this with your network if you found it useful or insightful.
Similar Articles
@_rohit_tiwari_: RAG From Scratch. Crips and to the point videos by LangChain. One of the best Youtube Playlist https://youtube.com/play…
A tweet promoting a YouTube playlist by LangChain that teaches RAG (Retrieval-Augmented Generation) from scratch with clear explanations and hands-on code.
@tom_doerr: Step-by-step notebooks for building RAG systems https://github.com/langchain-ai/rag-from-scratch…
A step-by-step notebook series for building RAG systems from scratch, covering indexing, retrieval, and generation, accompanied by a video playlist.
LightRAG: Simple and Fast Retrieval-Augmented Generation
The article introduces LightRAG, an open-source framework that enhances Retrieval-Augmented Generation by integrating graph structures for improved contextual awareness and efficient information retrieval.
HKUDS/RAG-Anything
HKUDS released RAG-Anything, an open-source all-in-one multimodal retrieval-augmented generation framework based on LightRAG.
jamwithai/production-agentic-rag-course
A learner-focused hands-on course that teaches building production-grade RAG systems from scratch, covering keyword search, hybrid retrieval, agentic RAG with LangGraph, and Telegram bot integration.