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

Files changed (1) hide show
  1. docs/guides/upgrade_ragflow.md +4 -6
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 versions are for developers and contributors. They are published on a nightly basis and may crash because they are not fully tested. We cannot guarantee their validity and you are at your own risk trying out latest, untested features.
11
- - The latest version refers to the most recent, officially published release. It is stable and works best with regular users.
12
 
13
- To upgrade RAGFlow to the dev version:
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
- To upgrade RAGFlow to the latest version:
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