mirror of
https://github.com/infiniflow/ragflow.git
synced 2025-12-08 20:42:30 +08:00
Added descriptions of the retrieval agent component (#4416)
### What problem does this PR solve? ### Type of change - [x] Documentation Update --------- Co-authored-by: Jin Hai <haijin.chn@gmail.com>
This commit is contained in:
@ -32,9 +32,9 @@ However, traditional Text2SQL solutions often require model fine-tuning, which c
|
||||
A list of components required:
|
||||
|
||||
- [Begin](https://ragflow.io/docs/dev/begin_component)
|
||||
- Interface
|
||||
- [Interact](https://ragflow.io/docs/dev/interact_component)
|
||||
- Retrieval
|
||||
- Generate
|
||||
- [Generate](https://ragflow.io/docs/dev/generate_component)
|
||||
- ExeSQL
|
||||
|
||||
## Procedure
|
||||
|
||||
@ -57,11 +57,13 @@ You start an AI conversation by creating an assistant.
|
||||
|
||||
:::tip NOTE
|
||||
|
||||
Click the light bubble icon above the answer to view the expanded system prompt:
|
||||
1. Click the light bubble icon above the answer to view the expanded system prompt:
|
||||
|
||||

|
||||
|
||||
Scroll down the expanded prompt to view the time consumed for each task:
|
||||
*The light bubble icon is available only for the current dialogue.*
|
||||
|
||||
2. Scroll down the expanded prompt to view the time consumed for each task:
|
||||
|
||||

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