Spring Tips: Spring AI Observability

Sdílet
Vložit
  • čas přidán 11. 09. 2024

Komentáře • 8

  • @sefacihangir8959
    @sefacihangir8959 Před 18 dny

    I just watched the Spring AI Observability video, and I wanted to express my gratitude. The explanation was clear and concise, making the complex topic easy to understand. Thank you for sharing such valuable content!

  • @kappaj01
    @kappaj01 Před 22 dny

    Great info - enjoy the SpringOne conference.

  • @konstantingromov6485
    @konstantingromov6485 Před 19 dny

    Do you know when milestone is planned?
    There are bunch of spring-ai libs that are not available yet on this snapshot version - e.g. ollama, tika-document-reader

  • @nathanlively
    @nathanlively Před 22 dny

    So then, could you use that to calculate how much money you spent? Or is there a separate call to get that information?

    • @konstantingromov6485
      @konstantingromov6485 Před 21 dnem +1

      Basically they intercept information that is provided in response to chat client as I recall.
      But this is suitable of course

  • @Boss-gr4jw
    @Boss-gr4jw Před 22 dny

    Who uses it? Who is it for? It seems just a toy, no production value.

  • @bjrntjohansen8938
    @bjrntjohansen8938 Před 22 dny

    Great video as always.. :) But I have been wondering when watching your videos. You always use @Controller and @ResponseBody instead of @RestController, what is the benefit of one over the other?

    • @ogyct
      @ogyct Před 21 dnem +1

      Technically this is not a REST controller. It doesn't follow the REST rules. So it would be semantically wrong to annotate such controller with @RestController annotation. Although it would work and would be more concise.