LangGraph: Getting Started: Step by Step tutorial to build Agents : Part1

preview_player
Показать описание
- Nodes
- Edges
- Graph creation
- Conditional Edges
- Adding LLM calls
- Adding RAG Calls

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

Excellent intro to langgraph, thx. "Conditional path" kwargs have changed since post

IdPreferNot
Автор

Thanks a lot for the video Aritra, cleared most of the basic concepts.

nisargpatel
Автор

Thank you for sharing such amazing topic.which is much required for realtime rag, i was stuck in such task from long time in my company task, since i am starter in this sector, this will definitely help me build a better product, where i work.kindly make some thing like, how to give a name to a rag system and other details as well.

rakeshkumarrout
Автор

High quality content ❤👏 keep up the good work man!

free_thinker
Автор

I have a confusion. I couldn't find Graph() class in LangGraph docs. Everywhere, they are using StateGraph(). Can you please explain. Thank You. And by the way, tutorial is really good and helpful.

Em-Aar
Автор

Great video!! Thank you for taking the time!

My confusion is…How would I create a multi agent graph where the initial agent asks the user a few questions to determine intent -> based on that it determines what agent to send the user to - this 2nd agent has its own LLM prompt logic -> when this 2nd agent requires feedback from the user … does it communicate with the user directly ? Or does the initial agent only communicate with the user

That is where I’m really confused - any guidance would be great!

Thank you again!!

techme