Use "Add your own Data" in Azure Open AI with API

Nico Birrer 25 Reputation points
2023-08-03T15:37:35.66+00:00

Hello all

Does anyone of you know if it is possible to use Add your own Data also with the API? It is also possible to create a web app with it, so it should be possible to use this with the API?

Thanks a lot for your help

Azure OpenAI Service
Azure OpenAI Service
An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
3,921 questions
{count} votes

Accepted answer
  1. VasaviLankipalle-MSFT 18,656 Reputation points
    2023-08-04T20:41:13.4366667+00:00

    Hello @Nico Birrer ,

    I'm glad that you were able to resolve your issue and thank you for clarification of the question so that others experiencing the same thing can easily reference this! Since the Microsoft Q&A community has a policy that "The question author cannot accept their own answer. They can only accept answers by others ", I'll repost your solution in case you'd like to "Accept " the answer.

    Issue: The ability to make API queries with your own data after using "Add your data" feature in Azure OAI Studio

    Solution: Since "Add your own Data" is still in preview, yes, this is not possible.

    If you have any other questions or are still running into more issues, please let me know.
    Thank you again for your time and patience throughout this issue.

    Regards,
    Vasavi

    Please remember to "Accept Answer" if any answer/reply helped, so that others in the community facing similar issues can easily find the solution.


1 additional answer

Sort by: Most helpful
  1. Sina Salam 18,966 Reputation points
    2023-08-03T22:11:24.08+00:00

    Hello @Nico Birrer

    Welcome to the Microsoft Q&A and thank you for posting your questions here.

    For better clarification of your questions:

    Firstly, you are asking if you can add your own data into Azure Open AI using your own API. Secondly, you asked if it's possible to create a web app with it. Finally, you asked also if it is possible to use the two above with API.

    All the three questions are YES.

    1. For the first question, Azure OpenAI models provide a secure and robust solution for tasks like creating content, summarizing information, and various other applications that involve working with human language. Now you can operate these models in the context of your own data. Try Azure OpenAI Studio to naturally interact with your data and publish it as an app from within the studio.
    2. For the second question, you can create a web app with Azure OpenAI Service. You can use many codes example to start with, especially the example code on GitHub to deploy a Python web app using Azure app service. The app will provide a user interface for sending queries to the Azure OpenAI model that uses your data. You can also access the powerful language models such as GPT-4 and GPT-35-Turbo through the REST API.
    3. Yes. as described in the first and second answers.

    For more information as I have described in the answers, you use the following links to read more or use the services mentioned.

    1. Using your data with Azure OpenAI Service
    2. Try Azure OpenAI Studio
    3. Azure OpenAI Service REST API reference
    4. What is Azure OpenAI Service

    I hope this is helpful! Do not hesitate to let me know if you have any other questions.

    Please remember to "Accept Answer" if answer helped, so that others in the community facing similar issues can easily find the solution.

    Best Regards,

    Sina Salam


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.