aws-samples / bedrock-claude-chat

AWS-native chatbot using Bedrock + Claude (+Mistral)
MIT No Attribution
873 stars 314 forks source link

Alleviate image size limitation #131

Closed statefb closed 7 months ago

statefb commented 8 months ago

Current implementation compress the image into 800px / jpeg due to the dynamodb item size limitation (400KB).

Possible Solution

If the conversation size is large, store it to S3

statefb commented 7 months ago

124