mirror of
https://github.com/infiniflow/ragflow.git
synced 2025-12-08 20:42:30 +08:00
Added release notes v0.12.0 (#3711)
### What problem does this PR solve? ### Type of change - [x] Documentation Update
This commit is contained in:
@ -11,7 +11,9 @@ Upgrade RAGFlow to `dev-slim`/`dev` or the latest, published release.
|
||||
|
||||
## Upgrade RAGFlow to `dev-slim`/`dev`, the most recent, tested Docker image
|
||||
|
||||
`dev-slim` refers to the RAGFlow Docker image *without* embedding models, while `dev` refers to the RAGFlow Docker image with embedding models. For details on their differences, see **docker/.env**.
|
||||
`dev-slim` refers to the RAGFlow Docker image *without* embedding models, while `dev` refers to the RAGFlow Docker image with embedding models. For details on their differences, see [ragflow/docker/.env](https://github.com/infiniflow/ragflow/blob/main/docker/.env).
|
||||
|
||||
To upgrade RAGFlow, you must upgrade **both** your code **and** your Docker image:
|
||||
|
||||
1. Clone the repo
|
||||
|
||||
@ -52,6 +54,8 @@ RAGFLOW_IMAGE=infiniflow/ragflow:dev
|
||||
|
||||
## Upgrade RAGFlow to the most recent, officially published release
|
||||
|
||||
To upgrade RAGFlow, you must upgrade **both** your code **and** your Docker image:
|
||||
|
||||
1. Clone the repo
|
||||
|
||||
```bash
|
||||
|
||||
Reference in New Issue
Block a user