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] Upload Files on Claude LLMs #2084

Closed
haimco50 opened this issue Apr 2, 2024 · 5 comments
Closed

[FEATURE] Upload Files on Claude LLMs #2084

haimco50 opened this issue Apr 2, 2024 · 5 comments
Labels
enhancement New feature or request

Comments

@haimco50
Copy link

haimco50 commented Apr 2, 2024

Not sure whether it's a bug or I am misisng something here...but based on the flow description the claude chatflow example should have been able to support uploading files up to 200K tokens but in reality it supports uploading just image files only.

marketplace flow :
image

any text/pdf file :
image

Image:
image

Describe the bug
A clear and concise description of what the bug is.

To Reproduce
Steps to reproduce the behavior:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

Expected behavior
A clear and concise description of what you expected to happen.

Screenshots
If applicable, add screenshots to help explain your problem.

Flow
If applicable, add exported flow in order to help replicating the problem.

Setup

  • Installation [e.g. docker, npx flowise start, pnpm start]
  • Flowise Version [e.g. 1.2.11]
  • OS: [e.g. macOS, Windows, Linux]
  • Browser [e.g. chrome, safari]

Additional context
Add any other context about the problem here.

@HenryHengZJ
Copy link
Contributor

You can include the whole Text File as part of the prompt:
image

200k Chatflow.json

@HenryHengZJ HenryHengZJ added the question Further information is requested label Apr 3, 2024
@haimco50
Copy link
Author

haimco50 commented Apr 3, 2024

but doing it isn't going to solve the UI bot part ? but maybe just with an API integration with a custom bot UI that I can build , right ?
Aplogize if this is a basic question..., I'm new to this platform.
btw, great platform overall, I would be glad to contribute down the road once I know more...:-)

@HenryHengZJ
Copy link
Contributor

oh you want to have the upload file option on the chatbot? if so, you will have to implement the frontend part on your side and you can use the API for backend:
image

@haimco50
Copy link
Author

haimco50 commented Apr 3, 2024

yes, I can do so but....it would be much nicer and maybe faster...to support file upload for None image file from the chatbot...exactly as it's in claude.AI website,

@HenryHengZJ HenryHengZJ changed the title [BUG] claude LLM marketplace flow doesn't support diffrent type of files but only images [FEATURE] Upload Files on Claude LLMs Apr 3, 2024
@HenryHengZJ HenryHengZJ added enhancement New feature or request and removed question Further information is requested labels Apr 3, 2024
@HenryHengZJ
Copy link
Contributor

PR here: #3314

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

2 participants