Przeglądaj źródła

update some setting to README_zh.md (#6737)

### What problem does this PR solve?
#6731 #6722 
_Briefly describe what this PR aims to solve. Include background context
that will help reviewers understand the purpose of the PR._

### Type of change

- [ ] Documentation Update

---------

Co-authored-by: Zhichang Yu <yuzhichang@gmail.com>
tags/v0.18.0
WKRZY 7 miesięcy temu
rodzic
commit
c6b26a3159
No account linked to committer's email address
1 zmienionych plików z 7 dodań i 3 usunięć
  1. 7
    3
      README_zh.md

+ 7
- 3
README_zh.md Wyświetl plik

@@ -290,12 +290,11 @@ docker build --build-arg NEED_MIRROR=1 -f Dockerfile -t infiniflow/ragflow:night
docker compose -f docker/docker-compose-base.yml up -d
```

在 `/etc/hosts` 中添加以下代码,将 **conf/service_conf.yaml** 文件中的所有 host 地址都解析为 `127.0.0.1`:
在 `/etc/hosts` 中添加以下代码,目的是将 **conf/service_conf.yaml** 文件中的所有 host 地址都解析为 `127.0.0.1`:

```
127.0.0.1 es01 infinity mysql minio redis
```

4. 如果无法访问 HuggingFace,可以把环境变量 `HF_ENDPOINT` 设成相应的镜像站点:

```bash
@@ -324,7 +323,12 @@ docker build --build-arg NEED_MIRROR=1 -f Dockerfile -t infiniflow/ragflow:night
_以下界面说明系统已经成功启动:_

![](https://github.com/user-attachments/assets/0daf462c-a24d-4496-a66f-92533534e187)

8. 开发完成后停止 RAGFlow 服务
停止 RAGFlow 前端和后端服务:
```bash
pkill -f "ragflow_server.py|task_executor.py"
```
## 📚 技术文档

- [Quickstart](https://ragflow.io/docs/dev/)

Ładowanie…
Anuluj
Zapisz