Update architecture image and ragflow-cli version (#10605)

### What problem does this PR solve?

1. Update architecture image
2. ragflow-cli doesn't indicate the version

### Type of change

- [x] Documentation Update

Signed-off-by: Jin Hai <haijin.chn@gmail.com>
This commit is contained in:
Jin Hai
2025-10-16 14:30:55 +08:00
committed by GitHub
parent 8af769de41
commit f0375c4acd
9 changed files with 9 additions and 9 deletions

View File

@ -48,7 +48,7 @@ It consists of a server-side Service and a command-line client (CLI), both imple
1. Ensure the Admin Service is running.
2. Install ragflow-cli.
```bash
pip install ragflow-cli
pip install ragflow-cli==0.21.0
```
3. Launch the CLI client:
```bash