Skip to content

Commit 6c32f80

Browse files
authored
Update before release (#854)
### What problem does this PR solve? Update version information before release 0.6.0. ### Type of change - [x] Documentation Update Signed-off-by: Jin Hai <[email protected]>
1 parent 7e74546 commit 6c32f80

File tree

5 files changed

+16
-13
lines changed

5 files changed

+16
-13
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
<a href="https://demo.ragflow.io" target="_blank">
1818
<img alt="Static Badge" src="https://img.shields.io/badge/Online-Demo-4e6b99"></a>
1919
<a href="https://hub.docker.com/r/infiniflow/ragflow" target="_blank">
20-
<img src="https://img.shields.io/badge/docker_pull-ragflow:v0.5.0-brightgreen"
21-
alt="docker pull infiniflow/ragflow:v0.5.0"></a>
20+
<img src="https://img.shields.io/badge/docker_pull-ragflow:v0.6.0-brightgreen"
21+
alt="docker pull infiniflow/ragflow:v0.6.0"></a>
2222
<a href="https://github.com/infiniflow/ragflow/blob/main/LICENSE">
2323
<img height="21" src="https://img.shields.io/badge/License-Apache--2.0-ffffff?style=flat-square&labelColor=d4eaf7&color=1570EF" alt="license">
2424
</a>
@@ -30,6 +30,7 @@
3030

3131
## 📌 Latest Updates
3232

33+
- 2024-05-21 Supports streaming output and text chunk retrieval API.
3334
- 2024-05-15 Integrates OpenAI GPT-4o.
3435
- 2024-05-08 Integrates LLM DeepSeek-V2.
3536
- 2024-04-26 Adds file management.
@@ -115,7 +116,7 @@
115116
116117
3. Build the pre-built Docker images and start up the server:
117118
118-
> Running the following commands automatically downloads the *dev* version RAGFlow Docker image. To download and run a specified Docker version, update `RAGFLOW_VERSION` in **docker/.env** to the intended version, for example `RAGFLOW_VERSION=v0.5.0`, before running the following commands.
119+
> Running the following commands automatically downloads the *dev* version RAGFlow Docker image. To download and run a specified Docker version, update `RAGFLOW_VERSION` in **docker/.env** to the intended version, for example `RAGFLOW_VERSION=v0.6.0`, before running the following commands.
119120
120121
```bash
121122
$ cd ragflow/docker

README_ja.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
<a href="https://demo.ragflow.io" target="_blank">
1818
<img alt="Static Badge" src="https://img.shields.io/badge/Online-Demo-4e6b99"></a>
1919
<a href="https://hub.docker.com/r/infiniflow/ragflow" target="_blank">
20-
<img src="https://img.shields.io/badge/docker_pull-ragflow:v0.5.0-brightgreen"
21-
alt="docker pull infiniflow/ragflow:v0.5.0"></a>
20+
<img src="https://img.shields.io/badge/docker_pull-ragflow:v0.6.0-brightgreen"
21+
alt="docker pull infiniflow/ragflow:v0.6.0"></a>
2222
<a href="https://github.com/infiniflow/ragflow/blob/main/LICENSE">
2323
<img height="21" src="https://img.shields.io/badge/License-Apache--2.0-ffffff?style=flat-square&labelColor=d4eaf7&color=1570EF" alt="license">
2424
</a>
@@ -30,6 +30,7 @@
3030

3131
## 📌 最新情報
3232

33+
- 2024-05-21 ストリーミング出力とテキストチャンク取得APIをサポート。
3334
- 2024-05-15 OpenAI GPT-4oを統合しました。
3435
- 2024-05-08 LLM DeepSeek-V2を統合しました。
3536
- 2024-04-26 「ファイル管理」機能を追加しました。
@@ -123,7 +124,7 @@
123124
$ docker compose up -d
124125
```
125126

126-
> 上記のコマンドを実行すると、RAGFlowの開発版dockerイメージが自動的にダウンロードされます。 特定のバージョンのDockerイメージをダウンロードして実行したい場合は、docker/.envファイルのRAGFLOW_VERSION変数を見つけて、対応するバージョンに変更してください。 例えば、RAGFLOW_VERSION=v0.5.0として、上記のコマンドを実行してください。
127+
> 上記のコマンドを実行すると、RAGFlowの開発版dockerイメージが自動的にダウンロードされます。 特定のバージョンのDockerイメージをダウンロードして実行したい場合は、docker/.envファイルのRAGFLOW_VERSION変数を見つけて、対応するバージョンに変更してください。 例えば、RAGFLOW_VERSION=v0.6.0として、上記のコマンドを実行してください。
127128
128129
> コアイメージのサイズは約 9 GB で、ロードに時間がかかる場合があります。
129130
@@ -185,7 +186,7 @@
185186
```bash
186187
$ git clone https://github.com/infiniflow/ragflow.git
187188
$ cd ragflow/
188-
$ docker build -t infiniflow/ragflow:v0.5.0 .
189+
$ docker build -t infiniflow/ragflow:v0.6.0 .
189190
$ cd ragflow/docker
190191
$ chmod +x ./entrypoint.sh
191192
$ docker compose up -d

README_zh.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
<a href="https://demo.ragflow.io" target="_blank">
1818
<img alt="Static Badge" src="https://img.shields.io/badge/Online-Demo-4e6b99"></a>
1919
<a href="https://hub.docker.com/r/infiniflow/ragflow" target="_blank">
20-
<img src="https://img.shields.io/badge/docker_pull-ragflow:v0.5.0-brightgreen"
21-
alt="docker pull infiniflow/ragflow:v0.5.0"></a>
20+
<img src="https://img.shields.io/badge/docker_pull-ragflow:v0.6.0-brightgreen"
21+
alt="docker pull infiniflow/ragflow:v0.6.0"></a>
2222
<a href="https://github.com/infiniflow/ragflow/blob/main/LICENSE">
2323
<img height="21" src="https://img.shields.io/badge/License-Apache--2.0-ffffff?style=flat-square&labelColor=d4eaf7&color=1570EF" alt="license">
2424
</a>
@@ -30,6 +30,7 @@
3030

3131
## 📌 近期更新
3232

33+
- 2024-05-21 支持流式结果输出和文本块获取API。
3334
- 2024-05-15 集成大模型 OpenAI GPT-4o。
3435
- 2024-05-08 集成大模型 DeepSeek。
3536
- 2024-04-26 增添了'文件管理'功能。
@@ -121,7 +122,7 @@
121122
$ docker compose -f docker-compose-CN.yml up -d
122123
```
123124

124-
> 请注意,运行上述命令会自动下载 RAGFlow 的开发版本 docker 镜像。如果你想下载并运行特定版本的 docker 镜像,请在 docker/.env 文件中找到 RAGFLOW_VERSION 变量,将其改为对应版本。例如 RAGFLOW_VERSION=v0.5.0,然后运行上述命令。
125+
> 请注意,运行上述命令会自动下载 RAGFlow 的开发版本 docker 镜像。如果你想下载并运行特定版本的 docker 镜像,请在 docker/.env 文件中找到 RAGFLOW_VERSION 变量,将其改为对应版本。例如 RAGFLOW_VERSION=v0.6.0,然后运行上述命令。
125126
126127
> 核心镜像文件大约 9 GB,可能需要一定时间拉取。请耐心等待。
127128
@@ -183,7 +184,7 @@
183184
```bash
184185
$ git clone https://github.com/infiniflow/ragflow.git
185186
$ cd ragflow/
186-
$ docker build -t infiniflow/ragflow:v0.5.0 .
187+
$ docker build -t infiniflow/ragflow:v0.6.0 .
187188
$ cd ragflow/docker
188189
$ chmod +x ./entrypoint.sh
189190
$ docker compose up -d

docker/.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ REDIS_PASSWORD=infini_rag_flow
2929

3030
SVR_HTTP_PORT=9380
3131

32-
RAGFLOW_VERSION=dev
32+
RAGFLOW_VERSION=0.6.0
3333

3434
TIMEZONE='Asia/Shanghai'
3535

docs/quickstart.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ This quick start guide describes a general process from:
4949
5050
3. Build the pre-built Docker images and start up the server:
5151
52-
> Running the following commands automatically downloads the *dev* version RAGFlow Docker image. To download and run a specified Docker version, update `RAGFLOW_VERSION` in **docker/.env** to the intended version, for example `RAGFLOW_VERSION=v0.5.0`, before running the following commands.
52+
> Running the following commands automatically downloads the *dev* version RAGFlow Docker image. To download and run a specified Docker version, update `RAGFLOW_VERSION` in **docker/.env** to the intended version, for example `RAGFLOW_VERSION=v0.6.0`, before running the following commands.
5353
5454
```bash
5555
$ cd ragflow/docker

0 commit comments

Comments
 (0)