Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md #976

Merged
merged 1 commit into from
May 29, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 19 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,25 @@
</a>
</p>

<details open>
<summary></b>📕 Table of Contents</b></summary>

- [💡 What is RAGFlow?](#what-is-ragflow)
- [🎮 Demo](#demo)
- [📌 Latest Updates](#latest-updates)
- [🌟 Key Features](#key-features)
- [🔎 System Architecture](#system-architecture)
- [🎬 Get Started](#get-started)
- [🔧 Configurations](#configurations)
- [🛠️ Build from source](#build-from-source)
- [🛠️ Launch service from source](#launch-service-from-source)
- [📚 Documentation](#documentation)
- [📜 Roadmap](#roadmap)
- [🏄 Community](#community)
- [🙌 Contributing](#contributing)

</details>

## 💡 What is RAGFlow?

[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.
Expand Down