Commit
·
fc7c075
1
Parent(s):
63608b4
Update before release (#854)
Browse files### 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]>
- README.md +4 -3
- README_ja.md +5 -4
- README_zh.md +5 -4
- docker/.env +1 -1
- docs/quickstart.md +1 -1
README.md
CHANGED
@@ -17,8 +17,8 @@
|
|
17 |
<a href="https://demo.ragflow.io" target="_blank">
|
18 |
<img alt="Static Badge" src="https://img.shields.io/badge/Online-Demo-4e6b99"></a>
|
19 |
<a href="https://hub.docker.com/r/infiniflow/ragflow" target="_blank">
|
20 |
-
<img src="https://img.shields.io/badge/docker_pull-ragflow:v0.
|
21 |
-
alt="docker pull infiniflow/ragflow:v0.
|
22 |
<a href="https://github.com/infiniflow/ragflow/blob/main/LICENSE">
|
23 |
<img height="21" src="https://img.shields.io/badge/License-Apache--2.0-ffffff?style=flat-square&labelColor=d4eaf7&color=1570EF" alt="license">
|
24 |
</a>
|
@@ -30,6 +30,7 @@
|
|
30 |
|
31 |
## 📌 Latest Updates
|
32 |
|
|
|
33 |
- 2024-05-15 Integrates OpenAI GPT-4o.
|
34 |
- 2024-05-08 Integrates LLM DeepSeek-V2.
|
35 |
- 2024-04-26 Adds file management.
|
@@ -115,7 +116,7 @@
|
|
115 |
|
116 |
3. Build the pre-built Docker images and start up the server:
|
117 |
|
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.
|
119 |
|
120 |
```bash
|
121 |
$ cd ragflow/docker
|
|
|
17 |
<a href="https://demo.ragflow.io" target="_blank">
|
18 |
<img alt="Static Badge" src="https://img.shields.io/badge/Online-Demo-4e6b99"></a>
|
19 |
<a href="https://hub.docker.com/r/infiniflow/ragflow" target="_blank">
|
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>
|
22 |
<a href="https://github.com/infiniflow/ragflow/blob/main/LICENSE">
|
23 |
<img height="21" src="https://img.shields.io/badge/License-Apache--2.0-ffffff?style=flat-square&labelColor=d4eaf7&color=1570EF" alt="license">
|
24 |
</a>
|
|
|
30 |
|
31 |
## 📌 Latest Updates
|
32 |
|
33 |
+
- 2024-05-21 Supports streaming output and text chunk retrieval API.
|
34 |
- 2024-05-15 Integrates OpenAI GPT-4o.
|
35 |
- 2024-05-08 Integrates LLM DeepSeek-V2.
|
36 |
- 2024-04-26 Adds file management.
|
|
|
116 |
|
117 |
3. Build the pre-built Docker images and start up the server:
|
118 |
|
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.
|
120 |
|
121 |
```bash
|
122 |
$ cd ragflow/docker
|
README_ja.md
CHANGED
@@ -17,8 +17,8 @@
|
|
17 |
<a href="https://demo.ragflow.io" target="_blank">
|
18 |
<img alt="Static Badge" src="https://img.shields.io/badge/Online-Demo-4e6b99"></a>
|
19 |
<a href="https://hub.docker.com/r/infiniflow/ragflow" target="_blank">
|
20 |
-
<img src="https://img.shields.io/badge/docker_pull-ragflow:v0.
|
21 |
-
alt="docker pull infiniflow/ragflow:v0.
|
22 |
<a href="https://github.com/infiniflow/ragflow/blob/main/LICENSE">
|
23 |
<img height="21" src="https://img.shields.io/badge/License-Apache--2.0-ffffff?style=flat-square&labelColor=d4eaf7&color=1570EF" alt="license">
|
24 |
</a>
|
@@ -30,6 +30,7 @@
|
|
30 |
|
31 |
## 📌 最新情報
|
32 |
|
|
|
33 |
- 2024-05-15 OpenAI GPT-4oを統合しました。
|
34 |
- 2024-05-08 LLM DeepSeek-V2を統合しました。
|
35 |
- 2024-04-26 「ファイル管理」機能を追加しました。
|
@@ -123,7 +124,7 @@
|
|
123 |
$ docker compose up -d
|
124 |
```
|
125 |
|
126 |
-
> 上記のコマンドを実行すると、RAGFlowの開発版dockerイメージが自動的にダウンロードされます。 特定のバージョンのDockerイメージをダウンロードして実行したい場合は、docker/.envファイルのRAGFLOW_VERSION変数を見つけて、対応するバージョンに変更してください。 例えば、RAGFLOW_VERSION=v0.
|
127 |
|
128 |
> コアイメージのサイズは約 9 GB で、ロードに時間がかかる場合があります。
|
129 |
|
@@ -185,7 +186,7 @@
|
|
185 |
```bash
|
186 |
$ git clone https://github.com/infiniflow/ragflow.git
|
187 |
$ cd ragflow/
|
188 |
-
$ docker build -t infiniflow/ragflow:v0.
|
189 |
$ cd ragflow/docker
|
190 |
$ chmod +x ./entrypoint.sh
|
191 |
$ docker compose up -d
|
|
|
17 |
<a href="https://demo.ragflow.io" target="_blank">
|
18 |
<img alt="Static Badge" src="https://img.shields.io/badge/Online-Demo-4e6b99"></a>
|
19 |
<a href="https://hub.docker.com/r/infiniflow/ragflow" target="_blank">
|
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>
|
22 |
<a href="https://github.com/infiniflow/ragflow/blob/main/LICENSE">
|
23 |
<img height="21" src="https://img.shields.io/badge/License-Apache--2.0-ffffff?style=flat-square&labelColor=d4eaf7&color=1570EF" alt="license">
|
24 |
</a>
|
|
|
30 |
|
31 |
## 📌 最新情報
|
32 |
|
33 |
+
- 2024-05-21 ストリーミング出力とテキストチャンク取得APIをサポート。
|
34 |
- 2024-05-15 OpenAI GPT-4oを統合しました。
|
35 |
- 2024-05-08 LLM DeepSeek-V2を統合しました。
|
36 |
- 2024-04-26 「ファイル管理」機能を追加しました。
|
|
|
124 |
$ docker compose up -d
|
125 |
```
|
126 |
|
127 |
+
> 上記のコマンドを実行すると、RAGFlowの開発版dockerイメージが自動的にダウンロードされます。 特定のバージョンのDockerイメージをダウンロードして実行したい場合は、docker/.envファイルのRAGFLOW_VERSION変数を見つけて、対応するバージョンに変更してください。 例えば、RAGFLOW_VERSION=v0.6.0として、上記のコマンドを実行してください。
|
128 |
|
129 |
> コアイメージのサイズは約 9 GB で、ロードに時間がかかる場合があります。
|
130 |
|
|
|
186 |
```bash
|
187 |
$ git clone https://github.com/infiniflow/ragflow.git
|
188 |
$ cd ragflow/
|
189 |
+
$ docker build -t infiniflow/ragflow:v0.6.0 .
|
190 |
$ cd ragflow/docker
|
191 |
$ chmod +x ./entrypoint.sh
|
192 |
$ docker compose up -d
|
README_zh.md
CHANGED
@@ -17,8 +17,8 @@
|
|
17 |
<a href="https://demo.ragflow.io" target="_blank">
|
18 |
<img alt="Static Badge" src="https://img.shields.io/badge/Online-Demo-4e6b99"></a>
|
19 |
<a href="https://hub.docker.com/r/infiniflow/ragflow" target="_blank">
|
20 |
-
<img src="https://img.shields.io/badge/docker_pull-ragflow:v0.
|
21 |
-
alt="docker pull infiniflow/ragflow:v0.
|
22 |
<a href="https://github.com/infiniflow/ragflow/blob/main/LICENSE">
|
23 |
<img height="21" src="https://img.shields.io/badge/License-Apache--2.0-ffffff?style=flat-square&labelColor=d4eaf7&color=1570EF" alt="license">
|
24 |
</a>
|
@@ -30,6 +30,7 @@
|
|
30 |
|
31 |
## 📌 近期更新
|
32 |
|
|
|
33 |
- 2024-05-15 集成大模型 OpenAI GPT-4o。
|
34 |
- 2024-05-08 集成大模型 DeepSeek。
|
35 |
- 2024-04-26 增添了'文件管理'功能。
|
@@ -121,7 +122,7 @@
|
|
121 |
$ docker compose -f docker-compose-CN.yml up -d
|
122 |
```
|
123 |
|
124 |
-
> 请注意,运行上述命令会自动下载 RAGFlow 的开发版本 docker 镜像。如果你想下载并运行特定版本的 docker 镜像,请在 docker/.env 文件中找到 RAGFLOW_VERSION 变量,将其改为对应版本。例如 RAGFLOW_VERSION=v0.
|
125 |
|
126 |
> 核心镜像文件大约 9 GB,可能需要一定时间拉取。请耐心等待。
|
127 |
|
@@ -183,7 +184,7 @@
|
|
183 |
```bash
|
184 |
$ git clone https://github.com/infiniflow/ragflow.git
|
185 |
$ cd ragflow/
|
186 |
-
$ docker build -t infiniflow/ragflow:v0.
|
187 |
$ cd ragflow/docker
|
188 |
$ chmod +x ./entrypoint.sh
|
189 |
$ docker compose up -d
|
|
|
17 |
<a href="https://demo.ragflow.io" target="_blank">
|
18 |
<img alt="Static Badge" src="https://img.shields.io/badge/Online-Demo-4e6b99"></a>
|
19 |
<a href="https://hub.docker.com/r/infiniflow/ragflow" target="_blank">
|
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>
|
22 |
<a href="https://github.com/infiniflow/ragflow/blob/main/LICENSE">
|
23 |
<img height="21" src="https://img.shields.io/badge/License-Apache--2.0-ffffff?style=flat-square&labelColor=d4eaf7&color=1570EF" alt="license">
|
24 |
</a>
|
|
|
30 |
|
31 |
## 📌 近期更新
|
32 |
|
33 |
+
- 2024-05-21 支持流式结果输出和文本块获取API。
|
34 |
- 2024-05-15 集成大模型 OpenAI GPT-4o。
|
35 |
- 2024-05-08 集成大模型 DeepSeek。
|
36 |
- 2024-04-26 增添了'文件管理'功能。
|
|
|
122 |
$ docker compose -f docker-compose-CN.yml up -d
|
123 |
```
|
124 |
|
125 |
+
> 请注意,运行上述命令会自动下载 RAGFlow 的开发版本 docker 镜像。如果你想下载并运行特定版本的 docker 镜像,请在 docker/.env 文件中找到 RAGFLOW_VERSION 变量,将其改为对应版本。例如 RAGFLOW_VERSION=v0.6.0,然后运行上述命令。
|
126 |
|
127 |
> 核心镜像文件大约 9 GB,可能需要一定时间拉取。请耐心等待。
|
128 |
|
|
|
184 |
```bash
|
185 |
$ git clone https://github.com/infiniflow/ragflow.git
|
186 |
$ cd ragflow/
|
187 |
+
$ docker build -t infiniflow/ragflow:v0.6.0 .
|
188 |
$ cd ragflow/docker
|
189 |
$ chmod +x ./entrypoint.sh
|
190 |
$ docker compose up -d
|
docker/.env
CHANGED
@@ -29,7 +29,7 @@ REDIS_PASSWORD=infini_rag_flow
|
|
29 |
|
30 |
SVR_HTTP_PORT=9380
|
31 |
|
32 |
-
RAGFLOW_VERSION=
|
33 |
|
34 |
TIMEZONE='Asia/Shanghai'
|
35 |
|
|
|
29 |
|
30 |
SVR_HTTP_PORT=9380
|
31 |
|
32 |
+
RAGFLOW_VERSION=0.6.0
|
33 |
|
34 |
TIMEZONE='Asia/Shanghai'
|
35 |
|
docs/quickstart.md
CHANGED
@@ -49,7 +49,7 @@ This quick start guide describes a general process from:
|
|
49 |
|
50 |
3. Build the pre-built Docker images and start up the server:
|
51 |
|
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.
|
53 |
|
54 |
```bash
|
55 |
$ cd ragflow/docker
|
|
|
49 |
|
50 |
3. Build the pre-built Docker images and start up the server:
|
51 |
|
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.
|
53 |
|
54 |
```bash
|
55 |
$ cd ragflow/docker
|