Which Bedrock Quota Services Should I Increase?

0

Hello, I developed a webapp that intracts with Bedrock trough an API to request services on demand. The workflow is as it follows: We upload PDF document , which are technical sheets of products, then connects with Bedrock, transforms the document to images, read the info contained and then returns the recognized information. The documents size is 15mb average, and we are having trouble because the connection breaks. No error of credentials is received back, just the process breaks down and no information is recevied. I think that the problem is with quotas. Considering the process that we do with the documents, which services would you recommend to request a quota increase?

Thank you.

2 Answers
1

According to the Amazon Bedrock API Reference, you can include up to five documents. Each document's size must be no more than 4.5 MB.

answered a month ago
0

Hello.

Looking at Amazon Bedrock's quotas, I can't find any quotas related to file upload size.
I suspect that the problem is not with Bedrock, but with a limitation of the model you are using, or with the upload method.
Are there any errors output in the application log?
https://docs.aws.amazon.com/general/latest/gr/bedrock.html

profile picture
EXPERT
answered a month ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions