diff --git a/README.md b/README.md index 357eba73b9..de004875eb 100644 --- a/README.md +++ b/README.md @@ -64,9 +64,10 @@ Try our demo at [https://demo.ragflow.io](https://demo.ragflow.io). ## 📌 Latest Updates -- 2024-07-08 Supports [Graph](./graph/README.md). - -- 2024-06-27 Supports Markdown and Docx in the Q&A parsing method. Supports extracting images from Docx files. Supports extracting tables from Markdown files. +- 2024-07-08 Supports workflow based on [Graph](./graph/README.md). +- 2024-06-27 Supports Markdown and Docx in the Q&A parsing method. +- 2024-06-27 Supports extracting images from Docx files. +- 2024-06-27 Supports extracting tables from Markdown files. - 2024-06-14 Supports PDF in the Q&A parsing method. - 2024-06-06 Supports [Self-RAG](https://huggingface.co/papers/2310.11511), which is enabled by default in dialog settings. - 2024-05-30 Integrates [BCE](https://github.com/netease-youdao/BCEmbedding) and [BGE](https://github.com/FlagOpen/FlagEmbedding) reranker models. diff --git a/README_ja.md b/README_ja.md index be70db2134..75c68ecb78 100644 --- a/README_ja.md +++ b/README_ja.md @@ -45,8 +45,10 @@ ## 📌 最新情報 -- 2024-07-08 [Graph](./graph/README.md) に対応しました。. -- 2024-06-27 Q&A解析方式はMarkdownファイルとDocxファイルをサポートしています。Docxファイルからの画像の抽出をサポートします。Markdownファイルからテーブルを抽出することをサポートします。 +- 2024-07-08 [Graph](./graph/README.md) ベースのワークフローをサポート +- 2024-06-27 Q&A解析方式はMarkdownファイルとDocxファイルをサポートしています。 +- 2024-06-27 Docxファイルからの画像の抽出をサポートします。 +- 2024-06-27 Markdownファイルからテーブルを抽出することをサポートします。 - 2024-06-14 Q&A 解析メソッドは PDF ファイルをサポートしています。 - 2024-06-06 会話設定でデフォルトでチェックされている [Self-RAG](https://huggingface.co/papers/2310.11511) をサポートします。 - 2024-05-30 [BCE](https://github.com/netease-youdao/BCEmbedding) 、[BGE](https://github.com/FlagOpen/FlagEmbedding) reranker を統合。 diff --git a/README_zh.md b/README_zh.md index 1a4a0109f7..320f00ee27 100644 --- a/README_zh.md +++ b/README_zh.md @@ -45,8 +45,10 @@ ## 📌 近期更新 -- 2024-07-08 支持 [Graph](./graph/README.md)。 -- 2024-06-27 Q&A 解析方式支持 Markdown 文件和 Docx 文件。支持提取出 Docx 文件中的图片。支持提取出 Markdown 文件中的表格。 +- 2024-07-08 支持 Agentic RAG: 基于 [Graph](./graph/README.md) 的工作流。 +- 2024-06-27 Q&A 解析方式支持 Markdown 文件和 Docx 文件。 +- 2024-06-27 支持提取出 Docx 文件中的图片。 +- 2024-06-27 支持提取出 Markdown 文件中的表格。 - 2024-06-14 Q&A 解析方式支持 PDF 文件。 - 2024-06-06 支持 [Self-RAG](https://huggingface.co/papers/2310.11511) ,在对话设置里面默认勾选。 - 2024-05-30 集成 [BCE](https://github.com/netease-youdao/BCEmbedding) 和 [BGE](https://github.com/FlagOpen/FlagEmbedding) 重排序模型。