Langchain Agents [2024 UPDATE] - Beginner Friendly

แชร์
ฝัง
  • เผยแพร่เมื่อ 12 ก.ย. 2024

ความคิดเห็น • 18

  • @RyanAndMattDataScience
    @RyanAndMattDataScience  หลายเดือนก่อน

    Hey guys I hope you enjoyed the video! If you did please subscribe to the channel!
    Join our Data Science Discord Here: discord.com/invite/F7dxbvHUhg
    If you want to watch a full course on Langchain check out Datacamp: datacamp.pxf.io/XYD7Qg
    Want to solve Python data interview questions: stratascratch.com/?via=ryan
    I'm also open to freelance data projects. Hit me up at ryannolandata@gmail.com
    *Both Datacamp and Stratascratch are affiliate links.

  • @RyanAndMattDataScience
    @RyanAndMattDataScience  2 หลายเดือนก่อน

    Looking for the code? I just published an article based on the video: ryannolandata.com/langchain-agents/
    Also I'm taking on AI projects. Hit me up ryannolandata@gmail.com

  • @kumarshivam7448
    @kumarshivam7448 5 หลายเดือนก่อน +4

    Underrated channel

  • @michaellively5982
    @michaellively5982 5 หลายเดือนก่อน

    Thanks so much for showing this live so I could see your thought process. This was very helpful. Thank you so much! Mike Lively

  • @krishcp7718
    @krishcp7718 5 หลายเดือนก่อน

    Hi Ryan,
    Great video. This is the best channel for getting hands on with Langchain , LLM and Generative AI. Subscribed. Thanks a lot.
    Krish

  • @stanTrX
    @stanTrX 4 หลายเดือนก่อน

    thanks. langchain tools and agent libraries are very complicated and what i see older tutorials even don't work.. different tutorials different methods..

  • @computerengineercemberkcra3490
    @computerengineercemberkcra3490 7 หลายเดือนก่อน

    you seem chill dude i liked it!!!

  • @utkbella
    @utkbella 4 หลายเดือนก่อน

    for using google gemini instead of open AI through langchain..do I need to make any ammendments in the existing code?

  • @JohnSmith-kf1lq
    @JohnSmith-kf1lq 5 หลายเดือนก่อน

    Loved the video. Its "deprecated" btw instead of "depreciated"

  • @stanTrX
    @stanTrX 4 หลายเดือนก่อน

    how do you terminate when it's "finished chain" ?

  • @Mahmoudmostafa1907-sc4lc
    @Mahmoudmostafa1907-sc4lc 5 หลายเดือนก่อน

    how can i make agent between lama 2 and wolframealpha

  • @harinisri2962
    @harinisri2962 3 หลายเดือนก่อน

    TypeError: Completions.create() got an unexpected keyword argument 'functions'
    I am getting this error while runnning agent_executor.invoke({"input":"who won the 2024 world series"}). Can you please help me resolve this?