Тёмный

Introduction to LangGraph: A Quick Dive into Core Concepts 

Coding Crash Courses
Подписаться 12 тыс.
Просмотров 11 тыс.
50% 1

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

 

28 сен 2024

Поделиться:

Ссылка:

Скачать:

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

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 61   
@Thebabatunde
@Thebabatunde 4 месяца назад
Looking forward to deeper tutorials on this, it was a good one, excited about Lang graph agent workflow!
@nullvoid12
@nullvoid12 4 месяца назад
+1
@raymobula
@raymobula Месяц назад
Excellent. Concise! And no super hyped language.
@peyman6827
@peyman6827 4 месяца назад
well explained, Thank you so much
@solidkundi
@solidkundi 4 месяца назад
this is amazing.. I've been going through few langgraph tutorials. I think you really know how to dumb it down for me thanks
@meisherenow
@meisherenow 22 дня назад
Nicely explained.
@ChristopherFoster-McBride
@ChristopherFoster-McBride 2 месяца назад
Excellent demo - only thing I would say is show at the beginning what the outcome/you are trying to build so you can see how it all ties together.
@codingcrashcourses8533
@codingcrashcourses8533 2 месяца назад
Thanks for the Feedback
@TomVanSchoor
@TomVanSchoor 4 месяца назад
I can't remember if you mentioned it, but you can use your crewai crews as nodes in the langgraph ecosystem as well. That means you can create custom workflows between your trusted crews too.
@codingcrashcourses8533
@codingcrashcourses8533 4 месяца назад
Yes of course, you can pretty much use everything in a node. You can even use different agents build with different frameworks.
@MarcoAerlic-wv7gz
@MarcoAerlic-wv7gz 3 месяца назад
Very good tutorial. Thank you.
@codingcrashcourses8533
@codingcrashcourses8533 3 месяца назад
Thank you for your comment:)
@shimotown
@shimotown 4 месяца назад
Nice one! Waiting for the next one!
@techme1972
@techme1972 Месяц назад
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!!
@codingcrashcourses8533
@codingcrashcourses8533 Месяц назад
It is actually totally up to you. When only the initial agent is talking to the user, you have a so called hierarchial agent. But you can allow every agent to interact with a user. That´s totally up to you. If you make a system with intent classificatio and route to different agents, I would probably let the agent directly talk to the agent, since the first agent is just the classifier and probably only should do that task
@techme1972
@techme1972 Месяц назад
@@codingcrashcourses8533 Anyway I could talk to you more about it - of course I’d compensate you for your time Thank you!
@Arkantosi
@Arkantosi Месяц назад
Fantastic LangGraph tutorial. Thank you. I'd love to see something more advanced like a chatbot that can give product recommendations using RAG search.
@codingcrashcourses8533
@codingcrashcourses8533 Месяц назад
That´s something I will probably build as final project in my udemy course. It´s too big for youtube
@arslanabid2245
@arslanabid2245 27 дней назад
@@codingcrashcourses8533 please make soon! I am also waiting for a project like this.
@Arkantosi
@Arkantosi День назад
@@codingcrashcourses8533 Let me know when this is complete, I'd gladly take that course.
@codingcrashcourses8533
@codingcrashcourses8533 День назад
@@Arkantosi yes i will make an annoucement video :)
@GeorgAubele
@GeorgAubele 3 месяца назад
On your Github Site, there is a repository for an "Advanced RAG with Langchain" Course - I cannot find it on Udemy. Is it already live? When can I expect it online?
@codingcrashcourses8533
@codingcrashcourses8533 3 месяца назад
3 weeks and it will be finished
@GeorgAubele
@GeorgAubele 3 месяца назад
@@codingcrashcourses8533 ❤️
@i2c_jason
@i2c_jason Месяц назад
Thank you so much! Can anyone recommend a workflow for hosting my very simple LangGraph code on my website using the AWS toolsuite? I'd love to have some kind of scalable pay-for-compute that can just grow with my web traffic right from the start, rather than getting everything into a notebook and then having to figure out how to host it. I'm a firmware / Python guy and have no clue what I'm doing when it comes to hosting something like this for a very small business.
@codingcrashcourses8533
@codingcrashcourses8533 Месяц назад
I would just use a small Server and host everything on my own
@gw1284
@gw1284 4 месяца назад
well explained, Thanks
@SanthoshKammari-ug2gj
@SanthoshKammari-ug2gj 4 месяца назад
Loved it!
@maysammansor
@maysammansor 16 дней назад
I follow your channel and even Udemy course but here please give the exact github code link. sometimes it's confusing to find the right git repo
@codingcrashcourses8533
@codingcrashcourses8533 16 дней назад
sorry, that was an error! I updated the link in the description :-)
@maysammansor
@maysammansor 16 дней назад
@@codingcrashcourses8533 Thanks
@maysammansor
@maysammansor 16 дней назад
@@codingcrashcourses8533 Thanks
@limjuroy7078
@limjuroy7078 4 месяца назад
Looks impressive and powerful, but I need some time to fully understand it. By the way, I'd like to share my thoughts - perhaps you could consider exploring the LLM OS from Phidata. Their agents are quite powerful, but they are not interconnected, which means you have to run different Python files to use specific tools. I'm not sure if LangGraph can solve this issue or not.
@codingcrashcourses8533
@codingcrashcourses8533 4 месяца назад
It takes it´s time and is more complex than the alternatives, but in my opinion worth learning it. LLM OS looks quite high level, whats the difference to let´s say CrewAI?
@limjuroy7078
@limjuroy7078 4 месяца назад
@@codingcrashcourses8533 Looks like it's quite similar to CrewAI.
@limjuroy7078
@limjuroy7078 4 месяца назад
@@codingcrashcourses8533 Yes, it does seem quite similar to CrewAI; however, CrewAI has the capability to manage all the tools without the need to run a specific Python file.
@limjuroy7078
@limjuroy7078 4 месяца назад
Hmm, I have never tried CrewAI before, but Phidata does look quite high-level compared to the Lang graph.
@chakerayachi8468
@chakerayachi8468 4 месяца назад
thanks for your amazing content as usual but i have a question in my mind is it possible to take two answers from each node and combine them into the final answer for exemple i have a tools that generate image and an other tool that describe the image i want to get the image and the description as the final answer
@codingcrashcourses8533
@codingcrashcourses8533 4 месяца назад
You want to use gpt-vision to describe it?
@chakerayachi8468
@chakerayachi8468 4 месяца назад
@@codingcrashcourses8533 exactly
@chakerayachi8468
@chakerayachi8468 4 месяца назад
@@codingcrashcourses8533 yeah exactly so the idea is the generation of the image then the description of it but i need to get the two answers as the final output
@luanmotta5591
@luanmotta5591 4 месяца назад
Nice video!!
@thegrandline24
@thegrandline24 Месяц назад
nice
@vutuan-p3d
@vutuan-p3d 4 месяца назад
finally, thank
@StephenRayner
@StephenRayner 4 месяца назад
LangGraph,.js plz
@codingcrashcourses8533
@codingcrashcourses8533 4 месяца назад
Maybe in the future :)
@StephenRayner
@StephenRayner 3 месяца назад
@@codingcrashcourses8533 are we there yet? LangChain channel release a video on generative UI hit the spot nicely. Did you see it?
@abhishakeyadav1793
@abhishakeyadav1793 4 месяца назад
first comment
@codingcrashcourses8533
@codingcrashcourses8533 4 месяца назад
great :p
@say.xy_
@say.xy_ 4 месяца назад
If you don’t reach 10k subs quickly after this video then langchain/AI community don’t deserve you ffs Their LOSS!
@codingcrashcourses8533
@codingcrashcourses8533 4 месяца назад
thank you man^^
@oluwaseunakinropo6318
@oluwaseunakinropo6318 4 месяца назад
God bless you Coding Crashcourses
@GeorgAubele
@GeorgAubele 3 месяца назад
Excellent tutorial. But what do you need the `from langchain_openai import ChatOpenAI` for in the first cycles example?
@codingcrashcourses8533
@codingcrashcourses8533 3 месяца назад
the package langchain-openai :)
@GeorgAubele
@GeorgAubele 3 месяца назад
But you don't use the ChatOpenAI package on that example, do you? I mean - you define a model, but where is it used? The decision to stop the cycle comes from the the algorithm, does it? I don't see any AI model involved into that cycle example. Edit: Ah, ok, the decision on the cycle is made by the model!
@Danishkhan-ni5qf
@Danishkhan-ni5qf 4 месяца назад
This video is juiced with knowledge! Amazing content
@SeeFoodDie
@SeeFoodDie 4 месяца назад
Excellent. Thank you.
@Leonid.Shamis
@Leonid.Shamis 4 месяца назад
Great content! (as usual :)) Are you aware of any visual editors (like Flowise, Langflow, etc.) supporting the construction of LangGraph workflows in a drag-and-drop way? Wouldn't that be amazing?
@codingcrashcourses8533
@codingcrashcourses8533 4 месяца назад
No i was not yet. As far as I like These for Exploration, i would really like to have a yaml for a declarative approach or so :)
@-d3th-384
@-d3th-384 4 месяца назад
Hey! Thank you for your short but impactful course. I have one question though to ask. Have you ever come across a situation where your agent was stuck in a continuous tool calling loop without exiting and thus providing a concrete final answer? I'm facing this problem right now and I do not know what to do.
@codingcrashcourses8533
@codingcrashcourses8533 4 месяца назад
Gonna demonstrate that in the next video:)
Далее
Learn LangGraph - The Easy Way
28:29
Просмотров 29 тыс.
Офицер, я всё объясню
01:00
Просмотров 3,3 млн
"Когти льва" Анатолий МАЛЕЦ
53:01
AI Shopping Assistant - Built using LangGraph
18:06
Просмотров 3,2 тыс.
Build Anything with LangGraph Studio, Here’s How
16:38
The Home Server I've Been Wanting
18:14
Просмотров 138 тыс.