Building ToolLLM With LangGraph.js

Поділитися
Вставка
  • Опубліковано 21 вер 2024
  • LangTool is inspired by two popular AI papers, Anytool and Toolllm. In this video, we’ll build a smaller version, using LangGraph.js and TypeScript.
    Anytool Paper: arxiv.org/abs/...
    ToolLLM Paper: arxiv.org/abs/...
    You can find the template repository here: github.com/bra...
    And the LangGraph.js repo here: github.com/lan...

КОМЕНТАРІ • 10

  • @mr.daniish
    @mr.daniish 5 місяців тому +2

    Brace just dropped a knowledge bomb! Thank you mate. Love from Pakistan.

  • @ibbbyscode
    @ibbbyscode 5 місяців тому

    Awesome tutorial. More of these please 😊

  • @arnaudlelong2342
    @arnaudlelong2342 5 місяців тому +2

    Thanks for the video, but the audio, buddy?

  • @linli6838
    @linli6838 3 місяці тому

    Very nice video

  • @abdullahsiddique6393
    @abdullahsiddique6393 5 місяців тому +2

    Pair this with Generative UI from Vercel and GG

  • @gabrielkind2970
    @gabrielkind2970 5 місяців тому

    I don't really understand what's different about this than just having one big function that has control logic, possibly with recursive functions. Can you explain why this is useful?

    • @Ibbysz
      @Ibbysz 2 місяці тому +1

      I don't think I fully understand your question, but the reason why LangGraph is specifically useful is that it essentially forces an LLM to follow a predictable set of reasoning steps. This structure allows the SWE to have a higher level of control over the LLM's actions, which helps reduce hallucinations and inaccurate responses. This is why you often see models like GPT-4 restating your question and known data. It helps the LLM reason better.

    • @heyjustinyoung
      @heyjustinyoung 2 місяці тому

      100%. I don't understand the value of an overly abstracted toolkit. It's a great explanation I'm just confused why I'd want to use it when I could make something much more simple and accomplish the same goals.

  • @sergiychumachenko7823
    @sergiychumachenko7823 4 місяці тому

    if you want to show something, - make it visible. ctrl ++ be enought.