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:
writinwaters
2025-01-09 10:11:05 +08:00
committed by GitHub
parent d64df4de9c
commit 7bebf4b7bf
6 changed files with 86 additions and 9 deletions

View File

@ -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

View File

@ -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:
![](https://github.com/user-attachments/assets/515ab187-94e8-412a-82f2-aba52cd79e09)
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:
![enlighten](https://github.com/user-attachments/assets/fedfa2ee-21a7-451b-be66-20125619923c)
:::