How to fix DeploymentNotFound error?

Aishwarya Pramod 0 Reputation points
2024-01-05T09:07:49.1833333+00:00

When trying to create a vector index in Azure ML studio using a container in my Azure portal. But during the creation of the vector the embedding job fails stating the following error
RuntimeError: Failed to embed 16 documents after 0s and 9 retries. Error code: 404 - {'error': {'code': 'DeploymentNotFound', 'message': 'The API deployment for this resource does not exist. If you created the deployment within the last 5 minutes, please wait a moment and try again.'}}

error1

Azure Machine Learning
Azure Machine Learning
An Azure machine learning service for building and deploying models.
3,338 questions
Azure Storage
Azure Storage
Globally unique resources that provide access to data management services and serve as the parent namespace for the services.
3,539 questions
Azure Blob Storage
Azure Blob Storage
An Azure service that stores unstructured data in the cloud as blobs.
3,200 questions
Azure OpenAI Service
Azure OpenAI Service
An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
4,092 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
8,961 questions
{count} votes

1 answer

Sort by: Most helpful
  1. santoshkc 15,355 Reputation points Microsoft External Staff Moderator
    2024-01-09T06:29:33.7833333+00:00

    Hi @Aishwarya Pramod,

    Apologize for the delay in response and thank you for reaching out.

    Based on your issue, I recommend you to:

    • Check the logs for any error messages or warnings that might indicate the cause of the failure.
    • Ensure that the input data is in the correct format and that it is compatible with the embedding algorithm.
    • If you are giving API Key and API Base, check the correct values.

    Please check this documentation: How to create vector index

    Thank you for your patience.

    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.