diff --git a/README.md b/README.md index 16fe2421c..9f511dc6e 100644 --- a/README.md +++ b/README.md @@ -65,16 +65,19 @@ Try our demo at [https://demo.ragflow.io](https://demo.ragflow.io). ## 🔥 Latest Updates +- 2024-07-23 Supports audio file parsing. + +- 2024-07-21 Supports more LLMs (LocalAI, OpenRouter, StepFun, and Nvidia). + +- 2024-07-18 Adds more components (Wikipedia, PubMed, Baidu, and Duckduckgo) to the graph. + - 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. -- 2024-05-28 Supports LLM Baichuan and VolcanoArk. - 2024-05-23 Supports [RAPTOR](https://arxiv.org/html/2401.18059v1) for better text retrieval. -- 2024-05-21 Supports streaming output and text chunk retrieval API. - 2024-05-15 Integrates OpenAI GPT-4o. ## 🌟 Key Features diff --git a/README_ja.md b/README_ja.md index b0897951b..0f736aa61 100644 --- a/README_ja.md +++ b/README_ja.md @@ -46,16 +46,17 @@ ## 🔥 最新情報 + +- 2024-07-23 音声ファイルの解析をサポートしました。 +- 2024-07-21 より多くの LLM サプライヤー (LocalAI/OpenRouter/StepFun/Nvidia) をサポートします。 +- 2024-07-18 グラフにコンポーネント(Wikipedia/PubMed/Baidu/Duckduckgo)を追加しました。 - 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 を統合。 -- 2024-05-28 LLM BaichuanとVolcanoArkを統合しました。 - 2024-05-23 より良いテキスト検索のために [RAPTOR](https://arxiv.org/html/2401.18059v1) をサポート。 -- 2024-05-21 ストリーミング出力とテキストチャンク取得APIをサポート。 - 2024-05-15 OpenAI GPT-4oを統合しました。 ## 🌟 主な特徴 diff --git a/README_zh.md b/README_zh.md index a028035f2..a80b8214e 100644 --- a/README_zh.md +++ b/README_zh.md @@ -46,16 +46,16 @@ ## 🔥 近期更新 +- 2024-07-23 支持解析音频文件. +- 2024-07-21 支持更多的大模型供应商(LocalAI/OpenRouter/StepFun/Nvidia). +- 2024-07-18 在Graph中支持算子:Wikipedia,PubMed,Baidu和Duckduckgo. - 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) 重排序模型。 -- 2024-05-28 集成大模型 Baichuan 和火山方舟。 - 2024-05-23 实现 [RAPTOR](https://arxiv.org/html/2401.18059v1) 提供更好的文本检索。 -- 2024-05-21 支持流式结果输出和文本块获取API。 - 2024-05-15 集成大模型 OpenAI GPT-4o。 ## 🌟 主要功能