Creating an Azure AI Index

Daniel DiCesare 5 Reputation points
2024-08-19T17:16:41.0466667+00:00

I am trying to point my Azure AI project to an Azure AI Index. I keep getting this error:

Failed to create vector index. Timeout of 20000ms exceeded. Trace ID : 11991bff-7f40-4187-a59f-2755c5a32751Client request ID : f2c3c667-e588-460f-97a0-9be19658c76f

How do I get around this? Thank you

Azure AI Search
Azure AI Search
An Azure search service with built-in artificial intelligence capabilities that enrich information to help identify and explore relevant content at scale.
937 questions
Azure AI services
Azure AI services
A group of Azure services, SDKs, and APIs designed to make apps more intelligent, engaging, and discoverable.
2,766 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Grmacjon-MSFT 17,886 Reputation points
    2024-08-19T23:51:15.6566667+00:00

    Hello @Daniel DiCesare it looks like your Azure AI Search service was unable to create the vector index within the allotted time and timed out after 20secs. What is the size of the index?

    Here are a few ways to trouble shoot the issue:

    1. Reduce the number of documents or fields. You can also consider using a smaller field type or data type for certain fields.
    2. If your service plan is limited, consider upgrading to a higher-tier plan with more resources.
    3. Lastly, make sure your network connection is stable and that there are no firewalls or other security measures blocking access to the Azure AI Search service.

    Hope that helps.

    -Grace

    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.