mirror of
https://git.mirrors.martin98.com/https://github.com/infiniflow/ragflow.git
synced 2025-04-22 22:20:07 +08:00
1.2 KiB
1.2 KiB
sidebar_position | slug |
---|---|
7 | /upgrade_ragflow |
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.
To upgrade RAGFlow to the dev version:
Update the RAGFlow image and restart RAGFlow:
-
Update ragflow/docker/.env as follows:
RAGFLOW_IMAGE=infiniflow/ragflow:dev
-
Update RAGFlow image and restart RAGFlow:
docker compose -f docker/docker-compose.yml pull docker compose -f docker/docker-compose.yml up -d
To upgrade RAGFlow to the latest version:
-
Update ragflow/docker/.env as follows:
RAGFLOW_IMAGE=infiniflow/ragflow:latest
-
Update the RAGFlow image and restart RAGFlow:
docker compose -f docker/docker-compose.yml pull docker compose -f docker/docker-compose.yml up -d