Prepare docs for v0.15.0 release (#4077)

### What problem does this PR solve?


### Type of change

- [x] Documentation Update
This commit is contained in:
Kevin Hu
2024-12-18 15:32:15 +08:00
committed by GitHub
parent e513ad2f16
commit a45ba3a91e
17 changed files with 86 additions and 68 deletions

View File

@ -62,16 +62,16 @@ To upgrade RAGFlow, you must upgrade **both** your code **and** your Docker imag
git clone https://github.com/infiniflow/ragflow.git
```
2. Switch to the latest, officially published release, e.g., `v0.14.1`:
2. Switch to the latest, officially published release, e.g., `v0.15.0`:
```bash
git checkout -f v0.14.1
git checkout -f v0.15.0
```
3. Update **ragflow/docker/.env** as follows:
```bash
RAGFLOW_IMAGE=infiniflow/ragflow:v0.14.1
RAGFLOW_IMAGE=infiniflow/ragflow:v0.15.0
```
4. Update the RAGFlow image and restart RAGFlow: