jinhai-2012 commited on
Commit
8c14459
·
1 Parent(s): 801a3c1

Fix document bug (#393)

Browse files

### What problem does this PR solve?

As title

### Type of change

- [x] Documentation Update

Signed-off-by: Jin Hai <[email protected]>

Files changed (4) hide show
  1. README.md +1 -1
  2. README_ja.md +1 -1
  3. README_zh.md +1 -1
  4. docs/faq.md +1 -1
README.md CHANGED
@@ -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/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.
 
55
 
56
  ## 📌 Latest Features
57
 
58
+ - 2024-04-16 Add an embedding model 'bce-embedding-base_v1' from [BCEmbedding](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.
README_ja.md CHANGED
@@ -55,7 +55,7 @@
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」に新しいレイアウト認識モデルを追加します。
 
55
 
56
  ## 📌 最新の機能
57
 
58
+ - 2024-04-16 [BCEmbedding](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」に新しいレイアウト認識モデルを追加します。
README_zh.md CHANGED
@@ -55,7 +55,7 @@
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’版面分析增加了底层模型。
 
55
 
56
  ## 📌 新增功能
57
 
58
+ - 2024-04-16 添加嵌入模型 [BCEmbedding](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’版面分析增加了底层模型。
docs/faq.md CHANGED
@@ -119,7 +119,7 @@ $ docker ps
119
  *The system displays the following if all your RAGFlow components are running properly:*
120
 
121
  ```
122
- 5bc45806b680 infiniflow/ragflow:v0.1.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
123
  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
124
  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
125
  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
 
119
  *The system displays the following if all your RAGFlow components are running properly:*
120
 
121
  ```
122
+ 5bc45806b680 infiniflow/ragflow:v0.2.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
123
  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
124
  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
125
  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