mirror of
https://github.com/infiniflow/ragflow.git
synced 2025-12-08 12:32:30 +08:00
Fix document error (#3456)
### What problem does this PR solve? 1. Update README.md 2. Fix error description in docker/.env ### Type of change - [x] Documentation Update --------- Signed-off-by: jinhai <haijin.chn@gmail.com>
This commit is contained in:
@ -274,7 +274,7 @@ git clone https://github.com/infiniflow/ragflow.git
|
||||
cd ragflow/
|
||||
pip3 install huggingface-hub nltk
|
||||
python3 download_deps.py
|
||||
build_docker_image.sh slim
|
||||
bash build_docker_image.sh slim
|
||||
```
|
||||
|
||||
## 🔧 Build a Docker image including embedding models
|
||||
@ -286,7 +286,7 @@ git clone https://github.com/infiniflow/ragflow.git
|
||||
cd ragflow/
|
||||
pip3 install huggingface-hub nltk
|
||||
python3 download_deps.py
|
||||
build_docker_image.sh full
|
||||
bash build_docker_image.sh full
|
||||
```
|
||||
|
||||
## 🔨 Launch service from source for development
|
||||
|
||||
Reference in New Issue
Block a user