mirror of
https://github.com/infiniflow/ragflow.git
synced 2025-12-23 06:46:40 +08:00
Added descriptions of the Note and Template components (#4560)
### What problem does this PR solve? ### Type of change - [x] Documentation Update
This commit is contained in:
@ -9,7 +9,7 @@ The component that prompts the LLM to respond appropriately.
|
||||
|
||||
---
|
||||
|
||||
The **Generate** component fine-tunes the LLM and sets its prompt.
|
||||
A **Generate** component fine-tunes the LLM and sets its prompt.
|
||||
|
||||
## Scenarios
|
||||
|
||||
@ -98,7 +98,7 @@ This feature is used for multi-turn dialogue *only*.
|
||||
### Key (Variable)
|
||||
|
||||
:::danger IMPORTANT
|
||||
A **Generate** component relies on variables (keys) to specify its data inputs. Its immediate upstream component is *not* necessarily its data input, and the arrows in the workflow indicate *only* the processing sequence.
|
||||
A **Generate** component relies on keys (variables) to specify its data inputs. Its immediate upstream component is *not* necessarily its data input, and the arrows in the workflow indicate *only* the processing sequence.
|
||||
:::
|
||||
|
||||

|
||||
|
||||
Reference in New Issue
Block a user