dify icon indicating copy to clipboard operation
dify copied to clipboard

Expand image upload capabilities and add document type file uploads, such as PDF

Open a5223594 opened this issue 4 months ago • 2 comments

Self Checks

  • [X] I have searched for existing issues search for existing issues, including closed ones.
  • [X] I confirm that I am using English to submit this report (我已阅读并同意 Language Policy).
  • [X] Pleas do not modify this template :) and fill in all the required fields.

1. Is this request related to a challenge you're experiencing?

I am developing a file text parsing tool, which parses and passes it to the large model as the context. However, the existing image upload capability cannot meet the requirements

2. Describe the feature you'd like to see

Expand the image upload function, support non image types for uploading, and allow users to choose by themselves. It is not necessary to transfer files to LLM, but also to support transfer to tools. I have temporarily implemented this in the workflow, but other agents have not yet processed it

3. How will this feature improve your workflow or experience?

File uploading will enhance platform capabilities, similar to Kimi's file reading, and to a certain extent, better user experience than a fixed knowledge base

4. Additional context or comments

No response

5. Can you help us with this feature?

  • [ ] I am interested in contributing to this feature.

a5223594 avatar Apr 15 '24 03:04 a5223594

Hello, I am very interested in your file upload implementation in the workflow, can you reveal the specific implementation details? thx @a5223594

auok9527 avatar Apr 21 '24 15:04 auok9527

Maybe similar to this issue https://github.com/langgenius/dify/issues/2501

jqhr avatar Apr 27 '24 01:04 jqhr