You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Bedrock Converse integration should support multimodal inputs including documents (PDF, DOC, etc.), images (JPEG, PNG, etc.), and videos (MP4, MOV, etc.). This will enable users to interact with the Bedrock AI models using various media types. Update BedrockProxyChatModel to handle multimodal content
Related: AWS Bedrock Multimodal API documentation
The text was updated successfully, but these errors were encountered:
- Add BedrockMediaFormat class to handle media format conversions for documents, images and videos
- Enhance Media class with builder pattern and comprehensive format constants
- Refactor BedrockProxyChatModel to support multimodal content handling
- Add integration tests for PDF, image and video processing
- Add unit tests for Media and BedrockMediaFormat classes
- Upgrade AWS SDK version from 2.26.7 to 2.29.29
- Remove redundant aws.sdk.version property in favor of awssdk.version
Resolvesspring-projects#1887
The Bedrock Converse integration should support multimodal inputs including documents (PDF, DOC, etc.), images (JPEG, PNG, etc.), and videos (MP4, MOV, etc.). This will enable users to interact with the Bedrock AI models using various media types. Update BedrockProxyChatModel to handle multimodal content
Related: AWS Bedrock Multimodal API documentation
The text was updated successfully, but these errors were encountered: