bedrock-claude-chat
bedrock-claude-chat copied to clipboard
[Feature Request] PDF/Document upload directly on chat window
Describe the solution you'd like
Enables uploading doc directly on chat input window
Why the solution needed For ad-hoc querying
Additional context Add any other context or screenshots about the feature request here.
We'll probably need to work on this feature within next weeks. Did you have any lead about this feature?
Parsing in frontend/Backend? Add the content in the pre-prompt inside
Did you have any lead about this feature?
No. We are also considering implementing it, but there is an issue with parsing documents. The unstructured package in Python is the de facto standard, but the package size is large, and when implemented in Lambda, a phenomenon has been observed where cold starts degrade to around 10 seconds. Additionally, since unstructured writes to areas other than /tmp, it is not practical from this perspective either. We need to explore a cost-effective method while maintaining the UX.
Did you have any lead about this feature?
No. We are also considering implementing it, but there is an issue with parsing documents. The unstructured package in Python is the de facto standard, but the package size is large, and when implemented in Lambda, a phenomenon has been observed where cold starts degrade to around 10 seconds. Additionally, since unstructured writes to areas other than /tmp, it is not practical from this perspective either. We need to explore a cost-effective method while maintaining the UX.
By the way, I'm wondering what is the maximum capability for loading files for each console bot? thank you
Possible solution: using converse API