소스 검색

Docs: Updated upgrading guide (#8746)

### What problem does this PR solve?


### Type of change

- [x] Documentation Update
tags/v0.20.0
writinwaters 3 달 전
부모
커밋
cf0a1366af
No account linked to committer's email address
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:


Loading…
취소
저장