Docs: Removed descriptions of the slim edition. (#11192)

### What problem does this PR solve?

### Type of change

- [x] Documentation Update
This commit is contained in:
writinwaters
2025-11-12 11:34:45 +08:00
committed by GitHub
parent 27211a9b34
commit 39120d49cf
5 changed files with 9 additions and 61 deletions

View File

@ -42,11 +42,7 @@ cd ragflow/
```
2. Install Python dependencies:
- slim:
```bash
uv sync --python 3.10 # install RAGFlow dependent python modules
```
- full:
```bash
uv sync --python 3.10 # install RAGFlow dependent python modules
```