Commit
·
1dc6af5
1
Parent(s):
38eebf9
Update README (#1438)
Browse files### What problem does this PR solve?
_Briefly describe what this PR aims to solve. Include background context
that will help reviewers understand the purpose of the PR._
### Type of change
- [x] Documentation Update
Signed-off-by: Jin Hai <haijin.chn@gmail.com>
- README.md +4 -3
- README_ja.md +4 -2
- README_zh.md +4 -2
README.md
CHANGED
@@ -64,9 +64,10 @@ Try our demo at [https://demo.ragflow.io](https://demo.ragflow.io).
|
|
64 |
|
65 |
## 📌 Latest Updates
|
66 |
|
67 |
-
- 2024-07-08 Supports [Graph](./graph/README.md).
|
68 |
-
|
69 |
-
- 2024-06-27 Supports
|
|
|
70 |
- 2024-06-14 Supports PDF in the Q&A parsing method.
|
71 |
- 2024-06-06 Supports [Self-RAG](https://huggingface.co/papers/2310.11511), which is enabled by default in dialog settings.
|
72 |
- 2024-05-30 Integrates [BCE](https://github.com/netease-youdao/BCEmbedding) and [BGE](https://github.com/FlagOpen/FlagEmbedding) reranker models.
|
|
|
64 |
|
65 |
## 📌 Latest Updates
|
66 |
|
67 |
+
- 2024-07-08 Supports workflow based on [Graph](./graph/README.md).
|
68 |
+
- 2024-06-27 Supports Markdown and Docx in the Q&A parsing method.
|
69 |
+
- 2024-06-27 Supports extracting images from Docx files.
|
70 |
+
- 2024-06-27 Supports extracting tables from Markdown files.
|
71 |
- 2024-06-14 Supports PDF in the Q&A parsing method.
|
72 |
- 2024-06-06 Supports [Self-RAG](https://huggingface.co/papers/2310.11511), which is enabled by default in dialog settings.
|
73 |
- 2024-05-30 Integrates [BCE](https://github.com/netease-youdao/BCEmbedding) and [BGE](https://github.com/FlagOpen/FlagEmbedding) reranker models.
|
README_ja.md
CHANGED
@@ -45,8 +45,10 @@
|
|
45 |
|
46 |
|
47 |
## 📌 最新情報
|
48 |
-
- 2024-07-08 [Graph](./graph/README.md)
|
49 |
-
- 2024-06-27 Q&A解析方式はMarkdownファイルとDocxファイルをサポートしています。
|
|
|
|
|
50 |
- 2024-06-14 Q&A 解析メソッドは PDF ファイルをサポートしています。
|
51 |
- 2024-06-06 会話設定でデフォルトでチェックされている [Self-RAG](https://huggingface.co/papers/2310.11511) をサポートします。
|
52 |
- 2024-05-30 [BCE](https://github.com/netease-youdao/BCEmbedding) 、[BGE](https://github.com/FlagOpen/FlagEmbedding) reranker を統合。
|
|
|
45 |
|
46 |
|
47 |
## 📌 最新情報
|
48 |
+
- 2024-07-08 [Graph](./graph/README.md) ベースのワークフローをサポート
|
49 |
+
- 2024-06-27 Q&A解析方式はMarkdownファイルとDocxファイルをサポートしています。
|
50 |
+
- 2024-06-27 Docxファイルからの画像の抽出をサポートします。
|
51 |
+
- 2024-06-27 Markdownファイルからテーブルを抽出することをサポートします。
|
52 |
- 2024-06-14 Q&A 解析メソッドは PDF ファイルをサポートしています。
|
53 |
- 2024-06-06 会話設定でデフォルトでチェックされている [Self-RAG](https://huggingface.co/papers/2310.11511) をサポートします。
|
54 |
- 2024-05-30 [BCE](https://github.com/netease-youdao/BCEmbedding) 、[BGE](https://github.com/FlagOpen/FlagEmbedding) reranker を統合。
|
README_zh.md
CHANGED
@@ -45,8 +45,10 @@
|
|
45 |
|
46 |
## 📌 近期更新
|
47 |
|
48 |
-
- 2024-07-08 支持 [Graph](./graph/README.md)
|
49 |
-
- 2024-06-27 Q&A 解析方式支持 Markdown 文件和 Docx
|
|
|
|
|
50 |
- 2024-06-14 Q&A 解析方式支持 PDF 文件。
|
51 |
- 2024-06-06 支持 [Self-RAG](https://huggingface.co/papers/2310.11511) ,在对话设置里面默认勾选。
|
52 |
- 2024-05-30 集成 [BCE](https://github.com/netease-youdao/BCEmbedding) 和 [BGE](https://github.com/FlagOpen/FlagEmbedding) 重排序模型。
|
|
|
45 |
|
46 |
## 📌 近期更新
|
47 |
|
48 |
+
- 2024-07-08 支持 Agentic RAG: 基于 [Graph](./graph/README.md) 的工作流。
|
49 |
+
- 2024-06-27 Q&A 解析方式支持 Markdown 文件和 Docx 文件。
|
50 |
+
- 2024-06-27 支持提取出 Docx 文件中的图片。
|
51 |
+
- 2024-06-27 支持提取出 Markdown 文件中的表格。
|
52 |
- 2024-06-14 Q&A 解析方式支持 PDF 文件。
|
53 |
- 2024-06-06 支持 [Self-RAG](https://huggingface.co/papers/2310.11511) ,在对话设置里面默认勾选。
|
54 |
- 2024-05-30 集成 [BCE](https://github.com/netease-youdao/BCEmbedding) 和 [BGE](https://github.com/FlagOpen/FlagEmbedding) 重排序模型。
|