doc updates (#3216)

### What problem does this PR solve?

### Type of change

- [x] Documentation Update
This commit is contained in:
Kevin Hu 2024-11-05 16:41:43 +08:00 committed by GitHub
parent ab6e6019a7
commit a418a343d1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 0 additions and 5 deletions

View File

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

View File

@ -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 エージェントに医療相談テンプレートを追加しました。

View File

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

View File

@ -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 中加入医疗问诊模板。