RAG with Azure Search in Azure AI Foundry(Part 2)

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

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

  • @rumivlogger
    @rumivlogger День назад

    Nice sharing

  • @Avi-m2j
    @Avi-m2j 11 дней назад +2

    Great keep going waiting for new one

  • @anubhavgupta4917
    @anubhavgupta4917 13 дней назад +1

    Thanks for sharing Sir 🙏

  • @preetiduhan9937
    @preetiduhan9937 13 дней назад +1

    Thanks for sharing 🙏

  • @Navin_7131
    @Navin_7131 День назад

    Good

  • @bimlassheoran
    @bimlassheoran 8 дней назад

    Good , keep it up!

  • @rammehar1237
    @rammehar1237 13 дней назад +1

    Nice knowledge 🎉🎉

  • @DavidWilsonNZ
    @DavidWilsonNZ 8 дней назад

    This has been very good. I have been able to setup a file like yours with sample queries and take that all the way through to building an index and using it in the playground.
    I need to do a lot more work on the sample queries, and incorporate details from other tables in the database.
    There is a "Deploy" button in AI Foundry. What is this really intended for? Where does the "code" live.
    In addition if I deploy this way, how do I go from asking a question, and the response being SQL to the response being a commentary on the data returned?
    In your demo, you returned revenue over a period of time and charted the result. Can you take this a step further and get an AI commentary on the response to talk about trends in the data? for example... please compare revenue for December 2023 and December 2024 across the top 5 products and comment on trends taking into account seasonal variance in the product sales.

  • @DavidWilsonNZ
    @DavidWilsonNZ 8 дней назад

    The .txt file of SQL queries you have... how do you process a update to that file... lets say I have added more questions and SQL to the file... what is the next part of the process I need to follow to get a updated Index?

  • @rajat420420
    @rajat420420 11 дней назад

    hi, still I am not able to find a way for deploying the model via api. For example if I want to deplot gpt 4o via code instead of using azure ai studio?

  • @kunalsuryavanshi9898
    @kunalsuryavanshi9898 13 дней назад +1

    How can i connect cutomers to the chat ? I mean for personalization user 1 should get different results as per his taste and preference, whereas user 2 get different results as per his defined taste and preference

    • @pairprogrammers
      @pairprogrammers  13 дней назад

      One way to achieve this is by passing table metadata (via Azure Search or directly in the prompt) and updating the prompt dynamically based on the user's context in your backend app.
      Additionally, building a validation layer ensures the generated SQL queries are accurate and restricted to each user's data.