Skip to content

Commit b1cd203

Browse files
authored
Update version to 0.3.2 (#550)
### What problem does this PR solve? _Briefly describe what this PR aims to solve. Include background context that will help reviewers understand the purpose of the PR._ ### Type of change - [x] Documentation Update Signed-off-by: Jin Hai <[email protected]>
1 parent b75d75e commit b1cd203

File tree

5 files changed

+12
-12
lines changed

5 files changed

+12
-12
lines changed

README.md

Lines changed: 3 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/RAGFLOW-LLM-white?&labelColor=dd0af7"></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.3.1-brightgreen"
21-
alt="docker pull infiniflow/ragflow:v0.3.1"></a>
20+
<img src="https://img.shields.io/badge/docker_pull-ragflow:v0.3.2-brightgreen"
21+
alt="docker pull infiniflow/ragflow:v0.3.2"></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=7d09f1" alt="license">
2424
</a>
@@ -179,7 +179,7 @@ To build the Docker images from source:
179179
```bash
180180
$ git clone https://github.com/infiniflow/ragflow.git
181181
$ cd ragflow/
182-
$ docker build -t infiniflow/ragflow:v0.3.1 .
182+
$ docker build -t infiniflow/ragflow:v0.3.2 .
183183
$ cd ragflow/docker
184184
$ chmod +x ./entrypoint.sh
185185
$ docker compose up -d

README_ja.md

Lines changed: 3 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/RAGFLOW-LLM-white?&labelColor=dd0af7"></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.3.1-brightgreen"
21-
alt="docker pull infiniflow/ragflow:v0.3.1"></a>
20+
<img src="https://img.shields.io/badge/docker_pull-ragflow:v0.3.2-brightgreen"
21+
alt="docker pull infiniflow/ragflow:v0.3.2"></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=7d09f1" alt="license">
2424
</a>
@@ -179,7 +179,7 @@
179179
```bash
180180
$ git clone https://github.com/infiniflow/ragflow.git
181181
$ cd ragflow/
182-
$ docker build -t infiniflow/ragflow:v0.3.1 .
182+
$ docker build -t infiniflow/ragflow:v0.3.2 .
183183
$ cd ragflow/docker
184184
$ chmod +x ./entrypoint.sh
185185
$ docker compose up -d

README_zh.md

Lines changed: 3 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/RAGFLOW-LLM-white?&labelColor=dd0af7"></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.3.1-brightgreen"
21-
alt="docker pull infiniflow/ragflow:v0.3.1"></a>
20+
<img src="https://img.shields.io/badge/docker_pull-ragflow:v0.3.2-brightgreen"
21+
alt="docker pull infiniflow/ragflow:v0.3.2"></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=7d09f1" alt="license">
2424
</a>
@@ -179,7 +179,7 @@
179179
```bash
180180
$ git clone https://github.com/infiniflow/ragflow.git
181181
$ cd ragflow/
182-
$ docker build -t infiniflow/ragflow:v0.3.1 .
182+
$ docker build -t infiniflow/ragflow:v0.3.2 .
183183
$ cd ragflow/docker
184184
$ chmod +x ./entrypoint.sh
185185
$ docker compose up -d

docker/.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ MINIO_PASSWORD=infini_rag_flow
2727

2828
SVR_HTTP_PORT=9380
2929

30-
RAGFLOW_VERSION=v0.3.1
30+
RAGFLOW_VERSION=v0.3.2
3131

3232
TIMEZONE='Asia/Shanghai'
3333

docs/faq.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ This feature and the related APIs are still in development. Contributions are we
5555
```
5656
$ git clone https://github.com/infiniflow/ragflow.git
5757
$ cd ragflow
58-
$ docker build -t infiniflow/ragflow:v0.3.1 .
58+
$ docker build -t infiniflow/ragflow:v0.3.2 .
5959
$ cd ragflow/docker
6060
$ chmod +x ./entrypoint.sh
6161
$ docker compose up -d
@@ -212,7 +212,7 @@ $ docker ps
212212
*The system displays the following if all your RAGFlow components are running properly:*
213213

214214
```
215-
5bc45806b680 infiniflow/ragflow:v0.3.1 "./entrypoint.sh" 11 hours ago Up 11 hours 0.0.0.0:80->80/tcp, :::80->80/tcp, 0.0.0.0:443->443/tcp, :::443->443/tcp, 0.0.0.0:9380->9380/tcp, :::9380->9380/tcp ragflow-server
215+
5bc45806b680 infiniflow/ragflow:v0.3.2 "./entrypoint.sh" 11 hours ago Up 11 hours 0.0.0.0:80->80/tcp, :::80->80/tcp, 0.0.0.0:443->443/tcp, :::443->443/tcp, 0.0.0.0:9380->9380/tcp, :::9380->9380/tcp ragflow-server
216216
91220e3285dd docker.elastic.co/elasticsearch/elasticsearch:8.11.3 "/bin/tini -- /usr/l…" 11 hours ago Up 11 hours (healthy) 9300/tcp, 0.0.0.0:9200->9200/tcp, :::9200->9200/tcp ragflow-es-01
217217
d8c86f06c56b mysql:5.7.18 "docker-entrypoint.s…" 7 days ago Up 16 seconds (healthy) 0.0.0.0:3306->3306/tcp, :::3306->3306/tcp ragflow-mysql
218218
cd29bcb254bc quay.io/minio/minio:RELEASE.2023-12-20T01-00-02Z "/usr/bin/docker-ent…" 2 weeks ago Up 11 hours 0.0.0.0:9001->9001/tcp, :::9001->9001/tcp, 0.0.0.0:9000->9000/tcp, :::9000->9000/tcp ragflow-minio

0 commit comments

Comments
 (0)