Skip to content

Commit f1c98aa

Browse files
authored
Update version info (#564)
### 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 - [x] Refactoring --------- Signed-off-by: Jin Hai <[email protected]>
1 parent ab06f50 commit f1c98aa

File tree

13 files changed

+21
-21
lines changed

13 files changed

+21
-21
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.2-brightgreen"
21-
alt="docker pull infiniflow/ragflow:v0.3.2"></a>
20+
<img src="https://img.shields.io/badge/docker_pull-ragflow:v0.4.0-brightgreen"
21+
alt="docker pull infiniflow/ragflow:v0.4.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=7d09f1" alt="license">
2424
</a>
@@ -180,7 +180,7 @@ To build the Docker images from source:
180180
```bash
181181
$ git clone https://github.com/infiniflow/ragflow.git
182182
$ cd ragflow/
183-
$ docker build -t infiniflow/ragflow:v0.3.2 .
183+
$ docker build -t infiniflow/ragflow:v0.4.0 .
184184
$ cd ragflow/docker
185185
$ chmod +x ./entrypoint.sh
186186
$ 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.2-brightgreen"
21-
alt="docker pull infiniflow/ragflow:v0.3.2"></a>
20+
<img src="https://img.shields.io/badge/docker_pull-ragflow:v0.4.0-brightgreen"
21+
alt="docker pull infiniflow/ragflow:v0.4.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=7d09f1" alt="license">
2424
</a>
@@ -180,7 +180,7 @@
180180
```bash
181181
$ git clone https://github.com/infiniflow/ragflow.git
182182
$ cd ragflow/
183-
$ docker build -t infiniflow/ragflow:v0.3.2 .
183+
$ docker build -t infiniflow/ragflow:v0.4.0 .
184184
$ cd ragflow/docker
185185
$ chmod +x ./entrypoint.sh
186186
$ 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.2-brightgreen"
21-
alt="docker pull infiniflow/ragflow:v0.3.2"></a>
20+
<img src="https://img.shields.io/badge/docker_pull-ragflow:v0.4.0-brightgreen"
21+
alt="docker pull infiniflow/ragflow:v0.4.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=7d09f1" alt="license">
2424
</a>
@@ -180,7 +180,7 @@
180180
```bash
181181
$ git clone https://github.com/infiniflow/ragflow.git
182182
$ cd ragflow/
183-
$ docker build -t infiniflow/ragflow:v0.3.2 .
183+
$ docker build -t infiniflow/ragflow:v0.4.0 .
184184
$ cd ragflow/docker
185185
$ chmod +x ./entrypoint.sh
186186
$ 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.2
30+
RAGFLOW_VERSION=v0.4.0
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.2 .
58+
$ docker build -t infiniflow/ragflow:v0.4.0 .
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.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
215+
5bc45806b680 infiniflow/ragflow:v0.4.0 "./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

rag/app/book.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
class Pdf(PdfParser):
2626
def __call__(self, filename, binary=None, from_page=0,
2727
to_page=100000, zoomin=3, callback=None):
28-
callback(msg="OCR is running...")
28+
callback(msg="OCR is running...")
2929
self.__images__(
3030
filename if not binary else binary,
3131
zoomin,

rag/app/laws.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ def __init__(self):
5858

5959
def __call__(self, filename, binary=None, from_page=0,
6060
to_page=100000, zoomin=3, callback=None):
61-
callback(msg="OCR is running...")
61+
callback(msg="OCR is running...")
6262
self.__images__(
6363
filename if not binary else binary,
6464
zoomin,

rag/app/manual.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ def __call__(self, filename, binary=None, from_page=0,
1616
to_page=100000, zoomin=3, callback=None):
1717
from timeit import default_timer as timer
1818
start = timer()
19-
callback(msg="OCR is running...")
19+
callback(msg="OCR is running...")
2020
self.__images__(
2121
filename if not binary else binary,
2222
zoomin,

rag/app/naive.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ class Pdf(PdfParser):
6969
def __call__(self, filename, binary=None, from_page=0,
7070
to_page=100000, zoomin=3, callback=None):
7171
start = timer()
72-
callback(msg="OCR is running...")
72+
callback(msg="OCR is running...")
7373
self.__images__(
7474
filename if not binary else binary,
7575
zoomin,

rag/app/one.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
class Pdf(PdfParser):
2222
def __call__(self, filename, binary=None, from_page=0,
2323
to_page=100000, zoomin=3, callback=None):
24-
callback(msg="OCR is running...")
24+
callback(msg="OCR is running...")
2525
self.__images__(
2626
filename if not binary else binary,
2727
zoomin,

0 commit comments

Comments
 (0)