瀏覽代碼

minor format updates (#3471)

### What problem does this PR solve?



### Type of change


- [x] Documentation Update
tags/v0.14.0
writinwaters 11 月之前
父節點
當前提交
ed72d1100b
No account linked to committer's email address
共有 1 個文件被更改,包括 7 次插入7 次删除
  1. 7
    7
      docs/guides/upgrade_ragflow.mdx

+ 7
- 7
docs/guides/upgrade_ragflow.mdx 查看文件



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


- The Dev version (Development version) is the latest, tested image.
- The Dev version (Development version) is the latest, tested Docker image of RAGFlow.
- The latest version is the most recent, officially published release. For example, `v0.13.0`. - The latest version is the most recent, officially published release. For example, `v0.13.0`.




## 1. Upgrade RAGFLOW_IMAGE
## 1. Update RAGFLOW_IMAGE


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


]}> ]}>
<TabItem value="dev"> <TabItem value="dev">


:::tip IMPORTANT
The Dev version (Development version) is the latest, tested image.
:::danger IMPORTANT
The Dev version (Development version) is the latest, tested Docker image of RAGFlow.
::: :::


```bash ```bash
</TabItem> </TabItem>
<TabItem value="latest"> <TabItem value="latest">


:::tip IMPORTANT
:::danger IMPORTANT
The latest version is the most recent, officially published release. For example, `v0.13.0`. The latest version is the most recent, officially published release. For example, `v0.13.0`.
::: :::


</TabItem> </TabItem>
</Tabs> </Tabs>


## Pull the latest code
## 2. Pull the latest code


Pull the latest code from inside Docker: Pull the latest code from inside Docker:


git pull git pull
``` ```


## Update RAGFlow image and restart RAGFlow
## 3. Update RAGFlow image and restart RAGFlow


```bash ```bash
docker compose -f docker/docker-compose.yml pull docker compose -f docker/docker-compose.yml pull

Loading…
取消
儲存