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
Describe the bug
Have set up a DynamoDB as data source with S3.
Normal messages without uploading files works just fine.
When uploading an image of any size, the current DynamoDB package in Chainlit tries to save the img file bytes content along with the user message into DynamoDB table, triggering a Boto3 DynamoDB Client error.
To Reproduce
Steps to reproduce the behavior:
*After setting up DynamoDB table and S3, and configuring Chainlit App to leverage those as data source.
Start a new chat
Click on Attachments
Upload file (png/jpeg) of any size (e.g. 500MB)
Type a prompt
Send
Check terminal for Boto3 error
Expected behavior
Expected is that the DynamoDB should put_item of the user message and the S3 URL of the image file uploaded.
Screenshots
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
Describe the bug
Have set up a DynamoDB as data source with S3.
Normal messages without uploading files works just fine.
When uploading an image of any size, the current DynamoDB package in Chainlit tries to save the img file bytes content along with the user message into DynamoDB table, triggering a Boto3 DynamoDB Client error.
To Reproduce
Steps to reproduce the behavior:
*After setting up DynamoDB table and S3, and configuring Chainlit App to leverage those as data source.
Expected behavior
Expected is that the DynamoDB should put_item of the user message and the S3 URL of the image file uploaded.
Screenshots
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: