RAG and LangChain: Building multi-agent workflow in LangGraph
Let’s build a multi-agent workflow in LangGraph from scratch. We will build a RAG framework which takes an external knowledge base and grounds the LLM model. Further we will send some Human Prompts and see the RAG generating answers for the same. We will also grade the performance of the RAG framework by analysing the relevance of generated answers to the Human questions asked.
- RAG and LangChain: Building multi-agent workflow in LangGraph YouTube Playlist
- RAG and LangChain: Building multi-agent workflow in LangGraph Code Base
