jinhai-2012 commited on
Commit
b90dc0e
·
1 Parent(s): eb21264

Update README (#1001)

Browse files

### 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]>

Files changed (3) hide show
  1. README.md +1 -1
  2. README_ja.md +1 -1
  3. README_zh.md +1 -1
README.md CHANGED
@@ -52,7 +52,7 @@ Try our demo at [https://demo.ragflow.io](https://demo.ragflow.io).
52
 
53
  ## 📌 Latest Updates
54
 
55
- - 2024-05-30 Integrates [BCE](https://github.com/netease-youdao/BCEmbedding), [BGE](https://github.com/FlagOpen/FlagEmbedding), and [Colbert](https://github.com/stanford-futuredata/ColBERT) reranker models.
56
  - 2024-05-28 Supports LLM Baichuan and VolcanoArk.
57
  - 2024-05-23 Supports [RAPTOR](https://arxiv.org/html/2401.18059v1) for better text retrieval.
58
  - 2024-05-21 Supports streaming output and text chunk retrieval API.
 
52
 
53
  ## 📌 Latest Updates
54
 
55
+ - 2024-05-30 Integrates [BCE](https://github.com/netease-youdao/BCEmbedding) and [BGE](https://github.com/FlagOpen/FlagEmbedding) reranker models.
56
  - 2024-05-28 Supports LLM Baichuan and VolcanoArk.
57
  - 2024-05-23 Supports [RAPTOR](https://arxiv.org/html/2401.18059v1) for better text retrieval.
58
  - 2024-05-21 Supports streaming output and text chunk retrieval API.
README_ja.md CHANGED
@@ -34,7 +34,7 @@
34
 
35
  ## 📌 最新情報
36
 
37
- - 2024-05-30 [BCE](https://github.com/netease-youdao/BCEmbedding)、[BGE](https://github.com/FlagOpen/FlagEmbedding)、[Colbert](https://github.com/stanford-futuredata/ColBERT) reranker を統合。
38
  - 2024-05-28 LLM BaichuanとVolcanoArkを統合しました。
39
  - 2024-05-23 より良いテキスト検索のために[RAPTOR](https://arxiv.org/html/2401.18059v1)をサポート。
40
  - 2024-05-21 ストリーミング出力とテキストチャンク取得APIをサポート。
 
34
 
35
  ## 📌 最新情報
36
 
37
+ - 2024-05-30 [BCE](https://github.com/netease-youdao/BCEmbedding)、[BGE](https://github.com/FlagOpen/FlagEmbedding) reranker を統合。
38
  - 2024-05-28 LLM BaichuanとVolcanoArkを統合しました。
39
  - 2024-05-23 より良いテキスト検索のために[RAPTOR](https://arxiv.org/html/2401.18059v1)をサポート。
40
  - 2024-05-21 ストリーミング出力とテキストチャンク取得APIをサポート。
README_zh.md CHANGED
@@ -33,7 +33,7 @@
33
 
34
  ## 📌 近期更新
35
 
36
- - 2024-05-30 集成 [BCE](https://github.com/netease-youdao/BCEmbedding), [BGE](https://github.com/FlagOpen/FlagEmbedding) 和 [Colbert](https://github.com/stanford-futuredata/ColBERT) 重排序模型。
37
  - 2024-05-28 集成大模型 Baichuan 和火山方舟。
38
  - 2024-05-23 实现 [RAPTOR](https://arxiv.org/html/2401.18059v1) 提供更好的文本检索。
39
  - 2024-05-21 支持流式结果输出和文本块获取API。
 
33
 
34
  ## 📌 近期更新
35
 
36
+ - 2024-05-30 集成 [BCE](https://github.com/netease-youdao/BCEmbedding) [BGE](https://github.com/FlagOpen/FlagEmbedding) 重排序模型。
37
  - 2024-05-28 集成大模型 Baichuan 和火山方舟。
38
  - 2024-05-23 实现 [RAPTOR](https://arxiv.org/html/2401.18059v1) 提供更好的文本检索。
39
  - 2024-05-21 支持流式结果输出和文本块获取API。