Share via

Azure Open AI: The service is temporarily unable to process your request. Please try again later

Muskan Choudhary 0 Reputation points
2024-08-23T07:14:41.7833333+00:00

I am trying to create embeddings for PDFs using text-embedding-3-large embedding model and continuously getting this error: InternalServerError: Error code: 503 - {'error': {'code': 'InternalServerError', 'message': 'The service is temporarily unable to process your request. Please try again later.'}}

Package: Langchain.

I already have the maximum Rate limit (Tokens per minute): 700000 and I have deployed the model in 2 locations: East US and Canada East. Both are giving same error. It works for very small PDF files (2-3 pages) but fails for larger files. Also, it works when the chunk size provided is larger than 1024 for large files but fails for a smaller chunk size.

This doesn't looks like a transient failure. I am facing this issue for 3 days. Even after taking a break of 8-10 hours, it resulted in the same error.

Azure OpenAI in Foundry Models

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.