writinwaters
commited on
Commit
ยท
4d58767
1
Parent(s):
6ad2626
Update README.md (#976)
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
README.md
CHANGED
@@ -24,6 +24,25 @@
|
|
24 |
</a>
|
25 |
</p>
|
26 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
27 |
## ๐ก What is RAGFlow?
|
28 |
|
29 |
[RAGFlow](https://ragflow.io/) is an open-source RAG (Retrieval-Augmented Generation) engine based on deep document understanding. It offers a streamlined RAG workflow for businesses of any scale, combining LLM (Large Language Models) to provide truthful question-answering capabilities, backed by well-founded citations from various complex formatted data.
|
|
|
24 |
</a>
|
25 |
</p>
|
26 |
|
27 |
+
<details open>
|
28 |
+
<summary></b>๐ Table of Contents</b></summary>
|
29 |
+
|
30 |
+
- [๐ก What is RAGFlow?](#what-is-ragflow)
|
31 |
+
- [๐ฎ Demo](#demo)
|
32 |
+
- [๐ Latest Updates](#latest-updates)
|
33 |
+
- [๐ Key Features](#key-features)
|
34 |
+
- [๐ System Architecture](#system-architecture)
|
35 |
+
- [๐ฌ Get Started](#get-started)
|
36 |
+
- [๐ง Configurations](#configurations)
|
37 |
+
- [๐ ๏ธ Build from source](#build-from-source)
|
38 |
+
- [๐ ๏ธ Launch service from source](#launch-service-from-source)
|
39 |
+
- [๐ Documentation](#documentation)
|
40 |
+
- [๐ Roadmap](#roadmap)
|
41 |
+
- [๐ Community](#community)
|
42 |
+
- [๐ Contributing](#contributing)
|
43 |
+
|
44 |
+
</details>
|
45 |
+
|
46 |
## ๐ก What is RAGFlow?
|
47 |
|
48 |
[RAGFlow](https://ragflow.io/) is an open-source RAG (Retrieval-Augmented Generation) engine based on deep document understanding. It offers a streamlined RAG workflow for businesses of any scale, combining LLM (Large Language Models) to provide truthful question-answering capabilities, backed by well-founded citations from various complex formatted data.
|