Docs update for upgrading DLA models (#3198)

### What problem does this PR solve?



### Type of change

- [x] Documentation Update
This commit is contained in:
Kevin Hu 2024-11-04 20:02:40 +08:00 committed by GitHub
parent aa733b1ea4
commit a9344e6838
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 5 additions and 5 deletions

View File

@ -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.

View File

@ -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 ステートメントへのテキストをサポートします。

View File

@ -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 검색 모드를 추가합니다.

View File

@ -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 语句的转换。