diff --git a/README.md b/README.md index 8fe306e91..1c88b30e2 100644 --- a/README.md +++ b/README.md @@ -74,8 +74,8 @@ 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-29 Optimizes multi-round conversations. - 2024-09-13 Adds search mode for knowledge base Q&A. - 2024-09-09 Adds a medical consultant agent template. - 2024-08-22 Support text to SQL statements through RAG. diff --git a/README_ja.md b/README_ja.md index bdf887b30..cb2ad2b23 100644 --- a/README_ja.md +++ b/README_ja.md @@ -53,8 +53,8 @@ ## 🔥 最新情報 +- 2024-11-04 deepdoc の [DLA](https://huggingface.co/InfiniFlow/deepdoc) (Document Layout Analyze) モデルをアップグレードしました。 - 2024-11-01 再現の精度を向上させるために、解析されたチャンクにキーワード抽出と関連質問の生成を追加しました。 -- 2024-09-29 マルチラウンドダイアログを最適化。 - 2024-09-13 ナレッジベース Q&A の検索モードを追加しました。 - 2024-09-09 エージェントに医療相談テンプレートを追加しました。 - 2024-08-22 RAG を介して SQL ステートメントへのテキストをサポートします。 diff --git a/README_ko.md b/README_ko.md index 5d6a8b671..bee703624 100644 --- a/README_ko.md +++ b/README_ko.md @@ -55,9 +55,9 @@ ## 🔥 업데이트 -- 2024-11-01 파싱된 청크에 키워드 추출 및 관련 질문 생성을 추가하여 재현율을 향상시킵니다. +- 2024-11-04 deepdoc의 [DLA](https://huggingface.co/InfiniFlow/deepdoc) (Document Layout Analyze) 모델을 업그레이드합니다. -- 2024-09-29 다단계 대화를 최적화합니다. +- 2024-11-01 파싱된 청크에 키워드 추출 및 관련 질문 생성을 추가하여 재현율을 향상시킵니다. - 2024-09-13 지식베이스 Q&A 검색 모드를 추가합니다. diff --git a/README_zh.md b/README_zh.md index 4cdb11641..52468885b 100644 --- a/README_zh.md +++ b/README_zh.md @@ -53,8 +53,8 @@ ## 🔥 近期更新 +- 2024-11-04 升级deepdoc中的 [DLA](https://huggingface.co/InfiniFlow/deepdoc) (Document Layout Analyze)模型。 - 2024-11-01 对解析后的chunk加入关键词抽取和相关问题生成以提高召回的准确度。 -- 2024-09-29 优化多轮对话. - 2024-09-13 增加知识库问答搜索模式。 - 2024-09-09 在 Agent 中加入医疗问诊模板。 - 2024-08-22 支持用 RAG 技术实现从自然语言到 SQL 语句的转换。