Azure AI Foundry/Studio | Use Internet Search (SERP) API along with LLM(GPT) in Prompt Flow

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

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

  • @chrisharper4041
    @chrisharper4041 Месяц назад

    I learnt a lot from this video! I really like the way you concisely present without skipping anything. Thanks!

  • @Roy-zt7sl
    @Roy-zt7sl 17 дней назад

    Excellent tutorial, very information

  • @IsmaelShaik-k6h
    @IsmaelShaik-k6h Месяц назад

    I like your azure AI videos, could you please add more azure AI service videos.

  • @jovanjovanovic8523
    @jovanjovanovic8523 3 дня назад

    Thanks for this video, it helped a lot. I am just wondering about the case where not all questions should be Googled, is there a way to somehow determine, based on input, if an additional data from Google is required or not? I would like to avoid using Serp for all questions if possible, only when some actual data is required. Cheers!

    • @madeforcloud
      @madeforcloud  3 дня назад +1

      You can add an LLM layer before serp and provide the response to serp as condition whether search should happen or not. Another better way is to use multi agent and let LLM decide whether we should do search or not.

    • @jovanjovanovic8523
      @jovanjovanovic8523 3 дня назад

      @@madeforcloud Thanks for the swift response. Multi agent seems like an ideal architecture. We'll research a bit more and work on the setup. Thanks again!