Skip to content

Commit 834c4d8

Browse files
authored
Update version info to v0.14.1 (#3720)
### What problem does this PR solve? Update version info to v0.14.1 ### Type of change - [x] Documentation Update --------- Signed-off-by: jinhai <[email protected]>
1 parent a3e0ac9 commit 834c4d8

14 files changed

+33
-33
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<img alt="Static Badge" src="https://img.shields.io/badge/Online-Demo-4e6b99">
2121
</a>
2222
<a href="https://hub.docker.com/r/infiniflow/ragflow" target="_blank">
23-
<img src="https://img.shields.io/badge/docker_pull-ragflow:v0.14.0-brightgreen" alt="docker pull infiniflow/ragflow:v0.14.0">
23+
<img src="https://img.shields.io/badge/docker_pull-ragflow:v0.14.1-brightgreen" alt="docker pull infiniflow/ragflow:v0.14.1">
2424
</a>
2525
<a href="https://github.com/infiniflow/ragflow/releases/latest">
2626
<img src="https://img.shields.io/github/v/release/infiniflow/ragflow?color=blue&label=Latest%20Release" alt="Latest Release">
@@ -176,14 +176,14 @@ releases! 🌟
176176
```
177177
178178
> - To download a RAGFlow slim Docker image of a specific version, update the `RAGFLOW_IMAGE` variable in *
179-
*docker/.env** to your desired version. For example, `RAGFLOW_IMAGE=infiniflow/ragflow:v0.14.0-slim`. After
179+
*docker/.env** to your desired version. For example, `RAGFLOW_IMAGE=infiniflow/ragflow:v0.14.1-slim`. After
180180
making this change, rerun the command above to initiate the download.
181181
> - To download the dev version of RAGFlow Docker image *including* embedding models and Python libraries, update the
182182
`RAGFLOW_IMAGE` variable in **docker/.env** to `RAGFLOW_IMAGE=infiniflow/ragflow:dev`. After making this change,
183183
rerun the command above to initiate the download.
184184
> - To download a specific version of RAGFlow Docker image *including* embedding models and Python libraries, update
185185
the `RAGFLOW_IMAGE` variable in **docker/.env** to your desired version. For example,
186-
`RAGFLOW_IMAGE=infiniflow/ragflow:v0.14.0`. After making this change, rerun the command above to initiate the
186+
`RAGFLOW_IMAGE=infiniflow/ragflow:v0.14.1`. After making this change, rerun the command above to initiate the
187187
download.
188188
189189
> **NOTE:** A RAGFlow Docker image that includes embedding models and Python libraries is approximately 9GB in size

README_id.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<img alt="Lencana Daring" src="https://img.shields.io/badge/Online-Demo-4e6b99">
2121
</a>
2222
<a href="https://hub.docker.com/r/infiniflow/ragflow" target="_blank">
23-
<img src="https://img.shields.io/badge/docker_pull-ragflow:v0.14.0-brightgreen" alt="docker pull infiniflow/ragflow:v0.14.0">
23+
<img src="https://img.shields.io/badge/docker_pull-ragflow:v0.14.1-brightgreen" alt="docker pull infiniflow/ragflow:v0.14.1">
2424
</a>
2525
<a href="https://github.com/infiniflow/ragflow/releases/latest">
2626
<img src="https://img.shields.io/github/v/release/infiniflow/ragflow?color=blue&label=Rilis%20Terbaru" alt="Rilis Terbaru">
@@ -169,14 +169,14 @@ Coba demo kami di [https://demo.ragflow.io](https://demo.ragflow.io).
169169
```
170170

171171
> - Untuk mengunduh versi tertentu dari image Docker RAGFlow slim, perbarui variabel `RAGFlow_IMAGE` di *
172-
*docker/.env** sesuai dengan versi yang diinginkan. Misalnya, `RAGFLOW_IMAGE=infiniflow/ragflow:v0.14.0-slim`.
172+
*docker/.env** sesuai dengan versi yang diinginkan. Misalnya, `RAGFLOW_IMAGE=infiniflow/ragflow:v0.14.1-slim`.
173173
Setelah mengubah ini, jalankan ulang perintah di atas untuk memulai unduhan.
174174
> - Untuk mengunduh versi dev dari image Docker RAGFlow *termasuk* model embedding dan library Python, perbarui
175175
variabel `RAGFlow_IMAGE` di **docker/.env** menjadi `RAGFLOW_IMAGE=infiniflow/ragflow:dev`. Setelah mengubah ini,
176176
jalankan ulang perintah di atas untuk memulai unduhan.
177177
> - Untuk mengunduh versi tertentu dari image Docker RAGFlow *termasuk* model embedding dan library Python, perbarui
178178
variabel `RAGFlow_IMAGE` di **docker/.env** sesuai dengan versi yang diinginkan. Misalnya,
179-
`RAGFLOW_IMAGE=infiniflow/ragflow:v0.14.0`. Setelah mengubah ini, jalankan ulang perintah di atas untuk memulai unduhan.
179+
`RAGFLOW_IMAGE=infiniflow/ragflow:v0.14.1`. Setelah mengubah ini, jalankan ulang perintah di atas untuk memulai unduhan.
180180

181181
> **CATATAN:** Image Docker RAGFlow yang mencakup model embedding dan library Python berukuran sekitar 9GB
182182
dan mungkin memerlukan waktu lebih lama untuk dimuat.

README_ja.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<img alt="Static Badge" src="https://img.shields.io/badge/Online-Demo-4e6b99">
2121
</a>
2222
<a href="https://hub.docker.com/r/infiniflow/ragflow" target="_blank">
23-
<img src="https://img.shields.io/badge/docker_pull-ragflow:v0.14.0-brightgreen" alt="docker pull infiniflow/ragflow:v0.14.0">
23+
<img src="https://img.shields.io/badge/docker_pull-ragflow:v0.14.1-brightgreen" alt="docker pull infiniflow/ragflow:v0.14.1">
2424
</a>
2525
<a href="https://github.com/infiniflow/ragflow/releases/latest">
2626
<img src="https://img.shields.io/github/v/release/infiniflow/ragflow?color=blue&label=Latest%20Release" alt="Latest Release">
@@ -148,9 +148,9 @@
148148
$ docker compose -f docker-compose.yml up -d
149149
```
150150

151-
> - 特定のバージョンのRAGFlow slim Dockerイメージをダウンロードするには、**docker/.env**内の`RAGFlow_IMAGE`変数を希望のバージョンに更新します。例えば、`RAGFLOW_IMAGE=infiniflow/ragflow:v0.14.0`とします。この変更を行った後、上記のコマンドを再実行してダウンロードを開始してください。
151+
> - 特定のバージョンのRAGFlow slim Dockerイメージをダウンロードするには、**docker/.env**内の`RAGFlow_IMAGE`変数を希望のバージョンに更新します。例えば、`RAGFLOW_IMAGE=infiniflow/ragflow:v0.14.1`とします。この変更を行った後、上記のコマンドを再実行してダウンロードを開始してください。
152152
> - RAGFlowの埋め込みモデルとPythonライブラリを含む開発版Dockerイメージをダウンロードするには、**docker/.env**内の`RAGFlow_IMAGE`変数を`RAGFLOW_IMAGE=infiniflow/ragflow:dev`に更新します。この変更を行った後、上記のコマンドを再実行してダウンロードを開始してください。
153-
> - 特定のバージョンのRAGFlow Dockerイメージ(埋め込みモデルとPythonライブラリを含む)をダウンロードするには、**docker/.env**内の`RAGFlow_IMAGE`変数を希望のバージョンに更新します。例えば、`RAGFLOW_IMAGE=infiniflow/ragflow:v0.14.0`とします。この変更を行った後、上記のコマンドを再実行してダウンロードを開始してください。
153+
> - 特定のバージョンのRAGFlow Dockerイメージ(埋め込みモデルとPythonライブラリを含む)をダウンロードするには、**docker/.env**内の`RAGFlow_IMAGE`変数を希望のバージョンに更新します。例えば、`RAGFLOW_IMAGE=infiniflow/ragflow:v0.14.1`とします。この変更を行った後、上記のコマンドを再実行してダウンロードを開始してください。
154154
155155
> **NOTE:** 埋め込みモデルとPythonライブラリを含むRAGFlow Dockerイメージのサイズは約9GBであり、読み込みにかなりの時間がかかる場合があります。
156156

README_ko.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<img alt="Static Badge" src="https://img.shields.io/badge/Online-Demo-4e6b99">
2121
</a>
2222
<a href="https://hub.docker.com/r/infiniflow/ragflow" target="_blank">
23-
<img src="https://img.shields.io/badge/docker_pull-ragflow:v0.14.0-brightgreen" alt="docker pull infiniflow/ragflow:v0.14.0">
23+
<img src="https://img.shields.io/badge/docker_pull-ragflow:v0.14.1-brightgreen" alt="docker pull infiniflow/ragflow:v0.14.1">
2424
</a>
2525
<a href="https://github.com/infiniflow/ragflow/releases/latest">
2626
<img src="https://img.shields.io/github/v/release/infiniflow/ragflow?color=blue&label=Latest%20Release" alt="Latest Release">
@@ -152,9 +152,9 @@
152152
$ docker compose -f docker-compose.yml up -d
153153
```
154154

155-
> - 특정 버전의 RAGFlow slim Docker 이미지를 다운로드하려면, **docker/.env**에서 `RAGFlow_IMAGE` 변수를 원하는 버전으로 업데이트하세요. 예를 들어, `RAGFLOW_IMAGE=infiniflow/ragflow:v0.14.0-slim`으로 설정합니다. 이 변경을 완료한 후, 위의 명령을 다시 실행하여 다운로드를 시작하세요.
155+
> - 특정 버전의 RAGFlow slim Docker 이미지를 다운로드하려면, **docker/.env**에서 `RAGFlow_IMAGE` 변수를 원하는 버전으로 업데이트하세요. 예를 들어, `RAGFLOW_IMAGE=infiniflow/ragflow:v0.14.1-slim`으로 설정합니다. 이 변경을 완료한 후, 위의 명령을 다시 실행하여 다운로드를 시작하세요.
156156
> - RAGFlow의 임베딩 모델과 Python 라이브러리를 포함한 개발 버전 Docker 이미지를 다운로드하려면, **docker/.env**에서 `RAGFlow_IMAGE` 변수를 `RAGFLOW_IMAGE=infiniflow/ragflow:dev`로 업데이트하세요. 이 변경을 완료한 후, 위의 명령을 다시 실행하여 다운로드를 시작하세요.
157-
> - 특정 버전의 RAGFlow Docker 이미지를 임베딩 모델과 Python 라이브러리를 포함하여 다운로드하려면, **docker/.env**에서 `RAGFlow_IMAGE` 변수를 원하는 버전으로 업데이트하세요. 예를 들어, `RAGFLOW_IMAGE=infiniflow/ragflow:v0.14.0` 로 설정합니다. 이 변경을 완료한 후, 위의 명령을 다시 실행하여 다운로드를 시작하세요.
157+
> - 특정 버전의 RAGFlow Docker 이미지를 임베딩 모델과 Python 라이브러리를 포함하여 다운로드하려면, **docker/.env**에서 `RAGFlow_IMAGE` 변수를 원하는 버전으로 업데이트하세요. 예를 들어, `RAGFLOW_IMAGE=infiniflow/ragflow:v0.14.1` 로 설정합니다. 이 변경을 완료한 후, 위의 명령을 다시 실행하여 다운로드를 시작하세요.
158158
159159
> **NOTE:** 임베딩 모델과 Python 라이브러리를 포함한 RAGFlow Docker 이미지의 크기는 약 9GB이며, 로드하는 데 상당히 오랜 시간이 걸릴 수 있습니다.
160160

README_zh.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<img alt="Static Badge" src="https://img.shields.io/badge/Online-Demo-4e6b99">
2121
</a>
2222
<a href="https://hub.docker.com/r/infiniflow/ragflow" target="_blank">
23-
<img src="https://img.shields.io/badge/docker_pull-ragflow:v0.14.0-brightgreen" alt="docker pull infiniflow/ragflow:v0.14.0">
23+
<img src="https://img.shields.io/badge/docker_pull-ragflow:v0.14.1-brightgreen" alt="docker pull infiniflow/ragflow:v0.14.1">
2424
</a>
2525
<a href="https://github.com/infiniflow/ragflow/releases/latest">
2626
<img src="https://img.shields.io/github/v/release/infiniflow/ragflow?color=blue&label=Latest%20Release" alt="Latest Release">
@@ -149,9 +149,9 @@
149149
$ docker compose -f docker-compose.yml up -d
150150
```
151151

152-
> - 如果你想下载并运行特定版本的 RAGFlow slim Docker 镜像,请在 **docker/.env** 文件中找到 `RAGFLOW_IMAGE` 变量,将其改为对应版本。例如 `RAGFLOW_IMAGE=infiniflow/ragflow:v0.14.0-slim`,然后再运行上述命令。
152+
> - 如果你想下载并运行特定版本的 RAGFlow slim Docker 镜像,请在 **docker/.env** 文件中找到 `RAGFLOW_IMAGE` 变量,将其改为对应版本。例如 `RAGFLOW_IMAGE=infiniflow/ragflow:v0.14.1-slim`,然后再运行上述命令。
153153
> - 如果您想安装内置 embedding 模型和 Python 库的 dev 版本的 Docker 镜像,需要将 **docker/.env** 文件中的 `RAGFLOW_IMAGE` 变量修改为: `RAGFLOW_IMAGE=infiniflow/ragflow:dev`
154-
> - 如果您想安装内置 embedding 模型和 Python 库的指定版本的 RAGFlow Docker 镜像,需要将 **docker/.env** 文件中的 `RAGFLOW_IMAGE` 变量修改为: `RAGFLOW_IMAGE=infiniflow/ragflow:v0.14.0`。修改后,再运行上面的命令。
154+
> - 如果您想安装内置 embedding 模型和 Python 库的指定版本的 RAGFlow Docker 镜像,需要将 **docker/.env** 文件中的 `RAGFLOW_IMAGE` 变量修改为: `RAGFLOW_IMAGE=infiniflow/ragflow:v0.14.1`。修改后,再运行上面的命令。
155155
> **注意:** 安装内置 embedding 模型和 Python 库的指定版本的 RAGFlow Docker 镜像大小约 9 GB,可能需要更长时间下载,请耐心等待。
156156
157157
4. 服务器启动成功后再次确认服务器状态:

docs/guides/configure_knowledge_base.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -103,15 +103,15 @@ RAGFlow features visibility and explainability, allowing you to view the chunkin
103103

104104
2. Hover over each snapshot for a quick view of each chunk.
105105

106-
3. Double click the chunked texts to add keywords or make *manual* changes where necessary:
106+
3. Double-click the chunked texts to add keywords or make *manual* changes where necessary:
107107

108108
![update chunk](https://github.com/infiniflow/ragflow/assets/93570324/1d84b408-4e9f-46fd-9413-8c1059bf9c76)
109109

110110
:::caution NOTE
111111
You can add keywords to a file chunk to increase its ranking for queries containing those keywords. This action increases its keyword weight and can improve its position in search list.
112112
:::
113113

114-
4. In Retrieval testing, ask a quick question in **Test text** to double check if your configurations work:
114+
4. In Retrieval testing, ask a quick question in **Test text** to double-check if your configurations work:
115115

116116
_As you can tell from the following, RAGFlow responds with truthful citations._
117117

@@ -128,7 +128,7 @@ RAGFlow uses multiple recall of both full-text search and vector search in its c
128128

129129
## Search for knowledge base
130130

131-
As of RAGFlow v0.14.0, the search feature is still in a rudimentary form, supporting only knowledge base search by name.
131+
As of RAGFlow v0.14.1, the search feature is still in a rudimentary form, supporting only knowledge base search by name.
132132

133133
![search knowledge base](https://github.com/infiniflow/ragflow/assets/93570324/836ae94c-2438-42be-879e-c7ad2a59693e)
134134

docs/guides/deploy_local_llm.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ Click on your logo **>** **Model Providers** **>** **System Model Settings** to
108108

109109
Update your chat model accordingly in **Chat Configuration**:
110110

111-
> If your local model is an embedding model, update it on the configruation page of your knowledge base.
111+
> If your local model is an embedding model, update it on the configuration page of your knowledge base.
112112
113113
## Deploy a local model using Xinference
114114

@@ -161,7 +161,7 @@ Click on your logo **>** **Model Providers** **>** **System Model Settings** to
161161

162162
Update your chat model accordingly in **Chat Configuration**:
163163

164-
> If your local model is an embedding model, update it on the configruation page of your knowledge base.
164+
> If your local model is an embedding model, update it on the configuration page of your knowledge base.
165165
166166
## Deploy a local model using IPEX-LLM
167167

docs/guides/develop/acquire_ragflow_api_key.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ slug: /acquire_ragflow_api_key
77

88
A key is required for the RAGFlow server to authenticate your requests via HTTP or a Python API. This documents provides instructions on obtaining a RAGFlow API key.
99

10-
1. Click your avatar on the top right corner of the RAGFlow UI to access the configuration page.
10+
1. Click your avatar in the top right corner of the RAGFlow UI to access the configuration page.
1111
2. Click **API** to switch to the **API** page.
1212
3. Obtain a RAGFlow API key:
1313

docs/guides/manage_files.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,4 +81,4 @@ RAGFlow's file management allows you to download an uploaded file:
8181

8282
![download_file](https://github.com/infiniflow/ragflow/assets/93570324/cf3b297f-7d9b-4522-bf5f-4f45743e4ed5)
8383

84-
> As of RAGFlow v0.14.0, bulk download is not supported, nor can you download an entire folder.
84+
> As of RAGFlow v0.14.1, bulk download is not supported, nor can you download an entire folder.

docs/guides/manage_team_members.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ By default, each RAGFlow user is assigned a single team named after their name.
1717
Team members are currently *not* allowed to invite users to your team, and only you, the team owner, is permitted to do so.
1818
:::
1919

20-
To enter the **Team** page, click on your avatar on the top right corner of the page **>** Team:
20+
To enter the **Team** page, click on your avatar in the top right corner of the page **>** Team:
2121

2222
![team](https://github.com/user-attachments/assets/0eac2503-26bc-4568-b3f2-bcd84069a07a)
2323

0 commit comments

Comments
 (0)