Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
statefb opened this issue Mar 27, 2024 · 3 comments
Open

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

statefb opened this issue Mar 27, 2024 · 3 comments
Labels
enhancement New feature or request

Comments

@statefb
Copy link
Contributor

statefb commented Mar 27, 2024

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 statefb added the enhancement New feature or request label Mar 27, 2024
@statefb statefb changed the title [Feature Request] PDF/Document upload directly in chat window [Feature Request] PDF/Document upload directly on chat window Mar 27, 2024
@jeremylatorre
Copy link
Contributor

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?

@statefb
Copy link
Contributor Author

statefb commented Apr 17, 2024

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.

@dezhouc2
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants