course
What is Retrieval Augmented Generation (RAG)?
Learn how Retrieval Augmented Generation (RAG) enhances large language models by integrating external data sources.
Updated Mar 14, 2025 · 6 min read
RAG with LangChain
Integrate external data with LLMs using Retrieval Augmented Generation (RAG) and LangChain.
What types of data can RAG retrieve?
Can RAG be integrated with any LLM?
Can RAG be used for real-time applications?
How does RAG compare to fine-tuning an LLM?
Does RAG require a specific database type for retrieval?
Project: Building RAG Chatbots for Technical Documentation
Implement RAG with LangChain to create a chatbot for answering questions about technical documentation.
What is Retrieval Augmented Generation (RAG)?
Why is RAG important in improving the functionality of LLMs?
How does RAG work? What are the steps involved in its implementation?
What are some challenges in implementing RAG systems and how can they be addressed?
Can RAG be integrated with different types of language models apart from GPT-3 or GPT-4?
What differentiates RAG from traditional search engines or databases?
Get Started With LLMs Today!
2 hr
48.2K
course
Introduction to LLMs in Python
4 hr
15.8K
course
Large Language Models for Business
1 hr
7.1K
See More
RelatedSee MoreSee More
blog
Advanced RAG Techniques
Learn advanced RAG methods like dense retrieval, reranking, or multi-step reasoning to tackle issues like hallucination or ambiguity.
Stanislav Karzhev
12 min
blog
Agentic RAG: How It Works, Use Cases, Comparison With RAG
Learn about Agentic RAG, an AI paradigm combining agentic AI and RAG for autonomous information access and generation.
Bhavishya Pandit
6 min
tutorial
Boost LLM Accuracy with Retrieval Augmented Generation (RAG) and Reranking
Discover the strengths of LLMs with effective information retrieval mechanisms. Implement a reranking approach and incorporate it into your own LLM pipeline.
Iván Palomares Carrascosa
11 min
tutorial
Corrective RAG (CRAG) Implementation With LangGraph
Corrective RAG (CRAG) is a RAG technique that incorporates self-assessment of retrieved documents to improve the accuracy and relevance of generated responses.
Ryan Ong
14 min
tutorial
Recursive Retrieval for RAG: Implementation With LlamaIndex
Learn how to implement recursive retrieval in RAG systems using LlamaIndex to improve the accuracy and relevance of retrieved information, especially for large document collections.
Ryan Ong
8 min
tutorial
Agentic RAG: Step-by-Step Tutorial With Demo Project
Learn how to build an Agentic RAG pipeline from scratch, integrating local data sources and web scraping to generate context-aware responses to user queries.
Bhavishya Pandit
12 min