Docs: Add note about docker volume deletion in README files,will be more novice-friendly (#5133)

### What problem does this PR solve?


Docs: Add note about docker volume deletion in README files
refer to this question:
https://github.com/infiniflow/ragflow/issues/5132
### Type of change

- [x] Documentation Update

---------

Co-authored-by: wenju.li <wenju.li@deepctr.cn>
Co-authored-by: Kevin Hu <kevinhu.sh@gmail.com>
Co-authored-by: writinwaters <93570324+writinwaters@users.noreply.github.com>
This commit is contained in:
liwenju0
2025-02-19 16:51:33 +08:00
committed by GitHub
parent 24efa86f26
commit c5b32b2211
6 changed files with 6 additions and 1 deletions

View File

@ -252,6 +252,7 @@ RAGFlow uses Elasticsearch by default for storing full text and vectors. To swit
```bash
$ docker compose -f docker/docker-compose.yml down -v
```
Note: `-v` will delete the docker container volumes, and the existing data will be cleared.
2. Set `DOC_ENGINE` in **docker/.env** to `infinity`.