how to migrate to the latest model?

Mansi Gusain 60 Reputation points
2024-09-16T09:54:02.5866667+00:00

Text-embedding-002 is getting retired next year what are the migration steps? Should that be done manually as - deploying the model the text-3-large?

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

Accepted answer
  1. santoshkc 8,940 Reputation points Microsoft Vendor
    2024-09-16T11:33:16.4133333+00:00

    Hi @Mansi Gusain,

    Thank you for reaching out to Microsoft Q&A forum!

    To migrate from text-embedding-ada-002 to text-embedding-3-large, you'll need to manually generate new embeddings, as upgrading between embedding models is not automatic. The first step is to deploy the new model (text-embedding-3-large) within your Azure environment. After that, re-generate embeddings for all your data, as embeddings from the previous model will not be compatible with the new one. Once you have the new embeddings, you'll need to update any vector databases or search indexes you're using by re-indexing your data.

    It's important to test your application to ensure the new model performs as expected and update any application logic that depends on the embeddings, such as similarity search or query handling. The migration should be carefully planned, especially in production, and might involve running both models in parallel during the transition.

    Please refer to: Embeddings models.

    Hope this helps. Do let us know if you any further queries.


    If this answers your query, do click Accept Answer and Yes for was 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.