Azure OpenAI Completions extensions: embeddingEndpoint + embeddingKey

James 20 Reputation points
2023-09-20T20:13:13.7966667+00:00

See req params documentation

I have clicked all over Azure OpenAI Studio + Azure Portal, and I cannot find the values for embeddingEndpoint or embeddingKey

In Azure OpenAI Studio, I have the embeddings deployment created, but there is no info provided for the values that I need. Any ideas?

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

Accepted answer
  1. Saurabh Sharma 23,816 Reputation points Microsoft Employee
    2023-09-20T23:03:29.8666667+00:00

    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.

    1 person found this answer helpful.

0 additional answers

Sort by: Most helpful

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.