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