Skip to content

Commit

Permalink
Reworded descriptions for development versions and latest version (#3132
Browse files Browse the repository at this point in the history
)

### What problem does this PR solve?



### Type of change


- [x] Documentation Update
  • Loading branch information
writinwaters authored Oct 31, 2024
1 parent 0081d0f commit 4ad031e
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions docs/guides/upgrade_ragflow.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,10 @@ slug: /upgrade_ragflow

You can upgrade RAGFlow to dev version or the latest version:

- 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.
- The latest version refers to the most recent, officially published release. It is stable and works best with regular users.
- A Dev version (Development version) is the latest, tested image.
- The latest version is the most recent, officially published release.

To upgrade RAGFlow to the dev version:

Update the RAGFlow image and restart RAGFlow:
## Upgrade RAGFlow to the dev version

1. Update **ragflow/docker/.env** as follows:

Expand All @@ -27,7 +25,7 @@ Update the RAGFlow image and restart RAGFlow:
docker compose -f docker/docker-compose.yml up -d
```

To upgrade RAGFlow to the latest version:
## Upgrade RAGFlow to the latest version

1. Update **ragflow/docker/.env** as follows:

Expand Down

0 comments on commit 4ad031e

Please sign in to comment.