diff --git a/README.md b/README.md
index 791208c8e..a2ed4d79c 100644
--- a/README.md
+++ b/README.md
@@ -20,7 +20,7 @@
-
+
@@ -168,7 +168,7 @@ releases! 🌟
3. Start up the server using the pre-built Docker images:
- > The command below downloads the `v0.15.0-slim` edition of the RAGFlow Docker image. Refer to the following table for descriptions of different RAGFlow editions. To download an RAGFlow edition different from `v0.15.0-slim`, update the `RAGFLOW_IMAGE` variable accordingly in **docker/.env** before using `docker compose` to start the server. For example: set `RAGFLOW_IMAGE=infiniflow/ragflow:v0.15.0` for the full edition `v0.15.0`.
+ > The command below downloads the `v0.15.1-slim` edition of the RAGFlow Docker image. Refer to the following table for descriptions of different RAGFlow editions. To download an RAGFlow edition different from `v0.15.1-slim`, update the `RAGFLOW_IMAGE` variable accordingly in **docker/.env** before using `docker compose` to start the server. For example: set `RAGFLOW_IMAGE=infiniflow/ragflow:v0.15.1` for the full edition `v0.15.1`.
```bash
$ cd ragflow
@@ -177,8 +177,8 @@ releases! 🌟
| RAGFlow image tag | Image size (GB) | Has embedding models? | Stable? |
| ----------------- | --------------- | --------------------- | ------------------------ |
- | v0.15.0 | ≈9 | :heavy_check_mark: | Stable release |
- | v0.15.0-slim | ≈2 | ❌ | Stable release |
+ | v0.15.1 | ≈9 | :heavy_check_mark: | Stable release |
+ | v0.15.1-slim | ≈2 | ❌ | Stable release |
| nightly | ≈9 | :heavy_check_mark: | *Unstable* nightly build |
| nightly-slim | ≈2 | ❌ | *Unstable* nightly build |
diff --git a/README_id.md b/README_id.md
index 0aa81f518..617aac2a5 100644
--- a/README_id.md
+++ b/README_id.md
@@ -20,7 +20,7 @@
-
+
@@ -161,7 +161,7 @@ Coba demo kami di [https://demo.ragflow.io](https://demo.ragflow.io).
3. Bangun image Docker pre-built dan jalankan server:
- > Perintah di bawah ini mengunduh edisi v0.15.0-slim dari gambar Docker RAGFlow. Silakan merujuk ke tabel berikut untuk deskripsi berbagai edisi RAGFlow. Untuk mengunduh edisi RAGFlow yang berbeda dari v0.15.0-slim, perbarui variabel RAGFLOW_IMAGE di docker/.env sebelum menggunakan docker compose untuk memulai server. Misalnya, atur RAGFLOW_IMAGE=infiniflow/ragflow:v0.15.0 untuk edisi lengkap v0.15.0.
+ > Perintah di bawah ini mengunduh edisi v0.15.1-slim dari gambar Docker RAGFlow. Silakan merujuk ke tabel berikut untuk deskripsi berbagai edisi RAGFlow. Untuk mengunduh edisi RAGFlow yang berbeda dari v0.15.1-slim, perbarui variabel RAGFLOW_IMAGE di docker/.env sebelum menggunakan docker compose untuk memulai server. Misalnya, atur RAGFLOW_IMAGE=infiniflow/ragflow:v0.15.1 untuk edisi lengkap v0.15.1.
```bash
$ cd ragflow
@@ -170,8 +170,8 @@ Coba demo kami di [https://demo.ragflow.io](https://demo.ragflow.io).
| RAGFlow image tag | Image size (GB) | Has embedding models? | Stable? |
| ----------------- | --------------- | --------------------- | ------------------------ |
- | v0.15.0 | ≈9 | :heavy_check_mark: | Stable release |
- | v0.15.0-slim | ≈2 | ❌ | Stable release |
+ | v0.15.1 | ≈9 | :heavy_check_mark: | Stable release |
+ | v0.15.1-slim | ≈2 | ❌ | Stable release |
| nightly | ≈9 | :heavy_check_mark: | *Unstable* nightly build |
| nightly-slim | ≈2 | ❌ | *Unstable* nightly build |
diff --git a/README_ja.md b/README_ja.md
index f01c2cd80..a81508f23 100644
--- a/README_ja.md
+++ b/README_ja.md
@@ -20,7 +20,7 @@
-
+
@@ -142,7 +142,7 @@
3. ビルド済みの Docker イメージをビルドし、サーバーを起動する:
- > 以下のコマンドは、RAGFlow Dockerイメージの v0.15.0-slim エディションをダウンロードします。異なる RAGFlow エディションの説明については、以下の表を参照してください。v0.15.0-slim とは異なるエディションをダウンロードするには、docker/.env ファイルの RAGFLOW_IMAGE 変数を適宜更新し、docker compose を使用してサーバーを起動してください。例えば、完全版 v0.15.0 をダウンロードするには、RAGFLOW_IMAGE=infiniflow/ragflow:v0.15.0 と設定します。
+ > 以下のコマンドは、RAGFlow Dockerイメージの v0.15.1-slim エディションをダウンロードします。異なる RAGFlow エディションの説明については、以下の表を参照してください。v0.15.1-slim とは異なるエディションをダウンロードするには、docker/.env ファイルの RAGFLOW_IMAGE 変数を適宜更新し、docker compose を使用してサーバーを起動してください。例えば、完全版 v0.15.1 をダウンロードするには、RAGFLOW_IMAGE=infiniflow/ragflow:v0.15.1 と設定します。
```bash
$ cd ragflow
@@ -151,8 +151,8 @@
| RAGFlow image tag | Image size (GB) | Has embedding models? | Stable? |
| ----------------- | --------------- | --------------------- | ------------------------ |
- | v0.15.0 | ≈9 | :heavy_check_mark: | Stable release |
- | v0.15.0-slim | ≈2 | ❌ | Stable release |
+ | v0.15.1 | ≈9 | :heavy_check_mark: | Stable release |
+ | v0.15.1-slim | ≈2 | ❌ | Stable release |
| nightly | ≈9 | :heavy_check_mark: | *Unstable* nightly build |
| nightly-slim | ≈2 | ❌ | *Unstable* nightly build |
diff --git a/README_ko.md b/README_ko.md
index 88ba88b28..b0a2b0381 100644
--- a/README_ko.md
+++ b/README_ko.md
@@ -20,7 +20,7 @@
-
+
@@ -147,7 +147,7 @@
3. 미리 빌드된 Docker 이미지를 생성하고 서버를 시작하세요:
- > 아래 명령어는 RAGFlow Docker 이미지의 v0.15.0-slim 버전을 다운로드합니다. 다양한 RAGFlow 버전에 대한 설명은 다음 표를 참조하십시오. v0.15.0-slim과 다른 RAGFlow 버전을 다운로드하려면, docker/.env 파일에서 RAGFLOW_IMAGE 변수를 적절히 업데이트한 후 docker compose를 사용하여 서버를 시작하십시오. 예를 들어, 전체 버전인 v0.15.0을 다운로드하려면 RAGFLOW_IMAGE=infiniflow/ragflow:v0.15.0로 설정합니다.
+ > 아래 명령어는 RAGFlow Docker 이미지의 v0.15.1-slim 버전을 다운로드합니다. 다양한 RAGFlow 버전에 대한 설명은 다음 표를 참조하십시오. v0.15.1-slim과 다른 RAGFlow 버전을 다운로드하려면, docker/.env 파일에서 RAGFLOW_IMAGE 변수를 적절히 업데이트한 후 docker compose를 사용하여 서버를 시작하십시오. 예를 들어, 전체 버전인 v0.15.1을 다운로드하려면 RAGFLOW_IMAGE=infiniflow/ragflow:v0.15.1로 설정합니다.
```bash
$ cd ragflow
@@ -156,8 +156,8 @@
| RAGFlow image tag | Image size (GB) | Has embedding models? | Stable? |
| ----------------- | --------------- | --------------------- | ------------------------ |
- | v0.15.0 | ≈9 | :heavy_check_mark: | Stable release |
- | v0.15.0-slim | ≈2 | ❌ | Stable release |
+ | v0.15.1 | ≈9 | :heavy_check_mark: | Stable release |
+ | v0.15.1-slim | ≈2 | ❌ | Stable release |
| nightly | ≈9 | :heavy_check_mark: | *Unstable* nightly build |
| nightly-slim | ≈2 | ❌ | *Unstable* nightly build |
diff --git a/README_zh.md b/README_zh.md
index 9284a67ca..9c2b8552a 100644
--- a/README_zh.md
+++ b/README_zh.md
@@ -20,7 +20,7 @@
-
+
@@ -143,7 +143,7 @@
3. 进入 **docker** 文件夹,利用提前编译好的 Docker 镜像启动服务器:
- > 运行以下命令会自动下载 RAGFlow slim Docker 镜像 `v0.15.0-slim`。请参考下表查看不同 Docker 发行版的描述。如需下载不同于 `v0.15.0-slim` 的 Docker 镜像,请在运行 `docker compose` 启动服务之前先更新 **docker/.env** 文件内的 `RAGFLOW_IMAGE` 变量。比如,你可以通过设置 `RAGFLOW_IMAGE=infiniflow/ragflow:v0.15.0` 来下载 RAGFlow 镜像的 `v0.15.0` 完整发行版。
+ > 运行以下命令会自动下载 RAGFlow slim Docker 镜像 `v0.15.1-slim`。请参考下表查看不同 Docker 发行版的描述。如需下载不同于 `v0.15.1-slim` 的 Docker 镜像,请在运行 `docker compose` 启动服务之前先更新 **docker/.env** 文件内的 `RAGFLOW_IMAGE` 变量。比如,你可以通过设置 `RAGFLOW_IMAGE=infiniflow/ragflow:v0.15.1` 来下载 RAGFlow 镜像的 `v0.15.1` 完整发行版。
```bash
$ cd ragflow
@@ -152,8 +152,8 @@
| RAGFlow image tag | Image size (GB) | Has embedding models? | Stable? |
| ----------------- | --------------- | --------------------- | ------------------------ |
- | v0.15.0 | ≈9 | :heavy_check_mark: | Stable release |
- | v0.15.0-slim | ≈2 | ❌ | Stable release |
+ | v0.15.1 | ≈9 | :heavy_check_mark: | Stable release |
+ | v0.15.1-slim | ≈2 | ❌ | Stable release |
| nightly | ≈9 | :heavy_check_mark: | *Unstable* nightly build |
| nightly-slim | ≈2 | ❌ | *Unstable* nightly build |
diff --git a/docker/.env b/docker/.env
index dce767d28..668b352ce 100644
--- a/docker/.env
+++ b/docker/.env
@@ -80,13 +80,13 @@ REDIS_PASSWORD=infini_rag_flow
SVR_HTTP_PORT=9380
# The RAGFlow Docker image to download.
-# Defaults to the v0.15.0-slim edition, which is the RAGFlow Docker image without embedding models.
-RAGFLOW_IMAGE=infiniflow/ragflow:v0.15.0-slim
+# Defaults to the v0.15.1-slim edition, which is the RAGFlow Docker image without embedding models.
+RAGFLOW_IMAGE=infiniflow/ragflow:v0.15.1-slim
#
# To download the RAGFlow Docker image with embedding models, uncomment the following line instead:
-# RAGFLOW_IMAGE=infiniflow/ragflow:v0.15.0
+# RAGFLOW_IMAGE=infiniflow/ragflow:v0.15.1
#
-# The Docker image of the v0.15.0 edition includes:
+# The Docker image of the v0.15.1 edition includes:
# - Built-in embedding models:
# - BAAI/bge-large-zh-v1.5
# - BAAI/bge-reranker-v2-m3
diff --git a/docker/README.md b/docker/README.md
index 3c4216f3c..b5eeb7f85 100644
--- a/docker/README.md
+++ b/docker/README.md
@@ -78,8 +78,8 @@ The [.env](./.env) file contains important environment variables for Docker.
- `RAGFLOW-IMAGE`
The Docker image edition. Available editions:
- - `infiniflow/ragflow:v0.15.0-slim` (default): The RAGFlow Docker image without embedding models.
- - `infiniflow/ragflow:v0.15.0`: The RAGFlow Docker image with embedding models including:
+ - `infiniflow/ragflow:v0.15.1-slim` (default): The RAGFlow Docker image without embedding models.
+ - `infiniflow/ragflow:v0.15.1`: The RAGFlow Docker image with embedding models including:
- Built-in embedding models:
- `BAAI/bge-large-zh-v1.5`
- `BAAI/bge-reranker-v2-m3`
diff --git a/docs/configurations.md b/docs/configurations.md
index 380e259d1..d63b690df 100644
--- a/docs/configurations.md
+++ b/docs/configurations.md
@@ -97,8 +97,8 @@ The [.env](https://github.com/infiniflow/ragflow/blob/main/docker/.env) file con
- `RAGFLOW-IMAGE`
The Docker image edition. Available editions:
- - `infiniflow/ragflow:v0.15.0-slim` (default): The RAGFlow Docker image without embedding models.
- - `infiniflow/ragflow:v0.15.0`: The RAGFlow Docker image with embedding models including:
+ - `infiniflow/ragflow:v0.15.1-slim` (default): The RAGFlow Docker image without embedding models.
+ - `infiniflow/ragflow:v0.15.1`: The RAGFlow Docker image with embedding models including:
- Built-in embedding models:
- `BAAI/bge-large-zh-v1.5`
- `BAAI/bge-reranker-v2-m3`
diff --git a/docs/guides/configure_knowledge_base.md b/docs/guides/configure_knowledge_base.md
index b5bfb5410..4a3f5b6cf 100644
--- a/docs/guides/configure_knowledge_base.md
+++ b/docs/guides/configure_knowledge_base.md
@@ -128,7 +128,7 @@ RAGFlow uses multiple recall of both full-text search and vector search in its c
## Search for knowledge base
-As of RAGFlow v0.15.0, the search feature is still in a rudimentary form, supporting only knowledge base search by name.
+As of RAGFlow v0.15.1, the search feature is still in a rudimentary form, supporting only knowledge base search by name.

diff --git a/docs/guides/manage_files.md b/docs/guides/manage_files.md
index b871927f9..7d0d3a6e9 100644
--- a/docs/guides/manage_files.md
+++ b/docs/guides/manage_files.md
@@ -81,4 +81,4 @@ RAGFlow's file management allows you to download an uploaded file:

-> As of RAGFlow v0.15.0, bulk download is not supported, nor can you download an entire folder.
+> As of RAGFlow v0.15.1, bulk download is not supported, nor can you download an entire folder.
diff --git a/docs/guides/upgrade_ragflow.mdx b/docs/guides/upgrade_ragflow.mdx
index 5b16a90aa..eb50737f9 100644
--- a/docs/guides/upgrade_ragflow.mdx
+++ b/docs/guides/upgrade_ragflow.mdx
@@ -62,16 +62,16 @@ To upgrade RAGFlow, you must upgrade **both** your code **and** your Docker imag
git clone https://github.com/infiniflow/ragflow.git
```
-2. Switch to the latest, officially published release, e.g., `v0.15.0`:
+2. Switch to the latest, officially published release, e.g., `v0.15.1`:
```bash
- git checkout -f v0.15.0
+ git checkout -f v0.15.1
```
3. Update **ragflow/docker/.env** as follows:
```bash
- RAGFLOW_IMAGE=infiniflow/ragflow:v0.15.0
+ RAGFLOW_IMAGE=infiniflow/ragflow:v0.15.1
```
4. Update the RAGFlow image and restart RAGFlow:
diff --git a/docs/quickstart.mdx b/docs/quickstart.mdx
index 9c74ae73b..6db8503ac 100644
--- a/docs/quickstart.mdx
+++ b/docs/quickstart.mdx
@@ -39,7 +39,7 @@ This section provides instructions on setting up the RAGFlow server on Linux. If
`vm.max_map_count`. This value sets the maximum number of memory map areas a process may have. Its default value is 65530. While most applications require fewer than a thousand maps, reducing this value can result in abnormal behaviors, and the system will throw out-of-memory errors when a process reaches the limitation.
- RAGFlow v0.15.0 uses Elasticsearch or [Infinity](https://github.com/infiniflow/infinity) for multiple recall. Setting the value of `vm.max_map_count` correctly is crucial to the proper functioning of the Elasticsearch component.
+ RAGFlow v0.15.1 uses Elasticsearch or [Infinity](https://github.com/infiniflow/infinity) for multiple recall. Setting the value of `vm.max_map_count` correctly is crucial to the proper functioning of the Elasticsearch component.