KevinHuSh commited on
Commit
166f8cd
·
1 Parent(s): c3764d6

change version number in readme (#390)

Browse files

### What problem does this PR solve?


### Type of change

- [x] Documentation Update

README.md CHANGED
@@ -15,7 +15,7 @@
15
  <img alt="Static Badge" src="https://img.shields.io/badge/RAGFLOW-LLM-white?&labelColor=dd0af7"></a>
16
  <a href="https://hub.docker.com/r/infiniflow/ragflow" target="_blank">
17
  <img src="https://img.shields.io/badge/docker_pull-ragflow:v1.0-brightgreen"
18
- alt="docker pull infiniflow/ragflow:v0.1.0"></a>
19
  <a href="https://github.com/infiniflow/ragflow/blob/main/LICENSE">
20
  <img height="21" src="https://img.shields.io/badge/License-Apache--2.0-ffffff?style=flat-square&labelColor=d4eaf7&color=7d09f1" alt="license">
21
  </a>
@@ -55,7 +55,7 @@
55
 
56
  ## 📌 Latest Features
57
 
58
- - 2024-04-16 Add an embedding model 'bce-embedding-base_v1' from [QAnything](https://github.com/netease-youdao/QAnything).
59
  - 2024-04-16 Add [FastEmbed](https://github.com/qdrant/fastembed) is designed for light and speeding embedding.
60
  - 2024-04-11 Support [Xinference](./docs/xinference.md) for local LLM deployment.
61
  - 2024-04-10 Add a new layout recognization model for analyzing Laws documentation.
@@ -173,7 +173,7 @@ To build the Docker images from source:
173
  ```bash
174
  $ git clone https://github.com/infiniflow/ragflow.git
175
  $ cd ragflow/
176
- $ docker build -t infiniflow/ragflow:v0.1.0 .
177
  $ cd ragflow/docker
178
  $ chmod +x ./entrypoint.sh
179
  $ docker compose up -d
 
15
  <img alt="Static Badge" src="https://img.shields.io/badge/RAGFLOW-LLM-white?&labelColor=dd0af7"></a>
16
  <a href="https://hub.docker.com/r/infiniflow/ragflow" target="_blank">
17
  <img src="https://img.shields.io/badge/docker_pull-ragflow:v1.0-brightgreen"
18
+ alt="docker pull infiniflow/ragflow:v0.2.0"></a>
19
  <a href="https://github.com/infiniflow/ragflow/blob/main/LICENSE">
20
  <img height="21" src="https://img.shields.io/badge/License-Apache--2.0-ffffff?style=flat-square&labelColor=d4eaf7&color=7d09f1" alt="license">
21
  </a>
 
55
 
56
  ## 📌 Latest Features
57
 
58
+ - 2024-04-16 Add an embedding model 'bce-embedding-base_v1' from [QAnything](https://github.com/netease-youdao/BCEmbedding).
59
  - 2024-04-16 Add [FastEmbed](https://github.com/qdrant/fastembed) is designed for light and speeding embedding.
60
  - 2024-04-11 Support [Xinference](./docs/xinference.md) for local LLM deployment.
61
  - 2024-04-10 Add a new layout recognization model for analyzing Laws documentation.
 
173
  ```bash
174
  $ git clone https://github.com/infiniflow/ragflow.git
175
  $ cd ragflow/
176
+ $ docker build -t infiniflow/ragflow:v0.2.0 .
177
  $ cd ragflow/docker
178
  $ chmod +x ./entrypoint.sh
179
  $ docker compose up -d
README_ja.md CHANGED
@@ -15,7 +15,7 @@
15
  <img alt="Static Badge" src="https://img.shields.io/badge/RAGFLOW-LLM-white?&labelColor=dd0af7"></a>
16
  <a href="https://hub.docker.com/r/infiniflow/ragflow" target="_blank">
17
  <img src="https://img.shields.io/badge/docker_pull-ragflow:v1.0-brightgreen"
18
- alt="docker pull infiniflow/ragflow:v0.1.0"></a>
19
  <a href="https://github.com/infiniflow/ragflow/blob/main/LICENSE">
20
  <img height="21" src="https://img.shields.io/badge/License-Apache--2.0-ffffff?style=flat-square&labelColor=d4eaf7&color=7d09f1" alt="license">
21
  </a>
@@ -55,7 +55,7 @@
55
 
56
  ## 📌 最新の機能
57
 
58
- - 2024-04-16 [QAnything](https://github.com/netease-youdao/QAnything) から埋め込みモデル「bce-embedding-base_v1」を追加します。
59
  - 2024-04-16 [FastEmbed](https://github.com/qdrant/fastembed) は、軽量かつ高速な埋め込み用に設計されています。
60
  - 2024-04-11 ローカル LLM デプロイメント用に [Xinference](./docs/xinference.md) をサポートします。
61
  - 2024-04-10 メソッド「Laws」に新しいレイアウト認識モデルを追加します。
@@ -173,7 +173,7 @@
173
  ```bash
174
  $ git clone https://github.com/infiniflow/ragflow.git
175
  $ cd ragflow/
176
- $ docker build -t infiniflow/ragflow:v0.1.0 .
177
  $ cd ragflow/docker
178
  $ chmod +x ./entrypoint.sh
179
  $ docker compose up -d
 
15
  <img alt="Static Badge" src="https://img.shields.io/badge/RAGFLOW-LLM-white?&labelColor=dd0af7"></a>
16
  <a href="https://hub.docker.com/r/infiniflow/ragflow" target="_blank">
17
  <img src="https://img.shields.io/badge/docker_pull-ragflow:v1.0-brightgreen"
18
+ alt="docker pull infiniflow/ragflow:v0.2.0"></a>
19
  <a href="https://github.com/infiniflow/ragflow/blob/main/LICENSE">
20
  <img height="21" src="https://img.shields.io/badge/License-Apache--2.0-ffffff?style=flat-square&labelColor=d4eaf7&color=7d09f1" alt="license">
21
  </a>
 
55
 
56
  ## 📌 最新の機能
57
 
58
+ - 2024-04-16 [QAnything](https://github.com/netease-youdao/BCEmbedding) から埋め込みモデル「bce-embedding-base_v1」を追加します。
59
  - 2024-04-16 [FastEmbed](https://github.com/qdrant/fastembed) は、軽量かつ高速な埋め込み用に設計されています。
60
  - 2024-04-11 ローカル LLM デプロイメント用に [Xinference](./docs/xinference.md) をサポートします。
61
  - 2024-04-10 メソッド「Laws」に新しいレイアウト認識モデルを追加します。
 
173
  ```bash
174
  $ git clone https://github.com/infiniflow/ragflow.git
175
  $ cd ragflow/
176
+ $ docker build -t infiniflow/ragflow:v0.2.0 .
177
  $ cd ragflow/docker
178
  $ chmod +x ./entrypoint.sh
179
  $ docker compose up -d
README_zh.md CHANGED
@@ -15,7 +15,7 @@
15
  <img alt="Static Badge" src="https://img.shields.io/badge/RAGFLOW-LLM-white?&labelColor=dd0af7"></a>
16
  <a href="https://hub.docker.com/r/infiniflow/ragflow" target="_blank">
17
  <img src="https://img.shields.io/badge/docker_pull-ragflow:v1.0-brightgreen"
18
- alt="docker pull infiniflow/ragflow:v0.1.0"></a>
19
  <a href="https://github.com/infiniflow/ragflow/blob/main/LICENSE">
20
  <img height="21" src="https://img.shields.io/badge/License-Apache--2.0-ffffff?style=flat-square&labelColor=d4eaf7&color=7d09f1" alt="license">
21
  </a>
@@ -55,7 +55,7 @@
55
 
56
  ## 📌 新增功能
57
 
58
- - 2024-04-16 添加嵌入模型 [QAnything的bce-embedding-base_v1](https://github.com/netease-youdao/QAnything) 。
59
  - 2024-04-16 添加 [FastEmbed](https://github.com/qdrant/fastembed) 专为轻型和高速嵌入而设计。
60
  - 2024-04-11 支持用 [Xinference](./docs/xinference.md) 本地化部署大模型。
61
  - 2024-04-10 为‘Laws’版面分析增加了底层模型。
@@ -173,7 +173,7 @@
173
  ```bash
174
  $ git clone https://github.com/infiniflow/ragflow.git
175
  $ cd ragflow/
176
- $ docker build -t infiniflow/ragflow:v0.1.0 .
177
  $ cd ragflow/docker
178
  $ chmod +x ./entrypoint.sh
179
  $ docker compose up -d
 
15
  <img alt="Static Badge" src="https://img.shields.io/badge/RAGFLOW-LLM-white?&labelColor=dd0af7"></a>
16
  <a href="https://hub.docker.com/r/infiniflow/ragflow" target="_blank">
17
  <img src="https://img.shields.io/badge/docker_pull-ragflow:v1.0-brightgreen"
18
+ alt="docker pull infiniflow/ragflow:v0.2.0"></a>
19
  <a href="https://github.com/infiniflow/ragflow/blob/main/LICENSE">
20
  <img height="21" src="https://img.shields.io/badge/License-Apache--2.0-ffffff?style=flat-square&labelColor=d4eaf7&color=7d09f1" alt="license">
21
  </a>
 
55
 
56
  ## 📌 新增功能
57
 
58
+ - 2024-04-16 添加嵌入模型 [QAnything的bce-embedding-base_v1](https://github.com/netease-youdao/BCEmbedding) 。
59
  - 2024-04-16 添加 [FastEmbed](https://github.com/qdrant/fastembed) 专为轻型和高速嵌入而设计。
60
  - 2024-04-11 支持用 [Xinference](./docs/xinference.md) 本地化部署大模型。
61
  - 2024-04-10 为‘Laws’版面分析增加了底层模型。
 
173
  ```bash
174
  $ git clone https://github.com/infiniflow/ragflow.git
175
  $ cd ragflow/
176
+ $ docker build -t infiniflow/ragflow:v0.2.0 .
177
  $ cd ragflow/docker
178
  $ chmod +x ./entrypoint.sh
179
  $ docker compose up -d
docker/docker-compose-CN.yml CHANGED
@@ -9,7 +9,7 @@ services:
9
  condition: service_healthy
10
  es01:
11
  condition: service_healthy
12
- image: swr.cn-north-4.myhuaweicloud.com/infiniflow/ragflow:v0.1.0
13
  container_name: ragflow-server
14
  ports:
15
  - ${SVR_HTTP_PORT}:9380
 
9
  condition: service_healthy
10
  es01:
11
  condition: service_healthy
12
+ image: swr.cn-north-4.myhuaweicloud.com/infiniflow/ragflow:v0.2.0
13
  container_name: ragflow-server
14
  ports:
15
  - ${SVR_HTTP_PORT}:9380
docker/docker-compose.yml CHANGED
@@ -9,7 +9,7 @@ services:
9
  condition: service_healthy
10
  es01:
11
  condition: service_healthy
12
- image: infiniflow/ragflow:v0.1.0
13
  container_name: ragflow-server
14
  ports:
15
  - ${SVR_HTTP_PORT}:9380
 
9
  condition: service_healthy
10
  es01:
11
  condition: service_healthy
12
+ image: infiniflow/ragflow:v0.2.0
13
  container_name: ragflow-server
14
  ports:
15
  - ${SVR_HTTP_PORT}:9380