Kevin Hu writinwaters commited on
Commit
5ac09ba
·
1 Parent(s): 745354f

refine readme, update updates (#1648)

Browse files

### What problem does this PR solve?



### Type of change

- [x] Documentation Update

---------

Co-authored-by: writinwaters <93570324+writinwaters@users.noreply.github.com>

Files changed (3) hide show
  1. README.md +6 -3
  2. README_ja.md +4 -3
  3. README_zh.md +3 -3
README.md CHANGED
@@ -65,16 +65,19 @@ Try our demo at [https://demo.ragflow.io](https://demo.ragflow.io).
65
 
66
  ## 🔥 Latest Updates
67
 
 
 
 
 
 
 
68
  - 2024-07-08 Supports workflow based on [Graph](./graph/README.md).
69
  - 2024-06-27 Supports Markdown and Docx in the Q&A parsing method.
70
  - 2024-06-27 Supports extracting images from Docx files.
71
  - 2024-06-27 Supports extracting tables from Markdown files.
72
- - 2024-06-14 Supports PDF in the Q&A parsing method.
73
  - 2024-06-06 Supports [Self-RAG](https://huggingface.co/papers/2310.11511), which is enabled by default in dialog settings.
74
  - 2024-05-30 Integrates [BCE](https://github.com/netease-youdao/BCEmbedding) and [BGE](https://github.com/FlagOpen/FlagEmbedding) reranker models.
75
- - 2024-05-28 Supports LLM Baichuan and VolcanoArk.
76
  - 2024-05-23 Supports [RAPTOR](https://arxiv.org/html/2401.18059v1) for better text retrieval.
77
- - 2024-05-21 Supports streaming output and text chunk retrieval API.
78
  - 2024-05-15 Integrates OpenAI GPT-4o.
79
 
80
  ## 🌟 Key Features
 
65
 
66
  ## 🔥 Latest Updates
67
 
68
+ - 2024-07-23 Supports audio file parsing.
69
+
70
+ - 2024-07-21 Supports more LLMs (LocalAI, OpenRouter, StepFun, and Nvidia).
71
+
72
+ - 2024-07-18 Adds more components (Wikipedia, PubMed, Baidu, and Duckduckgo) to the graph.
73
+
74
  - 2024-07-08 Supports workflow based on [Graph](./graph/README.md).
75
  - 2024-06-27 Supports Markdown and Docx in the Q&A parsing method.
76
  - 2024-06-27 Supports extracting images from Docx files.
77
  - 2024-06-27 Supports extracting tables from Markdown files.
 
78
  - 2024-06-06 Supports [Self-RAG](https://huggingface.co/papers/2310.11511), which is enabled by default in dialog settings.
79
  - 2024-05-30 Integrates [BCE](https://github.com/netease-youdao/BCEmbedding) and [BGE](https://github.com/FlagOpen/FlagEmbedding) reranker models.
 
80
  - 2024-05-23 Supports [RAPTOR](https://arxiv.org/html/2401.18059v1) for better text retrieval.
 
81
  - 2024-05-15 Integrates OpenAI GPT-4o.
82
 
83
  ## 🌟 Key Features
README_ja.md CHANGED
@@ -46,16 +46,17 @@
46
 
47
 
48
  ## 🔥 最新情報
 
 
 
 
49
  - 2024-07-08 [Graph](./graph/README.md) ベースのワークフローをサポート
50
  - 2024-06-27 Q&A解析方式はMarkdownファイルとDocxファイルをサポートしています。
51
  - 2024-06-27 Docxファイルからの画像の抽出をサポートします。
52
  - 2024-06-27 Markdownファイルからテーブルを抽出することをサポートします。
53
- - 2024-06-14 Q&A 解析メソッドは PDF ファイルをサポートしています。
54
  - 2024-06-06 会話設定でデフォルトでチェックされている [Self-RAG](https://huggingface.co/papers/2310.11511) をサポートします。
55
  - 2024-05-30 [BCE](https://github.com/netease-youdao/BCEmbedding) 、[BGE](https://github.com/FlagOpen/FlagEmbedding) reranker を統合。
56
- - 2024-05-28 LLM BaichuanとVolcanoArkを統合しました。
57
  - 2024-05-23 より良いテキスト検索のために [RAPTOR](https://arxiv.org/html/2401.18059v1) をサポート。
58
- - 2024-05-21 ストリーミング出力とテキストチャンク取得APIをサポート。
59
  - 2024-05-15 OpenAI GPT-4oを統合しました。
60
 
61
  ## 🌟 主な特徴
 
46
 
47
 
48
  ## 🔥 最新情報
49
+
50
+ - 2024-07-23 音声ファイルの解析をサポートしました。
51
+ - 2024-07-21 より多くの LLM サプライヤー (LocalAI/OpenRouter/StepFun/Nvidia) をサポートします。
52
+ - 2024-07-18 グラフにコンポーネント(Wikipedia/PubMed/Baidu/Duckduckgo)を追加しました。
53
  - 2024-07-08 [Graph](./graph/README.md) ベースのワークフローをサポート
54
  - 2024-06-27 Q&A解析方式はMarkdownファイルとDocxファイルをサポートしています。
55
  - 2024-06-27 Docxファイルからの画像の抽出をサポートします。
56
  - 2024-06-27 Markdownファイルからテーブルを抽出することをサポートします。
 
57
  - 2024-06-06 会話設定でデフォルトでチェックされている [Self-RAG](https://huggingface.co/papers/2310.11511) をサポートします。
58
  - 2024-05-30 [BCE](https://github.com/netease-youdao/BCEmbedding) 、[BGE](https://github.com/FlagOpen/FlagEmbedding) reranker を統合。
 
59
  - 2024-05-23 より良いテキスト検索のために [RAPTOR](https://arxiv.org/html/2401.18059v1) をサポート。
 
60
  - 2024-05-15 OpenAI GPT-4oを統合しました。
61
 
62
  ## 🌟 主な特徴
README_zh.md CHANGED
@@ -46,16 +46,16 @@
46
 
47
  ## 🔥 近期更新
48
 
 
 
 
49
  - 2024-07-08 支持 Agentic RAG: 基于 [Graph](./graph/README.md) 的工作流。
50
  - 2024-06-27 Q&A 解析方式支持 Markdown 文件和 Docx 文件。
51
  - 2024-06-27 支持提取出 Docx 文件中的图片。
52
  - 2024-06-27 支持提取出 Markdown 文件中的表格。
53
- - 2024-06-14 Q&A 解析方式支持 PDF 文件。
54
  - 2024-06-06 支持 [Self-RAG](https://huggingface.co/papers/2310.11511) ,在对话设置里面默认勾选。
55
  - 2024-05-30 集成 [BCE](https://github.com/netease-youdao/BCEmbedding) 和 [BGE](https://github.com/FlagOpen/FlagEmbedding) 重排序模型。
56
- - 2024-05-28 集成大模型 Baichuan 和火山方舟。
57
  - 2024-05-23 实现 [RAPTOR](https://arxiv.org/html/2401.18059v1) 提供更好的文本检索。
58
- - 2024-05-21 支持流式结果输出和文本块获取API。
59
  - 2024-05-15 集成大模型 OpenAI GPT-4o。
60
 
61
  ## 🌟 主要功能
 
46
 
47
  ## 🔥 近期更新
48
 
49
+ - 2024-07-23 支持解析音频文件.
50
+ - 2024-07-21 支持更多的大模型供应商(LocalAI/OpenRouter/StepFun/Nvidia).
51
+ - 2024-07-18 在Graph中支持算子:Wikipedia,PubMed,Baidu和Duckduckgo.
52
  - 2024-07-08 支持 Agentic RAG: 基于 [Graph](./graph/README.md) 的工作流。
53
  - 2024-06-27 Q&A 解析方式支持 Markdown 文件和 Docx 文件。
54
  - 2024-06-27 支持提取出 Docx 文件中的图片。
55
  - 2024-06-27 支持提取出 Markdown 文件中的表格。
 
56
  - 2024-06-06 支持 [Self-RAG](https://huggingface.co/papers/2310.11511) ,在对话设置里面默认勾选。
57
  - 2024-05-30 集成 [BCE](https://github.com/netease-youdao/BCEmbedding) 和 [BGE](https://github.com/FlagOpen/FlagEmbedding) 重排序模型。
 
58
  - 2024-05-23 实现 [RAPTOR](https://arxiv.org/html/2401.18059v1) 提供更好的文本检索。
 
59
  - 2024-05-15 集成大模型 OpenAI GPT-4o。
60
 
61
  ## 🌟 主要功能