MENU

Fun & Interesting

Build a Self-Corrective RAG App with LangGraph Cloud

LangChain 11,498 9 months ago
Video Not Working? Fix It Now

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. GitHub repo: https://github.com/vbarda/pandas-rag-langgraph Notebook: https://github.com/vbarda/pandas-rag-langgraph/blob/main/demo.ipynb LangGraph Cloud docs: https://langchain-ai.github.io/langgraph/cloud/ Check out our other resources for self-RAG and corrective RAG below - Self-RAG video: https://www.youtube.com/watch?v=pbAd8O1Lvm4 - Self-RAG notebook: https://github.com/langchain-ai/langgraph/blob/main/examples/rag/langgraph_self_rag.ipynb - Corrective RAG video: https://www.youtube.com/watch?v=E2shqsYwxck - Corrective RAG notebook: https://github.com/langchain-ai/langgraph/blob/main/examples/rag/langgraph_crag_local.ipynb

Comment