Kevin Hu commited on
Commit
ba2f307
·
1 Parent(s): 712affb

add updates for README (#2413)

Browse files

### What problem does this PR solve?



### Type of change

- [x] Documentation Update

Files changed (4) hide show
  1. README.md +1 -1
  2. README_ja.md +1 -1
  3. README_ko.md +2 -2
  4. README_zh.md +1 -1
README.md CHANGED
@@ -66,13 +66,13 @@ Try our demo at [https://demo.ragflow.io](https://demo.ragflow.io).
66
 
67
  ## 🔥 Latest Updates
68
 
 
69
  - 2024-09-09 Adds a medical consultant agent template.
70
  - 2024-08-22 Support text to SQL statements through RAG.
71
  - 2024-08-02 Supports GraphRAG inspired by [graphrag](https://github.com/microsoft/graphrag) and mind map.
72
  - 2024-07-23 Supports audio file parsing.
73
  - 2024-07-08 Supports workflow based on [Graph](./agent/README.md).
74
  - 2024-06-27 Supports Markdown and Docx in the Q&A parsing method, extracting images from Docx files, extracting tables from Markdown files.
75
- - 2024-06-06 Supports [Self-RAG](https://huggingface.co/papers/2310.11511), which is enabled by default in dialog settings.
76
  - 2024-05-23 Supports [RAPTOR](https://arxiv.org/html/2401.18059v1) for better text retrieval.
77
 
78
 
 
66
 
67
  ## 🔥 Latest Updates
68
 
69
+ - 2024-09-13 Adds search mode for knowledge base Q&A.
70
  - 2024-09-09 Adds a medical consultant agent template.
71
  - 2024-08-22 Support text to SQL statements through RAG.
72
  - 2024-08-02 Supports GraphRAG inspired by [graphrag](https://github.com/microsoft/graphrag) and mind map.
73
  - 2024-07-23 Supports audio file parsing.
74
  - 2024-07-08 Supports workflow based on [Graph](./agent/README.md).
75
  - 2024-06-27 Supports Markdown and Docx in the Q&A parsing method, extracting images from Docx files, extracting tables from Markdown files.
 
76
  - 2024-05-23 Supports [RAPTOR](https://arxiv.org/html/2401.18059v1) for better text retrieval.
77
 
78
 
README_ja.md CHANGED
@@ -48,13 +48,13 @@
48
 
49
  ## 🔥 最新情報
50
 
 
51
  - 2024-09-09 エージェントに医療相談テンプレートを追加しました。
52
  - 2024-08-22 RAG を介して SQL ステートメントへのテキストをサポートします。
53
  - 2024-08-02 [graphrag](https://github.com/microsoft/graphrag) からインスピレーションを得た GraphRAG とマインド マップをサポートします。
54
  - 2024-07-23 音声ファイルの解析をサポートしました。
55
  - 2024-07-08 [Graph](./agent/README.md) ベースのワークフローをサポート
56
  - 2024-06-27 Q&A 解析メソッドで Markdown と Docx をサポートし、Docx ファイルから画像を抽出し、Markdown ファイルからテーブルを抽出します。
57
- - 2024-06-06 会話設定でデフォルトでチェックされている [Self-RAG](https://huggingface.co/papers/2310.11511) をサポートします。
58
  - 2024-05-23 より良いテキスト検索のために [RAPTOR](https://arxiv.org/html/2401.18059v1) をサポート。
59
 
60
 
 
48
 
49
  ## 🔥 最新情報
50
 
51
+ - 2024-09-13 ナレッジベース Q&A の検索モードを追加しました。
52
  - 2024-09-09 エージェントに医療相談テンプレートを追加しました。
53
  - 2024-08-22 RAG を介して SQL ステートメントへのテキストをサポートします。
54
  - 2024-08-02 [graphrag](https://github.com/microsoft/graphrag) からインスピレーションを得た GraphRAG とマインド マップをサポートします。
55
  - 2024-07-23 音声ファイルの解析をサポートしました。
56
  - 2024-07-08 [Graph](./agent/README.md) ベースのワークフローをサポート
57
  - 2024-06-27 Q&A 解析メソッドで Markdown と Docx をサポートし、Docx ファイルから画像を抽出し、Markdown ファイルからテーブルを抽出します。
 
58
  - 2024-05-23 より良いテキスト検索のために [RAPTOR](https://arxiv.org/html/2401.18059v1) をサポート。
59
 
60
 
README_ko.md CHANGED
@@ -49,6 +49,8 @@
49
 
50
  ## 🔥 업데이트
51
 
 
 
52
  - 2024-09-09 Agent에 의료상담 템플릿을 추가하였습니다.
53
 
54
  - 2024-08-22 RAG를 통해 SQL 문에 텍스트를 지원합니다.
@@ -61,8 +63,6 @@
61
 
62
  - 2024-06-27 Q&A 구문 분석 방식에서 Markdown 및 Docx를 지원하고, Docx 파일에서 이미지 추출, Markdown 파일에서 테이블 추출을 지원합니다.
63
 
64
- - 2024-06-06: 대화 설정에서 기본으로 [Self-RAG](https://huggingface.co/papers/2310.11511)를 지원합니다.
65
-
66
  - 2024-05-23: 더 나은 텍스트 검색을 위해 [RAPTOR](https://arxiv.org/html/2401.18059v1)를 지원합니다.
67
 
68
 
 
49
 
50
  ## 🔥 업데이트
51
 
52
+ - 2024-09-13 지식베이스 Q&A 검색 모드를 추가합니다.
53
+
54
  - 2024-09-09 Agent에 의료상담 템플릿을 추가하였습니다.
55
 
56
  - 2024-08-22 RAG를 통해 SQL 문에 텍스트를 지원합니다.
 
63
 
64
  - 2024-06-27 Q&A 구문 분석 방식에서 Markdown 및 Docx를 지원하고, Docx 파일에서 이미지 추출, Markdown 파일에서 테이블 추출을 지원합니다.
65
 
 
 
66
  - 2024-05-23: 더 나은 텍스트 검색을 위해 [RAPTOR](https://arxiv.org/html/2401.18059v1)를 지원합니다.
67
 
68
 
README_zh.md CHANGED
@@ -47,13 +47,13 @@
47
 
48
  ## 🔥 近期更新
49
 
 
50
  - 2024-09-09 在 Agent 中加入医疗问诊模板。
51
  - 2024-08-22 支持用RAG技术实现从自然语言到SQL语句的转换。
52
  - 2024-08-02 支持 GraphRAG 启发于 [graphrag](https://github.com/microsoft/graphrag) 和思维导图。
53
  - 2024-07-23 支持解析音频文件。
54
  - 2024-07-08 支持 Agentic RAG: 基于 [Graph](./agent/README.md) 的工作流。
55
  - 2024-06-27 Q&A 解析方式支持 Markdown 文件和 Docx 文件,支持提取出 Docx 文件中的图片和 Markdown 文件中的表格。
56
- - 2024-06-06 支持 [Self-RAG](https://huggingface.co/papers/2310.11511) ,在对话设置里面默认勾选。
57
  - 2024-05-23 实现 [RAPTOR](https://arxiv.org/html/2401.18059v1) 提供更好的文本检索。
58
 
59
  ## 🌟 主要功能
 
47
 
48
  ## 🔥 近期更新
49
 
50
+ - 2024-09-13 增加知识库问答搜索模式。
51
  - 2024-09-09 在 Agent 中加入医疗问诊模板。
52
  - 2024-08-22 支持用RAG技术实现从自然语言到SQL语句的转换。
53
  - 2024-08-02 支持 GraphRAG 启发于 [graphrag](https://github.com/microsoft/graphrag) 和思维导图。
54
  - 2024-07-23 支持解析音频文件。
55
  - 2024-07-08 支持 Agentic RAG: 基于 [Graph](./agent/README.md) 的工作流。
56
  - 2024-06-27 Q&A 解析方式支持 Markdown 文件和 Docx 文件,支持提取出 Docx 文件中的图片和 Markdown 文件中的表格。
 
57
  - 2024-05-23 实现 [RAPTOR](https://arxiv.org/html/2401.18059v1) 提供更好的文本检索。
58
 
59
  ## 🌟 主要功能