Hi @James
Welcome to Microsoft Q&A! Thanks for posting the question.
You need to provide the embedding endpoint as mentioned here -
https://{your-resource-name}.openai.azure.com/openai/deployments/{deployment-id}/embeddings?api-version={api-version}
You need to replace deployment-id
with the embedding-ada model you have deployed in your service.
The embeddingkey
will be the API Key which is available under "Keys and Endpoint" section on Azure portal.
Please let me know if you have any other questions.
Thanks
Saurabh
Please 'Accept as answer' and Upvote if it helped so that it can help others in the community looking for help on similar topics.