Kevin Hu commited on
Commit
29e6d3f
·
1 Parent(s): 9c8835b

updates dead link (#2324)

Browse files

### What problem does this PR solve?

### Type of change

- [x] Documentation Update

Files changed (4) hide show
  1. README.md +3 -13
  2. README_ja.md +3 -8
  3. README_ko.md +2 -13
  4. README_zh.md +2 -8
README.md CHANGED
@@ -68,23 +68,13 @@ Try our demo at [https://demo.ragflow.io](https://demo.ragflow.io).
68
 
69
  - 2024-09-09 Adds a medical consultant agent template.
70
  - 2024-08-22 Support text to SQL statements through RAG.
71
-
72
  - 2024-08-02 Supports GraphRAG inspired by [graphrag](https://github.com/microsoft/graphrag) and mind map.
73
-
74
  - 2024-07-23 Supports audio file parsing.
75
-
76
- - 2024-07-21 Supports more LLMs (LocalAI, OpenRouter, StepFun, and Nvidia).
77
-
78
- - 2024-07-18 Adds more components (Wikipedia, PubMed, Baidu, and Duckduckgo) to the graph.
79
-
80
- - 2024-07-08 Supports workflow based on [Graph](./graph/README.md).
81
- - 2024-06-27 Supports Markdown and Docx in the Q&A parsing method.
82
- - 2024-06-27 Supports extracting images from Docx files.
83
- - 2024-06-27 Supports extracting tables from Markdown files.
84
  - 2024-06-06 Supports [Self-RAG](https://huggingface.co/papers/2310.11511), which is enabled by default in dialog settings.
85
- - 2024-05-30 Integrates [BCE](https://github.com/netease-youdao/BCEmbedding) and [BGE](https://github.com/FlagOpen/FlagEmbedding) reranker models.
86
  - 2024-05-23 Supports [RAPTOR](https://arxiv.org/html/2401.18059v1) for better text retrieval.
87
- - 2024-05-15 Integrates OpenAI GPT-4o.
88
 
89
  ## 🌟 Key Features
90
 
 
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
 
79
  ## 🌟 Key Features
80
 
README_ja.md CHANGED
@@ -52,16 +52,11 @@
52
  - 2024-08-22 RAG を介して SQL ステートメントへのテキストをサポートします。
53
  - 2024-08-02 [graphrag](https://github.com/microsoft/graphrag) からインスピレーションを得た GraphRAG とマインド マップをサポートします。
54
  - 2024-07-23 音声ファイルの解析をサポートしました。
55
- - 2024-07-21 より多くの LLM サプライヤー (LocalAI/OpenRouter/StepFun/Nvidia) をサポートします。
56
- - 2024-07-18 グラフにコンポーネント(Wikipedia/PubMed/Baidu/Duckduckgo)を追加しました。
57
- - 2024-07-08 [Graph](./graph/README.md) ベースのワークフローをサポート
58
- - 2024-06-27 Q&A解析方式はMarkdownファイルとDocxファイルをサポートしています。
59
- - 2024-06-27 Docxファイルからの画像の抽出をサポートします。
60
- - 2024-06-27 Markdownファイルからテーブルを抽出することをサポートします。
61
  - 2024-06-06 会話設定でデフォルトでチェックされている [Self-RAG](https://huggingface.co/papers/2310.11511) をサポートします。
62
- - 2024-05-30 [BCE](https://github.com/netease-youdao/BCEmbedding) 、[BGE](https://github.com/FlagOpen/FlagEmbedding) reranker を統合。
63
  - 2024-05-23 より良いテキスト検索のために [RAPTOR](https://arxiv.org/html/2401.18059v1) をサポート。
64
- - 2024-05-15 OpenAI GPT-4oを統合しました。
65
 
66
  ## 🌟 主な特徴
67
 
 
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
 
61
  ## 🌟 主な特徴
62
 
README_ko.md CHANGED
@@ -57,25 +57,14 @@
57
 
58
  - 2024-07-23: 오디오 파일 분석을 지원합니다.
59
 
60
- - 2024-07-21: 더 많은 LLMs(LocalAI, OpenRouter, StepFun, Nvidia)를 지원합니다.
61
 
62
- - 2024-07-18: 그래프에 많은 구성요소(Wikipedia, PubMed, Baidu, Duckduckgo)추가합니다.
63
-
64
- - 2024-07-08: [Graph](./graph/README.md)를 기반으로 한 워크플로우를 지원합니다.
65
-
66
- - 2024-06-27: Q&A 분석 방법에서 Markdown과 Docx를 지원합니다.
67
-
68
- - 2024-06-27: Docx 파일에서 이미지 추출을 지원합니다.
69
-
70
- - 2024-06-27: Markdown 파일에서 표 추출을 지원합니다.
71
 
72
  - 2024-06-06: 대화 설정에서 기본으로 [Self-RAG](https://huggingface.co/papers/2310.11511)를 지원합니다.
73
 
74
- - 2024-05-30: [BCE](https://github.com/netease-youdao/BCEmbedding) 및 [BGE](https://github.com/FlagOpen/FlagEmbedding) reranker 모델을 통합합니다.
75
-
76
  - 2024-05-23: 더 나은 텍스트 검색을 위해 [RAPTOR](https://arxiv.org/html/2401.18059v1)를 지원합니다.
77
 
78
- - 2024-05-15: OpenAI GPT-4o를 통합합니다.
79
 
80
 
81
  ## 🌟 주요 기능
 
57
 
58
  - 2024-07-23: 오디오 파일 분석을 지원합니다.
59
 
60
+ - 2024-07-08: [Graph](./agent/README.md)를 기반으로 워크플로우를 지원합니다.
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
 
69
 
70
  ## 🌟 주요 기능
README_zh.md CHANGED
@@ -51,16 +51,10 @@
51
  - 2024-08-22 支持用RAG技术实现从自然语言到SQL语句的转换。
52
  - 2024-08-02 支持 GraphRAG 启发于 [graphrag](https://github.com/microsoft/graphrag) 和思维导图。
53
  - 2024-07-23 支持解析音频文件。
54
- - 2024-07-21 支持更多的大模型供应商(LocalAI/OpenRouter/StepFun/Nvidia)
55
- - 2024-07-18 在Graph中支持算子:Wikipedia、PubMed、Baidu和Duckduckgo。
56
- - 2024-07-08 支持 Agentic RAG: 基于 [Graph](./graph/README.md) 的工作流。
57
- - 2024-06-27 Q&A 解析方式支持 Markdown 文件和 Docx 文件。
58
- - 2024-06-27 支持提取出 Docx 文件中的图片。
59
- - 2024-06-27 支持提取出 Markdown 文件中的表格。
60
  - 2024-06-06 支持 [Self-RAG](https://huggingface.co/papers/2310.11511) ,在对话设置里面默认勾选。
61
- - 2024-05-30 集成 [BCE](https://github.com/netease-youdao/BCEmbedding) 和 [BGE](https://github.com/FlagOpen/FlagEmbedding) 重排序模型。
62
  - 2024-05-23 实现 [RAPTOR](https://arxiv.org/html/2401.18059v1) 提供更好的文本检索。
63
- - 2024-05-15 集成大模型 OpenAI GPT-4o。
64
 
65
  ## 🌟 主要功能
66
 
 
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
  ## 🌟 主要功能
60