Это видео недоступно.
Сожалеем об этом.

LangChain Series: LangChain Intro Project - Dungeons and Dragons Knowledge Base!

Поделиться
HTML-код
  • Опубликовано: 13 авг 2024
  • This video builds an AI assistant powered by GPT-4 with Dungeons & Dragons 5th edition knowledge.
    This overview demonstrates building AI applications with GPT-4 and Langchain.
    Future videos will explore each component, from data embedding and QA chains to building agents and memories. Using a powerful model like GPT-4, we create an assistant with specialized knowledge for engaging exchanges.
    🔗 Colab Link: colab.research...
    About me:
    Follow me on LinkedIn: / csalexiuk
    Check out what I'm working on: getox.ai/

Комментарии • 15

  • @CurtisAllenLight
    @CurtisAllenLight Год назад +1

    This is a great overview thank you. Subscribed. Looking forward to more in the series

  • @nathanhanish1171
    @nathanhanish1171 Год назад +1

    Really looking forward to digging into the deep dive on this one. I've had pretty remarkable results leveraging GPT4 for D&D adventure building and had been pondering the question of how to build out an application like you are describing here in the context of either 5e or the Palladium system. Thanks for sharing.

    • @chrisalexiuk
      @chrisalexiuk  Год назад

      Honestly, it's made explaining rules a lot simpler for players as well! The LLM does a fantastic job of walking people through rules!

  • @A1AutomotiveDrivetrains-nq4pl
    @A1AutomotiveDrivetrains-nq4pl 9 месяцев назад

    I like the videos and I'm trying to learn the whole AI thing which is no doubt a lot to grasp when you're coming into it new. the only thing that I will change is, if possible just let people know in the beginning that you will be explaining further details of certain things throughout the classes and then let it be. Because what I'm finding is that as you're explaining it, when I start to follow you and I'm synced into what you're saying you kind of break that concentration by repeating the fact that you're going to explain the details again later. if that makes any sense hopefully you understand what I'm saying. Because I am still so new at this if you have any other information that is more up to date I would greatly appreciate anything that you can help me along with. All in all I like the videos.

  • @luisjoseve
    @luisjoseve 7 месяцев назад

    Impresive, you rock, waiting for more videos

  • @mattchinnock7064
    @mattchinnock7064 6 месяцев назад

    Any plans to continue the series? Sounds like exactly what I'm looking for.

  • @mosca204
    @mosca204 Год назад +1

    Very nice tutorial, although the missing data sucks. I tried 5e-bits and dnd-character, but they didn't match the data in the video.

    • @chrisalexiuk
      @chrisalexiuk  Год назад

      Ah, true.
      I heard that 5eTools data is pretty good for this task...if you were able to find a GitHub repo that sourced all that data. :)

    • @mosca204
      @mosca204 Год назад

      @@chrisalexiuk Thank you!

  • @prarabdhasrivastava3141
    @prarabdhasrivastava3141 Год назад +2

    can you make a video where we can turn this application into api and host it on something like aws or azure

  • @khaoticttv6506
    @khaoticttv6506 Год назад +1

    Hey Chris, love your content. Just curious about your OS/setup, do you prefer windows or mac? If so could you explain your reasoning for your specific preference. Finally, if you use a laptop what type do you personally use.

    • @chrisalexiuk
      @chrisalexiuk  Год назад

      I prefer Linux, where possible.
      Otherwise Mac for development - Windows has a lot of hoops to jump through - even with WSL2.

  • @andriihorbokon2015
    @andriihorbokon2015 Год назад +1

    Thank you! Did you try huggingface agents, looks like more straight forward to me?

    • @chrisalexiuk
      @chrisalexiuk  Год назад

      I have a video where I tried HF Agents, yes!
      This is more meant to act as a base project to showcase all the constituent parts!
      Definitely easier ways to achieve the same thing out there!