浏览代码

Docs: Updated upgrading guide (#8746)

### What problem does this PR solve?


### Type of change

- [x] Documentation Update
tags/v0.20.0
writinwaters 3 个月前
父节点
当前提交
cf0a1366af
没有帐户链接到提交者的电子邮件
共有 1 个文件被更改,包括 22 次插入4 次删除
  1. 22
    4
      docs/guides/upgrade_ragflow.mdx

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

@@ -72,11 +72,29 @@ To upgrade RAGFlow, you must upgrade **both** your code **and** your Docker imag
git checkout -f v0.19.1
```

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

```bash
RAGFLOW_IMAGE=infiniflow/ragflow:v0.19.1
```
<Tabs
defaultValue="slim"
values={[
{label: 'slim', value: 'slim'},
{label: 'full', value: 'full'},
]}>
<TabItem value="slim">

```bash
RAGFLOW_IMAGE=infiniflow/ragflow:v0.19.1-slim
```

</TabItem>
<TabItem value="full">

```bash
RAGFLOW_IMAGE=infiniflow/ragflow:v0.19.1
```

</TabItem>
</Tabs>

4. Update the RAGFlow image and restart RAGFlow:


正在加载...
取消
保存