writinwaters
commited on
Commit
·
26b5fea
1
Parent(s):
2d88b84
Reworded descriptions for development versions and latest version (#3132)
Browse files### What problem does this PR solve?
### Type of change
- [x] Documentation Update
docs/guides/upgrade_ragflow.md
CHANGED
@@ -7,12 +7,10 @@ slug: /upgrade_ragflow
|
|
7 |
|
8 |
You can upgrade RAGFlow to dev version or the latest version:
|
9 |
|
10 |
-
- Dev
|
11 |
-
- The latest version
|
12 |
|
13 |
-
|
14 |
-
|
15 |
-
Update the RAGFlow image and restart RAGFlow:
|
16 |
|
17 |
1. Update **ragflow/docker/.env** as follows:
|
18 |
|
@@ -27,7 +25,7 @@ Update the RAGFlow image and restart RAGFlow:
|
|
27 |
docker compose -f docker/docker-compose.yml up -d
|
28 |
```
|
29 |
|
30 |
-
|
31 |
|
32 |
1. Update **ragflow/docker/.env** as follows:
|
33 |
|
|
|
7 |
|
8 |
You can upgrade RAGFlow to dev version or the latest version:
|
9 |
|
10 |
+
- A Dev version (Development version) is the latest, tested image.
|
11 |
+
- The latest version is the most recent, officially published release.
|
12 |
|
13 |
+
## Upgrade RAGFlow to the dev version
|
|
|
|
|
14 |
|
15 |
1. Update **ragflow/docker/.env** as follows:
|
16 |
|
|
|
25 |
docker compose -f docker/docker-compose.yml up -d
|
26 |
```
|
27 |
|
28 |
+
## Upgrade RAGFlow to the latest version
|
29 |
|
30 |
1. Update **ragflow/docker/.env** as follows:
|
31 |
|