调用 azure上创建的text-embedding-ada-002模型,与调用原始gpt里的 text-embedding-ada-002。相同内容,生成结果 不一样

hui zhong 0 Reputation points
2023-06-28T03:19:33.1133333+00:00

我创建了text-embedding-ada-002这个模型,但是我使用相同内容,访问gpt原始api。获取到的embedding 向量,不一样。这个是什么原因呢

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

1 answer

Sort by: Most helpful
  1. romungi-MSFT 48,916 Reputation points Microsoft Employee Moderator
    2023-06-28T10:48:40.1666667+00:00

    @hui zhong The difference in the responses from OpenAI and Azure OpenAI is primarily because of the training data of the models. In Azure OpenAI the training data of the models is mentioned in the model's page here. With text-embedding-ada-002 version 2 is recommended on Azure since it provides parity with OpenAI's text-embedding-ada-002. Please see the note from here.

    If this answers your query, do click Accept Answer and Yes for was this answer helpful. And, if you have any further query do let us know.

    1 person found this answer helpful.
    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.