Build a RAG application in minutes

Поделиться
HTML-код
  • Опубликовано: 2 дек 2024

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

  • @gethackteam
    @gethackteam 4 месяца назад +5

    Hope you enjoyed this video! Please let us know what topics about AI you’d like to see videos on!

    • @ramonaortega1975
      @ramonaortega1975 4 месяца назад +1

      So we are using WatsonX (with prompt) with Assistant (using a RAG model to Discovery); what is the advantage here using flow and or what is the difference. We are exploring the most cost-effective way to do RAG with deployed white-labeled assistants.

    • @gethackteam
      @gethackteam 4 месяца назад

      @@ramonaortega1975flows engine is aimed at developers and sits somewhere between “code everything from scratch” and low-code/no-code experience in the browser. If allows for adding customizations and a lot of abstractions for common AI patterns, only when you want to add a lot of customizations you need to write some (declarative) code. One big plus it spins up its own infrastructure.

  • @timoteipopescu3246
    @timoteipopescu3246 4 месяца назад +2

    Great content, well explained!

  • @rishabhtripathi2235
    @rishabhtripathi2235 4 месяца назад +1

    Thank you for such an interesting walkthrough. Can you please help me to inference this endpoint using Postman?

    • @gethackteam
      @gethackteam 4 месяца назад

      Yes you can! Use the endpoint printed in your terminal after using the deploy function, and set a header for “authorization” with the value “apikey YOUR_APIKEY”.

    • @gethackteam
      @gethackteam 4 месяца назад

      It’s GraphQL what you can use to directly use the endpoint, Postman can work with this