Spring Tips: Spring AI Observability

Поділитися
Вставка
  • Опубліковано 12 вер 2024

КОМЕНТАРІ • 8

  • @sefacihangir8959
    @sefacihangir8959 19 днів тому

    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 23 дні тому

    Great info - enjoy the SpringOne conference.

  • @konstantingromov6485
    @konstantingromov6485 20 днів тому

    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 23 дні тому

    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 22 дні тому +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 23 дні тому

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

  • @bjrntjohansen8938
    @bjrntjohansen8938 23 дні тому

    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 22 дні тому +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.