Build a Self-Corrective RAG App with LangGraph Cloud

preview_player
Показать описание
In this tutorial, we create a Self-Corrective RAG application for answering questions about Pandas documentation using LangGraph Cloud. We implement ideas from both self-RAG and corrective RAG to flexibly handle model hallucinations. You'll see how to check for hallucinations after an answer is generated, and check for answer relevancy before returning the user question.

Check out our other resources for self-RAG and corrective RAG below

Рекомендации по теме
Комментарии
Автор

good content, i appreciate the concept of Self-Corrective RAG.
May i know where exactly this use case is used, i mean for organization chatbot they wouldnt be interested in going for web search, if they are going for web search there is no need for pre-loading couple of urls.. i'm just curios to know where this comes handy..

ai-touch
Автор

hi, love your videos thank you very much for the effort, this title looked good, but you are using chroma thats vector but if i want lang graph and neo4j?

darkmatter