From 87aceec0ee7f023db6f517aa81ce0bc3ea933f4e Mon Sep 17 00:00:00 2001 From: Jin Hai Date: Fri, 24 May 2024 08:30:08 +0800 Subject: [PATCH] Update README (#901) ### What problem does this PR solve? Update README due to implement RAPTOR. ### Type of change - [x] Documentation Update --------- Signed-off-by: Jin Hai --- README.md | 1 + README_ja.md | 1 + README_zh.md | 1 + 3 files changed, 3 insertions(+) diff --git a/README.md b/README.md index a1ddc977cb9..724b699ce0b 100644 --- a/README.md +++ b/README.md @@ -30,6 +30,7 @@ ## 📌 Latest Updates +- 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. - 2024-05-15 Integrates OpenAI GPT-4o. - 2024-05-08 Integrates LLM DeepSeek-V2. diff --git a/README_ja.md b/README_ja.md index 4672091db6f..c1e06912aac 100644 --- a/README_ja.md +++ b/README_ja.md @@ -30,6 +30,7 @@ ## 📌 最新情報 +- 2024-05-23 より良いテキスト検索のために[RAPTOR](https://arxiv.org/html/2401.18059v1)をサポート。 - 2024-05-21 ストリーミング出力とテキストチャンク取得APIをサポート。 - 2024-05-15 OpenAI GPT-4oを統合しました。 - 2024-05-08 LLM DeepSeek-V2を統合しました。 diff --git a/README_zh.md b/README_zh.md index e8703f9fe17..7ef38ee4374 100644 --- a/README_zh.md +++ b/README_zh.md @@ -30,6 +30,7 @@ ## 📌 近期更新 +- 2024-05-23 实现 [RAPTOR](https://arxiv.org/html/2401.18059v1) 提供更好的文本检索。 - 2024-05-21 支持流式结果输出和文本块获取API。 - 2024-05-15 集成大模型 OpenAI GPT-4o。 - 2024-05-08 集成大模型 DeepSeek。