You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello @meetwab! I'm here to help you with any bugs, questions, or contributions you have for the project. Let's work together to solve this issue!
I found a similar open issue regarding the LLM Node's inability to read files with a custom field type of "File" when using a multimodal model. The issue is due to the current limitations of the Dify platform, where the LLM Node only supports recognizing image files and does not support reading document files directly.
To address this, you can use a List Operation node to preprocess the array of file variables. This node can sort and filter the files, sending different file types to their corresponding processing nodes. For image files, ensure that the vision feature is enabled in the LLM Node to allow processing. You can find more details in the related issue here[1].
Self Checks
Dify version
0.14.2
Cloud or Self Hosted
Self Hosted (Docker)
Steps to reproduce
Step
Start Node Output
LLM Node Input
✔️ Expected Behavior
The output JSON (files) should include the file content.
❌ Actual Behavior
In the output JSON format, the files were an empty array.
The text was updated successfully, but these errors were encountered: