From 2d37a9ac5c446e621a311344b8c55b1fc139ae1a Mon Sep 17 00:00:00 2001 From: Kevin Hu Date: Mon, 30 Sep 2024 16:21:56 +0800 Subject: [PATCH] refine readme (#2689) ### What problem does this PR solve? ### Type of change - [x] Documentation Update --- README.md | 21 +++++++++++---------- README_ja.md | 9 +++++---- README_ko.md | 12 +++++------- README_zh.md | 11 +++++++---- 4 files changed, 28 insertions(+), 25 deletions(-) diff --git a/README.md b/README.md index cef70de8629..72f165490aa 100644 --- a/README.md +++ b/README.md @@ -72,11 +72,12 @@ Try our demo at [https://demo.ragflow.io](https://demo.ragflow.io). - 2024-09-09 Adds a medical consultant agent template. - 2024-08-22 Support text to SQL statements through RAG. - 2024-08-02 Supports GraphRAG inspired by [graphrag](https://github.com/microsoft/graphrag) and mind map. -- 2024-07-23 Supports audio file parsing. -- 2024-07-08 Supports workflow based on [Graph](./agent/README.md). -- 2024-06-27 Supports Markdown and Docx in the Q&A parsing method, extracting images from Docx files, extracting tables from Markdown files. -- 2024-05-23 Supports [RAPTOR](https://arxiv.org/html/2401.18059v1) for better text retrieval. +## 🎉 Stay Tuned +⭐️ Star our repository to stay up-to-date with exciting new features and improvements! Get instant notifications for new releases! 🌟 +
+ +
## 🌟 Key Features @@ -170,12 +171,12 @@ Try our demo at [https://demo.ragflow.io](https://demo.ragflow.io). _The following output confirms a successful launch of the system:_ ```bash - ____ ___ ______ ______ __ - / __ \ / | / ____// ____// /____ _ __ - / /_/ // /| | / / __ / /_ / // __ \| | /| / / - / _, _// ___ |/ /_/ // __/ / // /_/ /| |/ |/ / - /_/ |_|/_/ |_|\____//_/ /_/ \____/ |__/|__/ - + + ____ ___ ______ ______ __ + / __ \ / | / ____// ____// /____ _ __ + / /_/ // /| | / / __ / /_ / // __ \| | /| / / + / _, _// ___ |/ /_/ // __/ / // /_/ /| |/ |/ / + /_/ |_|/_/ |_|\____//_/ /_/ \____/ |__/|__/ * Running on all addresses (0.0.0.0) * Running on http://127.0.0.1:9380 diff --git a/README_ja.md b/README_ja.md index 0f5410dad5e..2d02e50d812 100644 --- a/README_ja.md +++ b/README_ja.md @@ -53,11 +53,12 @@ - 2024-09-09 エージェントに医療相談テンプレートを追加しました。 - 2024-08-22 RAG を介して SQL ステートメントへのテキストをサポートします。 - 2024-08-02 [graphrag](https://github.com/microsoft/graphrag) からインスピレーションを得た GraphRAG とマインド マップをサポートします。 -- 2024-07-23 音声ファイルの解析をサポートしました。 -- 2024-07-08 [Graph](./agent/README.md) ベースのワークフローをサポート -- 2024-06-27 Q&A 解析メソッドで Markdown と Docx をサポートし、Docx ファイルから画像を抽出し、Markdown ファイルからテーブルを抽出します。 -- 2024-05-23 より良いテキスト検索のために [RAPTOR](https://arxiv.org/html/2401.18059v1) をサポート。 +## 🎉 続きを楽しみに +⭐️ リポジトリをスター登録して、エキサイティングな新機能やアップデートを最新の状態に保ちましょう!すべての新しいリリースに関する即時通知を受け取れます! 🌟 +
+ +
## 🌟 主な特徴 diff --git a/README_ko.md b/README_ko.md index 05e9f28bbd8..b2593f36fe3 100644 --- a/README_ko.md +++ b/README_ko.md @@ -59,14 +59,12 @@ - 2024-08-02: [graphrag](https://github.com/microsoft/graphrag)와 마인드맵에서 영감을 받은 GraphRAG를 지원합니다. -- 2024-07-23: 오디오 파일 분석을 지원합니다. - -- 2024-07-08: [Graph](./agent/README.md)를 기반으로 한 워크플로우를 지원합니다. - -- 2024-06-27 Q&A 구문 분석 방식에서 Markdown 및 Docx를 지원하고, Docx 파일에서 이미지 추출, Markdown 파일에서 테이블 추출을 지원합니다. - -- 2024-05-23: 더 나은 텍스트 검색을 위해 [RAPTOR](https://arxiv.org/html/2401.18059v1)를 지원합니다. +## 🎉 계속 지켜봐 주세요 +⭐️우리의 저장소를 즐겨찾기에 등록하여 흥미로운 새로운 기능과 업데이트를 최신 상태로 유지하세요! 모든 새로운 릴리스에 대한 즉시 알림을 받으세요! 🌟 +
+ +
## 🌟 주요 기능 diff --git a/README_zh.md b/README_zh.md index 0547a8e2bc7..853ab09c5cd 100644 --- a/README_zh.md +++ b/README_zh.md @@ -52,10 +52,13 @@ - 2024-09-09 在 Agent 中加入医疗问诊模板。 - 2024-08-22 支持用 RAG 技术实现从自然语言到 SQL 语句的转换。 - 2024-08-02 支持 GraphRAG 启发于 [graphrag](https://github.com/microsoft/graphrag) 和思维导图。 -- 2024-07-23 支持解析音频文件。 -- 2024-07-08 支持 Agentic RAG: 基于 [Graph](./agent/README.md) 的工作流。 -- 2024-06-27 Q&A 解析方式支持 Markdown 文件和 Docx 文件,支持提取出 Docx 文件中的图片和 Markdown 文件中的表格。 -- 2024-05-23 实现 [RAPTOR](https://arxiv.org/html/2401.18059v1) 提供更好的文本检索。 + +## 🎉 关注项目 +⭐️点击右上角的 Star 关注RAGFlow,可以获取最新发布的实时通知 !🌟 +
+ +
+ ## 🌟 主要功能