Kevin Hu
commited on
Commit
·
94ac15e
1
Parent(s):
41488e8
refine readme (#2689)
Browse files### What problem does this PR solve?
### Type of change
- [x] Documentation Update
- README.md +11 -10
- README_ja.md +5 -4
- README_ko.md +5 -7
- README_zh.md +7 -4
README.md
CHANGED
@@ -72,11 +72,12 @@ Try our demo at [https://demo.ragflow.io](https://demo.ragflow.io).
|
|
72 |
- 2024-09-09 Adds a medical consultant agent template.
|
73 |
- 2024-08-22 Support text to SQL statements through RAG.
|
74 |
- 2024-08-02 Supports GraphRAG inspired by [graphrag](https://github.com/microsoft/graphrag) and mind map.
|
75 |
-
- 2024-07-23 Supports audio file parsing.
|
76 |
-
- 2024-07-08 Supports workflow based on [Graph](./agent/README.md).
|
77 |
-
- 2024-06-27 Supports Markdown and Docx in the Q&A parsing method, extracting images from Docx files, extracting tables from Markdown files.
|
78 |
-
- 2024-05-23 Supports [RAPTOR](https://arxiv.org/html/2401.18059v1) for better text retrieval.
|
79 |
|
|
|
|
|
|
|
|
|
|
|
80 |
|
81 |
## 🌟 Key Features
|
82 |
|
@@ -170,12 +171,12 @@ Try our demo at [https://demo.ragflow.io](https://demo.ragflow.io).
|
|
170 |
_The following output confirms a successful launch of the system:_
|
171 |
|
172 |
```bash
|
173 |
-
|
174 |
-
|
175 |
-
|
176 |
-
|
177 |
-
|
178 |
-
|
179 |
|
180 |
* Running on all addresses (0.0.0.0)
|
181 |
* Running on http://127.0.0.1:9380
|
|
|
72 |
- 2024-09-09 Adds a medical consultant agent template.
|
73 |
- 2024-08-22 Support text to SQL statements through RAG.
|
74 |
- 2024-08-02 Supports GraphRAG inspired by [graphrag](https://github.com/microsoft/graphrag) and mind map.
|
|
|
|
|
|
|
|
|
75 |
|
76 |
+
## 🎉 Stay Tuned
|
77 |
+
⭐️ Star our repository to stay up-to-date with exciting new features and improvements! Get instant notifications for new releases! 🌟
|
78 |
+
<div align="center" style="margin-top:20px;margin-bottom:20px;">
|
79 |
+
<img src="https://github.com/user-attachments/assets/18c9707e-b8aa-4caf-a154-037089c105ba" width="1200"/>
|
80 |
+
</div>
|
81 |
|
82 |
## 🌟 Key Features
|
83 |
|
|
|
171 |
_The following output confirms a successful launch of the system:_
|
172 |
|
173 |
```bash
|
174 |
+
|
175 |
+
____ ___ ______ ______ __
|
176 |
+
/ __ \ / | / ____// ____// /____ _ __
|
177 |
+
/ /_/ // /| | / / __ / /_ / // __ \| | /| / /
|
178 |
+
/ _, _// ___ |/ /_/ // __/ / // /_/ /| |/ |/ /
|
179 |
+
/_/ |_|/_/ |_|\____//_/ /_/ \____/ |__/|__/
|
180 |
|
181 |
* Running on all addresses (0.0.0.0)
|
182 |
* Running on http://127.0.0.1:9380
|
README_ja.md
CHANGED
@@ -53,11 +53,12 @@
|
|
53 |
- 2024-09-09 エージェントに医療相談テンプレートを追加しました。
|
54 |
- 2024-08-22 RAG を介して SQL ステートメントへのテキストをサポートします。
|
55 |
- 2024-08-02 [graphrag](https://github.com/microsoft/graphrag) からインスピレーションを得た GraphRAG とマインド マップをサポートします。
|
56 |
-
- 2024-07-23 音声ファイルの解析をサポートしました。
|
57 |
-
- 2024-07-08 [Graph](./agent/README.md) ベースのワークフローをサポート
|
58 |
-
- 2024-06-27 Q&A 解析メソッドで Markdown と Docx をサポートし、Docx ファイルから画像を抽出し、Markdown ファイルからテーブルを抽出します。
|
59 |
-
- 2024-05-23 より良いテキスト検索のために [RAPTOR](https://arxiv.org/html/2401.18059v1) をサポート。
|
60 |
|
|
|
|
|
|
|
|
|
|
|
61 |
|
62 |
## 🌟 主な特徴
|
63 |
|
|
|
53 |
- 2024-09-09 エージェントに医療相談テンプレートを追加しました。
|
54 |
- 2024-08-22 RAG を介して SQL ステートメントへのテキストをサポートします。
|
55 |
- 2024-08-02 [graphrag](https://github.com/microsoft/graphrag) からインスピレーションを得た GraphRAG とマインド マップをサポートします。
|
|
|
|
|
|
|
|
|
56 |
|
57 |
+
## 🎉 続きを楽しみに
|
58 |
+
⭐️ リポジトリをスター登録して、エキサイティングな新機能やアップデートを最新の状態に保ちましょう!すべての新しいリリースに関する即時通知を受け取れます! 🌟
|
59 |
+
<div align="center" style="margin-top:20px;margin-bottom:20px;">
|
60 |
+
<img src="https://github.com/user-attachments/assets/18c9707e-b8aa-4caf-a154-037089c105ba" width="1200"/>
|
61 |
+
</div>
|
62 |
|
63 |
## 🌟 主な特徴
|
64 |
|
README_ko.md
CHANGED
@@ -59,14 +59,12 @@
|
|
59 |
|
60 |
- 2024-08-02: [graphrag](https://github.com/microsoft/graphrag)와 마인드맵에서 영감을 받은 GraphRAG를 지원합니다.
|
61 |
|
62 |
-
- 2024-07-23: 오디오 파일 분석을 지원합니다.
|
63 |
-
|
64 |
-
- 2024-07-08: [Graph](./agent/README.md)를 기반으로 한 워크플로우를 지원합니다.
|
65 |
-
|
66 |
-
- 2024-06-27 Q&A 구문 분석 방식에서 Markdown 및 Docx를 지원하고, Docx 파일에서 이미지 추출, Markdown 파일에서 테이블 추출을 지원합니다.
|
67 |
-
|
68 |
-
- 2024-05-23: 더 나은 텍스트 검색을 위해 [RAPTOR](https://arxiv.org/html/2401.18059v1)를 지원합니다.
|
69 |
|
|
|
|
|
|
|
|
|
|
|
70 |
|
71 |
|
72 |
## 🌟 주요 기능
|
|
|
59 |
|
60 |
- 2024-08-02: [graphrag](https://github.com/microsoft/graphrag)와 마인드맵에서 영감을 받은 GraphRAG를 지원합니다.
|
61 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
62 |
|
63 |
+
## 🎉 계속 지켜봐 주세요
|
64 |
+
⭐️우리의 저장소를 즐겨찾기에 등록하여 흥미로운 새로운 기능과 업데이트를 최신 상태로 유지하세요! 모든 새로운 릴리스에 대한 즉시 알림을 받으세요! 🌟
|
65 |
+
<div align="center" style="margin-top:20px;margin-bottom:20px;">
|
66 |
+
<img src="https://github.com/user-attachments/assets/18c9707e-b8aa-4caf-a154-037089c105ba" width="1200"/>
|
67 |
+
</div>
|
68 |
|
69 |
|
70 |
## 🌟 주요 기능
|
README_zh.md
CHANGED
@@ -52,10 +52,13 @@
|
|
52 |
- 2024-09-09 在 Agent 中加入医疗问诊模板。
|
53 |
- 2024-08-22 支持用 RAG 技术实现从自然语言到 SQL 语句的转换。
|
54 |
- 2024-08-02 支持 GraphRAG 启发于 [graphrag](https://github.com/microsoft/graphrag) 和思维导图。
|
55 |
-
|
56 |
-
|
57 |
-
|
58 |
-
|
|
|
|
|
|
|
59 |
|
60 |
## 🌟 主要功能
|
61 |
|
|
|
52 |
- 2024-09-09 在 Agent 中加入医疗问诊模板。
|
53 |
- 2024-08-22 支持用 RAG 技术实现从自然语言到 SQL 语句的转换。
|
54 |
- 2024-08-02 支持 GraphRAG 启发于 [graphrag](https://github.com/microsoft/graphrag) 和思维导图。
|
55 |
+
|
56 |
+
## 🎉 关注项目
|
57 |
+
⭐️点击右上角的 Star 关注RAGFlow,可以获取最新发布的实时通知 !🌟
|
58 |
+
<div align="center" style="margin-top:20px;margin-bottom:20px;">
|
59 |
+
<img src="https://github.com/user-attachments/assets/18c9707e-b8aa-4caf-a154-037089c105ba" width="1200"/>
|
60 |
+
</div>
|
61 |
+
|
62 |
|
63 |
## 🌟 主要功能
|
64 |
|