Query Your CSV Data Using Azure OpenAI

Sdílet
Vložit
  • čas přidán 29. 08. 2024

Komentáře • 17

  • @paulham.2447
    @paulham.2447 Před 7 měsíci

    Many thanks once again! personally I learn very interesting things from you 😊

  • @saitejakandra5640
    @saitejakandra5640 Před 7 měsíci +1

    Thank you!, can I know lets assume if our data is residing in two different csv in this case how should prepare the data. When we ask any question it should look into both csv's and give the response. Can you tell me how to prepare the data(here data is huge).

    • @shweta-lodha
      @shweta-lodha  Před 7 měsíci

      Is it not possible to pull them into single df?

  • @abhishekgupta9075
    @abhishekgupta9075 Před 6 měsíci

    Thanks for the tutorial.
    I was wondering how would you do the same if the had to be extracted from more than one cab file? Let’s say if the answer needs to combine information from csv1 and csv2?

    • @shweta-lodha
      @shweta-lodha  Před 6 měsíci

      Did you try to construct single df for both of those ? That would do the trick.

  • @user-ms8ir4id1m
    @user-ms8ir4id1m Před 2 měsíci

    This is really great, only thing is I can't use the whole data frame it's saying out of token

    • @shweta-lodha
      @shweta-lodha  Před měsícem

      Please consider only the required columns and go with model having better token limits. BTW, which model are you using?

  • @user-sj9mo5jv6n
    @user-sj9mo5jv6n Před 7 měsíci +1

    For the context , you have passed only head which is 5 rows , we can achieve this easily.What if my dataframe is huge? This is where im getting issue in openAI APIs , can this be solved in Azure openAI??

    • @user-sj9mo5jv6n
      @user-sj9mo5jv6n Před 7 měsíci

      I missed your intro , can you make a video how to handle huge CSV files

    • @shweta-lodha
      @shweta-lodha  Před 7 měsíci

      In case of huge data, you have to use advance RAG, where in you need to chunk your data and perform semantic search before passing it to LLM.

  • @eyekathir
    @eyekathir Před 7 měsíci

    Cool 🆒

  • @arunakumarigumma6898
    @arunakumarigumma6898 Před 6 měsíci

    Can we do same without using the code? in the AI Studio itself

  • @Pan_ai_art
    @Pan_ai_art Před měsícem

    how to install the extension in vscode extension name?

    • @shweta-lodha
      @shweta-lodha  Před měsícem

      You will see extension button on left panel in VS Code. Click on that and it will open up a panel for you, where in you can search the extension with name.