bedrock-claude-chat icon indicating copy to clipboard operation
bedrock-claude-chat copied to clipboard

[Feature Request] PDF/Document upload directly on chat window

Open statefb opened this issue 10 months ago • 3 comments

Describe the solution you'd like Enables uploading doc directly on chat input window image

Why the solution needed For ad-hoc querying

Additional context Add any other context or screenshots about the feature request here.

statefb avatar Mar 27 '24 00:03 statefb

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 tags?

jeremylatorre avatar Apr 16 '24 09:04 jeremylatorre

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.

statefb avatar Apr 17 '24 02:04 statefb

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

dezhouc2 avatar May 10 '24 20:05 dezhouc2

Possible solution: using converse API

statefb avatar Jul 04 '24 00:07 statefb