Getting Started With AI Assistant Using Azure OpenAI - Code Interpreter

Поділитися
Вставка
  • Опубліковано 5 жов 2024
  • This video will help you get started with building your first AI Assistant using Azure OpenAI.
    * REFERRAL LINK ************
    🤩 Creating websites simpler than Wix and Wordpress: www.strikingly...
    * REFERRAL LINK ************
    Medium article: / getting-started-with-a...
    ................ LINKS ................
    Medium: / shweta-lodha
    Blog: shwetalodha.in
    You can support me here: www.buymeacoff...
    .............................................
    ###### AI PLAYLISTS ########
    ⭐Azure OpenAI
    • Azure OpenAI
    ⭐OpenAI
    • OpenAI
    ⭐Azure Prompt Flow
    • Azure ML Prompt Flow
    ⭐ChatGPT
    • ChatGPT
    ⭐AI In General
    • AI In General
    ⭐Azure AI & Machine Learning
    • Azure Machine Learning...
    ###### MORE PLAYLISTS ######
    ⭐Python for beginners
    ⭐Python Pandas
    ⭐Python tips and tricks
    ⭐Jupyter tips & tricks
    ⭐Microsoft Azure
    ⭐Visual Studio Code a.k.a. VS Code
    #azure #chatgpt #openai
  • Наука та технологія

КОМЕНТАРІ • 13

  • @TheLightofScience
    @TheLightofScience 7 місяців тому +1

    Thanks!

    • @shweta-lodha
      @shweta-lodha  7 місяців тому +2

      Glad you found my content useful 🥰

  • @lalofuentes3381
    @lalofuentes3381 7 місяців тому

    Hi Shweta, great job! I wonder, is there any advantage to using assistants on Azure OpenAI rather than plain OpenAI??

    • @shweta-lodha
      @shweta-lodha  7 місяців тому +1

      The only benefit I see is Azure one keeps all its data in Azure boundary and this gives more secure feeling with respect to data privacy

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

    Hi Shweta. Thanks for the tut. I am running the code after 5 months of posting this video. I am sure since Assitants is still a Preview feature, the Microsoft will keep updating the stuff. Because of that, currently, I get an error saying that file_ids is not a valid parameter to the client. Any help on where can I get the latest documentation of changes that they MS makes?
    """
    BadRequestError: Error code: 400 - {'error': {'message': "Unknown parameter: 'file_ids'.", 'type': 'invalid_request_error', 'param': 'file_ids', 'code': 'unknown_parameter'}}
    '"""

  • @sachingupta-hc3tt
    @sachingupta-hc3tt 6 місяців тому +1

    Hi Shweta ,I cannot see the retrieval option in Azure openAI. How can I access that ?

  • @wine2805
    @wine2805 6 місяців тому +1

    Hi Shweta, can you share your sample code?

  • @jaywarshaw
    @jaywarshaw 7 місяців тому

    Thanks for the video, Im trying to fogure out how to connect the Assistant to a SQL database, Im thinking I will need to use function calling to run a query on a SQL db, dynamically create a file of the results and then load that into the Code Interpreter. Any ideas?

    • @shweta-lodha
      @shweta-lodha  7 місяців тому +1

      Glad it was helpful! Your approach would work but you can give a try to the one I published today morning on SQL server

  • @yosshi2028
    @yosshi2028 7 місяців тому

    Could you please share your source code?

    • @shweta-lodha
      @shweta-lodha  7 місяців тому

      Some portion of it is available on my medium