Thanks for the interesting question. I would certainly recommend you to follow the below steps to bring your own data with Azure OpenAI.
Please ensure to have the below prerequisite.
Please ensure that you have an Azure subscription - Create one for free
Ensure that the Access granted to Azure OpenAI in the desired Azure subscription. You can request for the access. There are verifications that will be performed for your request and you would be able to get the Azure OpenAI Access. You can apply for access to Azure OpenAI by completing the form at https://aka.ms/oai/access.
After you have received your OpenAI Access, you would be deploying the chat model which will be either in the version gpt-35-turbo (0301)
, gpt-35-turbo-16k
, gpt-4
, and gpt-4-32k
. You can view or change your model version in Azure OpenAI Studio.
Select the Chat playground tile after doing it in the Azure OpenAI Studio. You will have the option to add in the data with the help of Add your data (preview) > + Add a data source.
select Upload files under Select data source. Select Upload files where you can connect the cognitive search service where you have stored the details. In following the above way, you can achieve bringing your own data.
Please refer the below URL for your reference.
Good luck with your exploration and development efforts, and feel free to reach out through this comment if you need further assistance.
Best regards,
Chakravarthi Rangarajan Bhargavi
-Please kindly accept the answer and vote 'Yes' if you feel helpful to support the community, thanks a lot.