Тёмный

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

Aritra Sen
Подписаться 930
Просмотров 2 тыс.
50% 1

- Nodes
- Edges
- Graph creation
- Conditional Edges
- Adding LLM calls
- Adding RAG Calls
Notebook: github.com/aritrasen87/LLM_RA...

Опубликовано:

 

27 апр 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 7   
@athariitkgp9278
@athariitkgp9278 5 дней назад
Amazing tutorial !
@free_thinker4958
@free_thinker4958 6 дней назад
High quality content ❤👏 keep up the good work man!
@rakeshkumarrout2629
@rakeshkumarrout2629 3 дня назад
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.
@ddzmitry
@ddzmitry Месяц назад
Very Good tutorial!
@IdPreferNot1
@IdPreferNot1 Месяц назад
Excellent intro to langgraph, thx. "Conditional path" kwargs have changed since post
@AritraSen
@AritraSen Месяц назад
Glad you liked it, Is it on the conditional path? Can you please share the updated code for the viewers if possible...
@IdPreferNot1
@IdPreferNot1 Месяц назад
@@AritraSen Was on definition of conditional edge cell: from langgraph.graph import StateGraph,END graph = StateGraph(AgentState) ### StateGraph with AgentState graph.add_node("agent", function_1) graph.add_node("RAG", function_2) graph.add_node("LLM", function_3) graph.set_entry_point("agent") # ###### HERE I CHANGED TO SOURCE, PATH AND PATHMAP ...conditional edges are controlled by our router graph.add_conditional_edges( source="agent", # where in graph to start path=router, # function to determine which node is called path_map={ "RAG Call": "RAG", "LLM Call": "LLM", } ) graph.add_edge("RAG", END) graph.add_edge("LLM", END) app = graph.compile()
Далее
Llama3 + CrewAI + Groq = Email AI Agent
14:27
Просмотров 53 тыс.
24 часа Я МИСТЕР БИСТ челлендж
1:12:42
Mama Bear Helps Babies Across Road
00:30
Просмотров 1,6 млн
Задержали в аэропорту
00:56
Просмотров 48 тыс.
RAG in 2024: Advancing to Agents
17:30
Просмотров 8 тыс.
LangGraph: Multi-Agent Workflows
24:02
Просмотров 48 тыс.
Reliable, fully local RAG agents with LLaMA3
21:19
Просмотров 97 тыс.
Mesop - Google's New UI Maker
14:04
Просмотров 48 тыс.
LangGraph 101: it's better than LangChain
32:26
Просмотров 51 тыс.
24 часа Я МИСТЕР БИСТ челлендж
1:12:42