generated from amazon-archives/__template_Apache-2.0
-
Notifications
You must be signed in to change notification settings - Fork 645
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
Problem Statement
Since Bedrock supports s3Location as an document/image source, please allow Strands SDK to also support that.
"messages": [
{
"document": {
"name": "file",
"format": "docx",
"source": {
"s3Location": {
"uri": "s3://......"
}
}
}
},
{
"text": "summarize this document please"
}
]Proposed Solution
No response
Use Case
This is needed to allow the ability to have large files in context for certain models
Alternatives Solutions
No response
Additional Context
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request