mirror of
https://github.com/langgenius/dify-docs.git
synced 2026-03-26 13:18:34 +07:00
Fix/update introduction links (#661)
* fix the broken link for the en user input node * replace the legacy link prefix for ja and zh introduction * remove the redundant zh pages --------- Co-authored-by: Riskey <riskey47@dify.ai>
This commit is contained in:
@@ -16,7 +16,7 @@ Add features to make your apps more useful. Click **Features** in the top right
|
||||
## Workflow apps
|
||||
|
||||
<Info>
|
||||
File upload through Features is deprecated for Workflow apps. Use [file variables on the Start node](/en/ducmentation/pages/nodes/start) instead.
|
||||
File upload through Features is deprecated for Workflow apps. Use [file variables on the User Input node](/en/use-dify/nodes/user-input) instead.
|
||||
</Info>
|
||||
|
||||
Workflow apps only support **Image Upload** via Features:
|
||||
@@ -66,7 +66,7 @@ LLMs can't read files directly. Use Document Extractor first.
|
||||
4. Add Answer node with LLM output
|
||||
|
||||
<Warning>
|
||||
This doesn't remember files between conversations. Users need to re-upload each time. For persistent files, use [Start node file variables](/en/ducmentation/pages/nodes/start).
|
||||
This doesn't remember files between conversations. Users need to re-upload each time. For persistent files, use [file variables on the User Input node](/en/use-dify/nodes/user-input) instead.
|
||||
</Warning>
|
||||
|
||||
### Images
|
||||
|
||||
Reference in New Issue
Block a user