Note: This method of adding file uploads to Workflow applications is deprecated. We recommend adding custom file variables on the start node instead.Workflow type applications only support the “Image Upload” feature. When enabled, an image upload entry will appear on the usage page of the Workflow application. Usage: For application users: Applications with image upload enabled will display an upload button on the usage page. Click the button or paste a file link to complete the image upload. You will receive the LLM’s response to the image. For application developers: After enabling the image upload feature, the uploaded image files will be stored in the
sys.files
variable. Next, add an LLM node, select a large model with vision capabilities, and enable the VISION feature within it. Choose the sys.files
variable to allow the LLM to read the image file.
Finally, select the output variable of the LLM node in the END node to complete the setup.
sys.files
variable. It will be updated after the user sends a new message in the same conversation turn.
Different types of files correspond to different application orchestration methods based on the uploaded file differences.
sys.files
variable. The orchestration steps are as follows:
sys.files
variable in the input variables of the Document Extractor node.sys.files
variable.sys.files
variable, extract more refined variables, and send them to the corresponding processing nodes. The orchestration steps are as follows: