What's new in Spring AI 1.0.0 M1

Поделиться
HTML-код
  • Опубликовано: 19 июн 2024
  • In this tutorial you will learn about the new features in the latest release of Spring AI, 1.0.0 M1. I am a really big fan of the Chat Client's new fluent API as it makes the code so much more concise and readable.
    🔗Resources & Links mentioned in this video:
    Blog Post: spring.io/blog/2024/05/30/spr...
    GitHub Repo: github.com/danvega/spring-int...
    👋🏻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 ❤️
  • НаукаНаука

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

  • @kappaj01
    @kappaj01 11 дней назад +1

    This is now really looking like a properly polished Spring product. Great work!

  • @justreason5868
    @justreason5868 11 дней назад

    Thanks for sharing this piece. An excellent snippet to apply OpenAI into providing intelligent-ready application using SpringAI.

  • @ahmadshlool5803
    @ahmadshlool5803 10 дней назад

    Great work!

  • @rustinpeace7466
    @rustinpeace7466 11 дней назад

    It's crazy how easy it's becoming to integrate all of this. The vector stuff to tie your data to AI makes this stuff so powerful.

  • @hyunjoonchoi7393
    @hyunjoonchoi7393 11 дней назад +1

    I am a student who studying Spring in Korea. Thanks to your activities such as introduce Spring AI on Intellij RUclips channel, I summarized it in my Korean blogs and sharing them on LinkedIn, many people became interested in me, and I was able to grow a lot as well, making two meaningful contributions up to Spring AI 1.0.0 M1. Thank you from the bottom of my heart 💛

    • @hyunjoonchoi7393
      @hyunjoonchoi7393 11 дней назад

      Without your video, I wouldn't have understood much about Spring AI. Thank you again!

    • @DanVega
      @DanVega  11 дней назад +1

      Thank you so much for the kind words and I'm so happy that my passion for teaching was able to help you along your journey! Can you share your blog out? I would be happy to include it in my newsletter.

    • @hyunjoonchoi7393
      @hyunjoonchoi7393 11 дней назад

      @@DanVega I have a link and it seems to be deleted from the RUclips comments. Could you please let me know your email address to contact? If that doesn't work, I can also forward it to you via LinkedIn!

    • @hyunjoonchoi7393
      @hyunjoonchoi7393 11 дней назад

      @@DanVega I've just written something related to your RUclips email. I'd appreciate it if you could check it out :)

  • @backtoGodhead0
    @backtoGodhead0 11 дней назад

    Was looking for your video for quite sometime.

    • @DanVega
      @DanVega  11 дней назад

      Quite some time... It was released 3 weeks ago 🤣

  • @shomer2009
    @shomer2009 7 дней назад

    Thank you for the video. Is it possible to have a video on how to tokenize an entire git repository and then start using that As a knowledge base for fine tuning? THANKS 😊

  • @ignaciogarcia7210
    @ignaciogarcia7210 10 дней назад

    Great video! I would love to see Spring AI implemented in a real project. I have difficulty designing AI software with best practices for creating a SaaS. :)

  • @HariprasathS-eu6ml
    @HariprasathS-eu6ml 9 дней назад

    Sir Can you please upload a video of any small project on Spring boot + Groovy???

  • @EliasX962
    @EliasX962 7 дней назад

    one question which theme are you using ?

  • @AnthonyGalati
    @AnthonyGalati 11 дней назад

    GO Kansas City!!!!
    Nice job

    • @DanVega
      @DanVega  11 дней назад

      Love KC and can't wait to be there next week!

  • @Dr_Kurt
    @Dr_Kurt 11 дней назад +1

    How did they implement the. entity(Actorfilms. class)? Are they extending the original Chat prompt by something that narrows down the result to the parameters named in the entity?

    • @hfislwpa
      @hfislwpa 6 дней назад

      I think you have a way of getting chat responses to be returned in a defined JSON schema, so presumably can pass the class fields needed and just ask gpt to return with that structure