Spring AI Functions - How to register custom Java functions with the Chat Client

Поделиться
HTML-код
  • Опубликовано: 5 май 2024
  • In this tutorial we will take a look at function calling in Spring AI. This will allow you to register custom Java Functions that the LLM can call when it needs access to real time data. That is the example we will work through in this video and by the end you will have everything you need to start writing your own custom functions in Spring AI
    🔗Resources & Links mentioned in this video:
    GitHub Repo: github.com/danvega/spring-int...
    Spring AI Documentation: docs.spring.io/spring-ai/refe...
    👋🏻Connect with me:
    Website: www.danvega.dev
    Twitter: / therealdanvega
    Github: github.com/danvega
    LinkedIn: / danvega
    Newsletter: www.danvega.dev/newsletter
    SUBSCRIBE TO MY CHANNEL: bit.ly/2re4GH0 ❤️
  • НаукаНаука

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

  • @guuridev
    @guuridev Месяц назад +2

    great video, great example & great explanation! I will be implementing this in my side project asap 😄

  • @otash07
    @otash07 Месяц назад

    Thank you for these videos. It is difficult to overestimate value of them.

  • @emirburak108
    @emirburak108 Месяц назад

    Thanks a lot Dan! Looking forward for more Spring AI videos

  • @backtoGodhead0
    @backtoGodhead0 2 дня назад

    fantastic

  • @backtoGodhead0
    @backtoGodhead0 День назад

    How does the GPT knows when to call this callback function passed and when not to? Is it driven by callback function's name?

  • @pandeyZee
    @pandeyZee Месяц назад

    What is the different between Tool and Function