bedrock-access-gateway icon indicating copy to clipboard operation
bedrock-access-gateway copied to clipboard

Will this project currently support image and PDF URL parsing functionality?

Open endNone opened this issue 9 months ago • 2 comments

Will this project currently support image and PDF URL parsing functionality? https://docs.anthropic.com/en/release-notes/api

Image

endNone avatar Mar 03 '25 08:03 endNone

So far, openAI only supports text, image, or audio inputs. To ensure the compatibility, I would take this as a low priority one.

One thing you can try is to maybe create screenshot of the pdf pages and then use the image input. But not an effective way though, especially for large number of pages.

The recommended way is to use AWS SDK directly to get all features from Amazon Bedrock.

daixba avatar Mar 07 '25 03:03 daixba

Thank you for your reply. I've noticed that there seems to be a blocking issue with this project—when a non-streaming request is made, other streaming requests get disconnected.

endNone avatar Mar 12 '25 13:03 endNone