RAGFlow is an open-source RAG (Retrieval-Augmented Generation) engine based on deep document understanding.
$git clone https://github.com/infiniflow/ragflowInstalls into the current project.
Install ragflow by running `git clone https://github.com/infiniflow/ragflow`, then use it for the current task and follow its documentation at https://github.com/infiniflow/ragflow.
| 1 | <div align="center"> |
| 2 | <a href="https://cloud.ragflow.io/"> |
| 3 | <img src="https://raw.githubusercontent.com/infiniflow/ragflow/main/web/src/assets/logo-with-text.svg" width="520" alt="ragflow logo"> |
| 4 | </a> |
| 5 | </div> |
| 6 | |
| 7 | <p align="center"> |
| 8 | <a href="./README.md"><img alt="README in English" src="https://img.shields.io/badge/English-DBEDFA"></a> |
| 9 | <a href="./README_zh.md"><img alt="简体中文版自述文件" src="https://img.shields.io/badge/简体中文-DFE0E5"></a> |
| 10 | <a href="./README_tzh.md"><img alt="繁體版中文自述文件" src="https://img.shields.io/badge/繁體中文-DFE0E5"></a> |
| 11 | <a href="./README_ja.md"><img alt="日本語のREADME" src="https://img.shields.io/badge/日本語-DFE0E5"></a> |
| 12 | <a href="./README_ko.md"><img alt="한국어" src="https://img.shields.io/badge/한국어-DFE0E5"></a> |
| 13 | <a href="./README_fr.md"><img alt="README en Français" src="https://img.shields.io/badge/Français-DFE0E5"></a> |
| 14 | <a href="./README_id.md"><img alt="Bahasa Indonesia" src="https://img.shields.io/badge/Bahasa Indonesia-DFE0E5"></a> |
| 15 | <a href="./README_pt_br.md"><img alt="Português(Brasil)" src="https://img.shields.io/badge/Português(Brasil)-DFE0E5"></a> |
| 16 | <a href="./README_ar.md"><img alt="README in Arabic" src="https://img.shields.io/badge/Arabic-DFE0E5"></a> |
| 17 | <a href="./README_tr.md"><img alt="Türkçe README" src="https://img.shields.io/badge/Türkçe-DFE0E5"></a> |
| 18 | <a href="./README_ru.md"><img alt="Русская версия README" src="https://img.shields.io/badge/Русский-DFE0E5"></a> |
| 19 | </p> |
| 20 | |
| 21 | <p align="center"> |
| 22 | <a href="https://x.com/intent/follow?screen_name=infiniflowai" target="_blank"> |
| 23 | <img src="https://img.shields.io/twitter/follow/infiniflow?logo=X&color=%20%23f5f5f5" alt="follow on X(Twitter)"> |
| 24 | </a> |
| 25 | <a href="https://cloud.ragflow.io" target="_blank"> |
| 26 | <img alt="Static Badge" src="https://img.shields.io/badge/Get-Started-4e6b99"> |
| 27 | </a> |
| 28 | <a href="https://hub.docker.com/r/infiniflow/ragflow" target="_blank"> |
| 29 | <img src="https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/infiniflow/ragflow-stats/main/badges/docker-pulls.json&style=flat-square&logo=docker&logoColor=white" alt="docker pull infiniflow/ragflow:v0.26.4"> |
| 30 | </a> |
| 31 | <a href="https://github.com/infiniflow/ragflow/releases/latest"> |
| 32 | <img src="https://img.shields.io/github/v/release/infiniflow/ragflow?color=blue&label=Latest%20Release" alt="Latest Release"> |
| 33 | </a> |
| 34 | <a href="https://github.com/infiniflow/ragflow/blob/main/LICENSE"> |
| 35 | <img height="21" src="https://img.shields.io/badge/License-Apache--2.0-ffffff?labelColor=d4eaf7&color=2e6cc4" alt="license"> |
| 36 | </a> |
| 37 | <a href="https://deepwiki.com/infiniflow/ragflow"> |
| 38 | <img alt="Ask DeepWiki" src="https://deepwiki.com/badge.svg"> |
| 39 | </a> |
| 40 | </p> |
| 41 | |
| 42 | <h4 align="center"> |
| 43 | <a href="https://cloud.ragflow.io">Cloud</a> | |
| 44 | <a href="https://ragflow.io/docs/dev/">Document</a> | |
| 45 | <a href="https://github.com/infiniflow/ragflow/issues/12241">Roadmap</a> | |
| 46 | <a href="https://discord.gg/NjYzJD3GM3">Discord</a> |
| 47 | </h4> |
| 48 | |
| 49 | <div align="center" style="margin-top:20px;margin-bottom:20px;"> |
| 50 | <img alt="RAGFlow in the GitHub Octoverse" src="https://raw.githubusercontent.com/infiniflow/ragflow-docs/refs/heads/image/image/ragflow-octoverse.png" width="1200"/> |
| 51 | </div> |
| 52 | |
| 53 | <div align="center"> |
| 54 | <a href="https://trendshift.io/repositories/9064" target="_blank"><img src="https://trendshift.io/api/badge/repositories/9064" alt="infiniflow%2Fragflow | Trendshift" style="width: 250px; height: 55px;" width="250" height="55"/></a> |
| 55 | </div> |
| 56 | |
| 57 | <details open> |
| 58 | <summary><b>📕 Table of Contents</b></summary> |
| 59 | |
| 60 | - 💡 [What is RAGFlow?](#-what-is-ragflow) |
| 61 | - 🎮 [Get Started](#-get-started) |
| 62 | - 📌 [Latest Updates](#-latest-updates) |
| 63 | - 🌟 [Key Features](#-key-features) |
| 64 | - 🔎 [System Architecture](#-system-architecture) |
| 65 | - 🎬 [Self-Hosting](#-self-hosting) |
| 66 | - 🔧 [Configurations](#-configurations) |
| 67 | - 🔧 [Build a Docker image](#-build-a-docker-image) |
| 68 | - 🔨 [Launch service from source for development](#-launch-service-from-source-for-development) |
| 69 | - 📚 [Documentation](#-documentation) |
| 70 | - 📜 [Roadmap](#- |