From 4f4d8baf49e119de51f8726144f1c20f5104917b Mon Sep 17 00:00:00 2001 From: Jin Hai Date: Thu, 30 May 2024 19:17:58 +0800 Subject: [PATCH] Update README (#1001) ### 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 --- README.md | 2 +- README_ja.md | 2 +- README_zh.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index bee305cc2..345dc2d55 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,7 @@ Try our demo at [https://demo.ragflow.io](https://demo.ragflow.io). ## 📌 Latest Updates -- 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. +- 2024-05-30 Integrates [BCE](https://github.com/netease-youdao/BCEmbedding) and [BGE](https://github.com/FlagOpen/FlagEmbedding) reranker models. - 2024-05-28 Supports LLM Baichuan and VolcanoArk. - 2024-05-23 Supports [RAPTOR](https://arxiv.org/html/2401.18059v1) for better text retrieval. - 2024-05-21 Supports streaming output and text chunk retrieval API. diff --git a/README_ja.md b/README_ja.md index b5543df04..b0ba9c452 100644 --- a/README_ja.md +++ b/README_ja.md @@ -34,7 +34,7 @@ ## 📌 最新情報 -- 2024-05-30 [BCE](https://github.com/netease-youdao/BCEmbedding)、[BGE](https://github.com/FlagOpen/FlagEmbedding)、[Colbert](https://github.com/stanford-futuredata/ColBERT) reranker を統合。 +- 2024-05-30 [BCE](https://github.com/netease-youdao/BCEmbedding)、[BGE](https://github.com/FlagOpen/FlagEmbedding) reranker を統合。 - 2024-05-28 LLM BaichuanとVolcanoArkを統合しました。 - 2024-05-23 より良いテキスト検索のために[RAPTOR](https://arxiv.org/html/2401.18059v1)をサポート。 - 2024-05-21 ストリーミング出力とテキストチャンク取得APIをサポート。 diff --git a/README_zh.md b/README_zh.md index c0e74980a..ba1ecdede 100644 --- a/README_zh.md +++ b/README_zh.md @@ -33,7 +33,7 @@ ## 📌 近期更新 -- 2024-05-30 集成 [BCE](https://github.com/netease-youdao/BCEmbedding), [BGE](https://github.com/FlagOpen/FlagEmbedding) 和 [Colbert](https://github.com/stanford-futuredata/ColBERT) 重排序模型。 +- 2024-05-30 集成 [BCE](https://github.com/netease-youdao/BCEmbedding) 和 [BGE](https://github.com/FlagOpen/FlagEmbedding) 重排序模型。 - 2024-05-28 集成大模型 Baichuan 和火山方舟。 - 2024-05-23 实现 [RAPTOR](https://arxiv.org/html/2401.18059v1) 提供更好的文本检索。 - 2024-05-21 支持流式结果输出和文本块获取API。