Rate limit can cause document processing Errors #386
Replies: 2 comments
-
In addition Here are some best practices when working Ada:
Based on your use case choose TPM value. some other things to try in addition to TPM to increase throughput.
|
Beta Was this translation helpful? Give feedback.
-
Also note that Azure AI Document Intelligence is capped at 1000 pages per document, so if you are processing PDF files, the largest supported size is 1000 pages. If you have a larger PDF, we suggest you pre-process the PDF and break it down into 1000 or less individual PDF files. |
Beta Was this translation helpful? Give feedback.
-
We are seeing some users having issues with documents not processing correctly. This appears to be an issue with the Rate Limit of the ADA embedding model in Azure OpenAI.
Symptom: Some documents are processing fine, but larger documents are not.
Resolution: In the Azure Portal, navigate to the Azure OpenAI instance where your deployment is pointed, and find your ADA model deployment. Edit it's rate limit (advanced settings) and increase to 240K.
At this time, we don't know how big of a document that will process, but we know it should handle 1000+ page documents. If you see a rate limit error in your log messages, please try this first as a resolution. If your document is still in a Queued state, it should process after adjusting.
If you still have issues, please post to this discussion.
Beta Was this translation helpful? Give feedback.
All reactions