writinwaters commited on
Commit
c499bdc
·
1 Parent(s): 26b5fea

minor (#3137)

Browse files

### What problem does this PR solve?

_Briefly describe what this PR aims to solve. Include background context
that will help reviewers understand the purpose of the PR._

### Type of change


- [x] Documentation Update

Files changed (1) hide show
  1. docs/references/faq.md +1 -30
docs/references/faq.md CHANGED
@@ -397,34 +397,5 @@ This error occurs because there are too many chunks matching your search criteri
397
  ![topn](https://github.com/infiniflow/ragflow/assets/93570324/7ec72ab3-0dd2-4cff-af44-e2663b67b2fc)
398
 
399
  ### 9. How to upgrade RAGFlow?
400
-
401
- You can upgrade RAGFlow to either the dev version or the latest version:
402
 
403
- - 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.
404
- - The latest version refers to the most recent, officially published release. It is stable and works best with regular users.
405
-
406
-
407
- To upgrade RAGFlow to the dev version:
408
-
409
- Update the RAGFlow image and restart RAGFlow:
410
- 1. Update **ragflow/docker/.env** as follows:
411
- ```bash
412
- RAGFLOW_IMAGE=infiniflow/ragflow:dev
413
- ```
414
- 2. Update ragflow image and restart ragflow:
415
- ```bash
416
- docker compose -f docker/docker-compose.yml pull
417
- docker compose -f docker/docker-compose.yml up -d
418
- ```
419
-
420
- To upgrade RAGFlow to the latest version:
421
-
422
- 1. Update **ragflow/docker/.env** as follows:
423
- ```bash
424
- RAGFLOW_IMAGE=infiniflow/ragflow:latest
425
- ```
426
- 2. Update the RAGFlow image and restart RAGFlow:
427
- ```bash
428
- docker compose -f docker/docker-compose.yml pull
429
- docker compose -f docker/docker-compose.yml up -d
430
- ```
 
397
  ![topn](https://github.com/infiniflow/ragflow/assets/93570324/7ec72ab3-0dd2-4cff-af44-e2663b67b2fc)
398
 
399
  ### 9. How to upgrade RAGFlow?
 
 
400
 
401
+ See [Upgrade RAGFlow](../guides/upgrade_ragflow.md) for more information.