Extract data using Microsoft OpenAI
- Updated: 2025/02/13
Configure the MS OpenAI settings in the extraction bot of learning instances to use bring your own license (BYOL).
Prerequisites
-
Ensure that you have created and deployed an Azure OpenAI Service resource. See Create and deploy an Azure OpenAI Service resource.
- Ensure that you have made a note of your access key (KEY 1 or KEY 2) and endpoint for GPT and embeddings. See Azure OpenAI GPT-4o-mini fine-tuning tutorial and Tutorial: Explore Azure OpenAI Service embeddings and document search.
Procedure
- In the Service account for GPT option, use the Credential, Variable, or Insecure string option to enter the license credentials that contains your AI security token for query. If you do not want to use your own credentials, select the None option.
- In the Endpoint URL for GPT model option, provide an URL to a document processing endpoint. For example, https://your-resource-name}.openai.azure.com/openai/deployments/deployment-id/chat/completions?api-version=api-version.
- In the Service account for embeddings option, use the Credential, Variable, or Insecure string option to enter the license credentials that contains your Microsoft OpenAI security token for embedding. You can also use your own credentials.
- In the Endpoint URL for ADA model option, provide an URL to a document processing endpoint. For example, https://your-resource-name.openai.azure.com/openai/deployments/deployment-id/embeddings?api-version=api-version.