Doc: Update readme document (#6052)

### What problem does this PR solve?

Added GPU startup script in the readme document

### Type of change

- [x] Documentation Update
This commit is contained in:
最美乡村程序员
2025-03-17 09:51:13 +08:00
committed by GitHub
parent d1d651080a
commit 634e7a41c5
8 changed files with 32 additions and 0 deletions

View File

@ -154,7 +154,11 @@
```bash
$ cd ragflow/docker
# Use CPU for embedding and DeepDoc tasks:
$ docker compose -f docker-compose.yml up -d
# To use GPU to accelerate embedding and DeepDoc tasks:
# docker compose -f docker-compose-gpu.yml up -d
```
| RAGFlow image tag | Image size (GB) | Has embedding models? | Stable? |