Using Spring AI's Output Parsers to structure the response from LLMs

Поділитися
Вставка
  • Опубліковано 2 січ 2025

КОМЕНТАРІ • 16

  • @kappaj01
    @kappaj01 8 місяців тому

    Excellent stuff! Please do something where we do RAG with a Weaviate DB. I'm looking to build an app where I have message arriving via AWS SQS that I would like to pump into the vector DB and then pass into the LLM locally so I don't leak company confidential information.
    I have Ollama running and this works wellish so far on my MacbookPRO (old Intel). Understand the local GPU problem , but can live with that for dev/evaluation.
    SpringAI really makes talking to these LLM's a breeze - great work to the Spring Teams!

  • @ydexpert131
    @ydexpert131 2 місяці тому

    very informative....awesome mate...

  • @mounir01ful
    @mounir01ful 6 місяців тому

    How do you handle different types of responses in your chatbot in the same endpoint ? and without to if in the controller ? do you have some idea thanks ?

  • @teraqubit4095
    @teraqubit4095 8 місяців тому +3

    Can you please create a video on how to Summerize large document using Spring AI ?

    • @DanVega
      @DanVega  8 місяців тому +1

      That sounds like a great idea. What type of documents are you trying to summarize?

    • @praveens2272
      @praveens2272 8 місяців тому +2

      ​@@DanVega mostly PDF documents

  • @sohamsarkar174
    @sohamsarkar174 8 місяців тому +4

    Please RAG video next. Also please teach us how to set up vector db

    • @DanVega
      @DanVega  8 місяців тому +2

      Stuffing the prompt next and then a RAG example is on its way.

    • @sohamsarkar174
      @sohamsarkar174 8 місяців тому +1

      @@DanVega Sounds exciting!!! Can't wait for your next video. Thank you Dan

  • @tomaszw6449
    @tomaszw6449 8 місяців тому

    👍👍👍

  • @duonglinguyen9866
    @duonglinguyen9866 8 місяців тому +2

    next video about RAG please

    • @DanVega
      @DanVega  8 місяців тому

      It's coming soon!

  • @ArfatBinkileb
    @ArfatBinkileb 2 місяці тому +1

    use new MapOutputConverter() instead of new MapOutputParser()

  • @DamLee88
    @DamLee88 8 місяців тому +1

    Dan, great video as always, but I'm sorry to say that this one seems a bit too niche with its focus on AI and some marginal technical aspects. Perhaps consider going back to your regular topics, which have a wider appeal and tend to capture more attention. Thanks!

    • @husane2161
      @husane2161 8 місяців тому +1

      Utilizing AI in our apps is the hot topic using Spring AI. I enjoy the niche topic.

    • @DanVega
      @DanVega  8 місяців тому +2

      AI is a big topic right now and being able to build intelligent applications with Spring is something I get asked about a lot. I have 5 more videos coming on the topic and then I will be working on some htmx content.