KevinHuSh
commited on
Commit
·
ebbe7cb
1
Parent(s):
4f70b71
refine doc for v0.5.0 (#660)
Browse files### What problem does this PR solve?
### Type of change
- [x] Documentation Update
- README.md +4 -4
- README_ja.md +5 -5
- README_zh.md +5 -5
README.md
CHANGED
@@ -17,10 +17,10 @@
|
|
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=
|
24 |
</a>
|
25 |
</p>
|
26 |
|
@@ -180,7 +180,7 @@ To build the Docker images from source:
|
|
180 |
```bash
|
181 |
$ git clone https://github.com/infiniflow/ragflow.git
|
182 |
$ cd ragflow/
|
183 |
-
$ docker build -t infiniflow/ragflow:v0.
|
184 |
$ cd ragflow/docker
|
185 |
$ chmod +x ./entrypoint.sh
|
186 |
$ 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.5.0-brightgreen"
|
21 |
+
alt="docker pull infiniflow/ragflow:v0.5.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>
|
25 |
</p>
|
26 |
|
|
|
180 |
```bash
|
181 |
$ git clone https://github.com/infiniflow/ragflow.git
|
182 |
$ cd ragflow/
|
183 |
+
$ docker build -t infiniflow/ragflow:v0.5.0 .
|
184 |
$ cd ragflow/docker
|
185 |
$ chmod +x ./entrypoint.sh
|
186 |
$ docker compose up -d
|
README_ja.md
CHANGED
@@ -15,12 +15,12 @@
|
|
15 |
<img src="https://img.shields.io/github/v/release/infiniflow/ragflow?color=blue&label=Latest%20Release" alt="Latest Release">
|
16 |
</a>
|
17 |
<a href="https://demo.ragflow.io" target="_blank">
|
18 |
-
<img alt="Static Badge" src="https://img.shields.io/badge/
|
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=
|
24 |
</a>
|
25 |
</p>
|
26 |
|
@@ -180,7 +180,7 @@
|
|
180 |
```bash
|
181 |
$ git clone https://github.com/infiniflow/ragflow.git
|
182 |
$ cd ragflow/
|
183 |
-
$ docker build -t infiniflow/ragflow:v0.
|
184 |
$ cd ragflow/docker
|
185 |
$ chmod +x ./entrypoint.sh
|
186 |
$ docker compose up -d
|
|
|
15 |
<img src="https://img.shields.io/github/v/release/infiniflow/ragflow?color=blue&label=Latest%20Release" alt="Latest Release">
|
16 |
</a>
|
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.5.0-brightgreen"
|
21 |
+
alt="docker pull infiniflow/ragflow:v0.5.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>
|
25 |
</p>
|
26 |
|
|
|
180 |
```bash
|
181 |
$ git clone https://github.com/infiniflow/ragflow.git
|
182 |
$ cd ragflow/
|
183 |
+
$ docker build -t infiniflow/ragflow:v0.5.0 .
|
184 |
$ cd ragflow/docker
|
185 |
$ chmod +x ./entrypoint.sh
|
186 |
$ docker compose up -d
|
README_zh.md
CHANGED
@@ -15,12 +15,12 @@
|
|
15 |
<img src="https://img.shields.io/github/v/release/infiniflow/ragflow?color=blue&label=Latest%20Release" alt="Latest Release">
|
16 |
</a>
|
17 |
<a href="https://demo.ragflow.io" target="_blank">
|
18 |
-
<img alt="Static Badge" src="https://img.shields.io/badge/
|
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=
|
24 |
</a>
|
25 |
</p>
|
26 |
|
@@ -180,7 +180,7 @@
|
|
180 |
```bash
|
181 |
$ git clone https://github.com/infiniflow/ragflow.git
|
182 |
$ cd ragflow/
|
183 |
-
$ docker build -t infiniflow/ragflow:v0.
|
184 |
$ cd ragflow/docker
|
185 |
$ chmod +x ./entrypoint.sh
|
186 |
$ docker compose up -d
|
|
|
15 |
<img src="https://img.shields.io/github/v/release/infiniflow/ragflow?color=blue&label=Latest%20Release" alt="Latest Release">
|
16 |
</a>
|
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.5.0-brightgreen"
|
21 |
+
alt="docker pull infiniflow/ragflow:v0.5.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>
|
25 |
</p>
|
26 |
|
|
|
180 |
```bash
|
181 |
$ git clone https://github.com/infiniflow/ragflow.git
|
182 |
$ cd ragflow/
|
183 |
+
$ docker build -t infiniflow/ragflow:v0.5.0 .
|
184 |
$ cd ragflow/docker
|
185 |
$ chmod +x ./entrypoint.sh
|
186 |
$ docker compose up -d
|