diff --git a/README.md b/README.md index 1c88b30e2..f48ae8a2e 100644 --- a/README.md +++ b/README.md @@ -74,7 +74,6 @@ Try our demo at [https://demo.ragflow.io](https://demo.ragflow.io). ## 🔥 Latest Updates -- 2024-11-04 Upgrades [DLA](https://huggingface.co/InfiniFlow/deepdoc) (Document Layout Analyze) models in deepdoc. - 2024-11-01 Adds keyword extraction and related question generation to the parsed chunk to improve the accuracy of retrieval. - 2024-09-13 Adds search mode for knowledge base Q&A. - 2024-09-09 Adds a medical consultant agent template. diff --git a/README_ja.md b/README_ja.md index cb2ad2b23..dfedcd5e9 100644 --- a/README_ja.md +++ b/README_ja.md @@ -53,7 +53,6 @@ ## 🔥 最新情報 -- 2024-11-04 deepdoc の [DLA](https://huggingface.co/InfiniFlow/deepdoc) (Document Layout Analyze) モデルをアップグレードしました。 - 2024-11-01 再現の精度を向上させるために、解析されたチャンクにキーワード抽出と関連質問の生成を追加しました。 - 2024-09-13 ナレッジベース Q&A の検索モードを追加しました。 - 2024-09-09 エージェントに医療相談テンプレートを追加しました。 diff --git a/README_ko.md b/README_ko.md index bee703624..bbfec9a38 100644 --- a/README_ko.md +++ b/README_ko.md @@ -55,8 +55,6 @@ ## 🔥 업데이트 -- 2024-11-04 deepdoc의 [DLA](https://huggingface.co/InfiniFlow/deepdoc) (Document Layout Analyze) 모델을 업그레이드합니다. - - 2024-11-01 파싱된 청크에 키워드 추출 및 관련 질문 생성을 추가하여 재현율을 향상시킵니다. - 2024-09-13 지식베이스 Q&A 검색 모드를 추가합니다. diff --git a/README_zh.md b/README_zh.md index 52468885b..e72fb0303 100644 --- a/README_zh.md +++ b/README_zh.md @@ -53,7 +53,6 @@ ## 🔥 近期更新 -- 2024-11-04 升级deepdoc中的 [DLA](https://huggingface.co/InfiniFlow/deepdoc) (Document Layout Analyze)模型。 - 2024-11-01 对解析后的chunk加入关键词抽取和相关问题生成以提高召回的准确度。 - 2024-09-13 增加知识库问答搜索模式。 - 2024-09-09 在 Agent 中加入医疗问诊模板。