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:
Jin Hai
2024-11-19 11:31:11 +08:00
committed by GitHub
parent eef84a86bf
commit aa9a16e073
6 changed files with 65 additions and 11 deletions

View File

@ -249,7 +249,7 @@ git clone https://github.com/infiniflow/ragflow.git
cd ragflow/
pip3 install huggingface-hub nltk
python3 download_deps.py
docker build -f Dockerfile.slim -t infiniflow/ragflow:dev-slim .
bash build_docker_image.sh slim
```
## 🔧 Membangun Docker Image Termasuk Model Embedding
@ -261,7 +261,7 @@ git clone https://github.com/infiniflow/ragflow.git
cd ragflow/
pip3 install huggingface-hub nltk
python3 download_deps.py
docker build -f Dockerfile -t infiniflow/ragflow:dev .
bash build_docker_image.sh full
```
## 🔨 Menjalankan Aplikasi dari untuk Pengembangan