In the openAI resource, I need to know how to manage the text_embedding_ada model, no examples available, canyou help me?

Sandro Zampieri 0 Reputation points
2023-10-10T12:25:09.4633333+00:00

how to use API for the model text-embedding-ada-002 in openAI resource

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

1 answer

Sort by: Most helpful
  1. Pramod Valavala 20,656 Reputation points Microsoft Employee Moderator
    2023-10-10T17:19:54.77+00:00

    @Sandro Zampieri The REST API Reference for Azure OpenAI is a good start on how you can authenticate against and use the REST API. And depending on your language, you could use the available SDKs like the one for .NET and JavaScript.

    As for the embedding models, refer to this section of the official docs and also this tutorial as well.

    0 comments No comments

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.