🧰
Open Source Toolkit

Know how to use it before you click: online, self-hosted, desktop, CLI

中文

RAGFlow

infiniflow/ragflow
One-command deploy You need your own server, but the README has a copy-paste Docker command that gets it running.

RAGFlow is a leading open-source Retrieval-Augmented Generation (RAG) engine that fuses cutting-edge RAG with Agent capabilities to create a superior context layer for LLMs

AI appsSelf-hostable
RAGFlow website screenshot

Deploy command

cd ragflow/docker

   git checkout v0.27.2
   # Optional: use a stable tag (see releases: https://github.com/infiniflow/ragflow/releases)
   # This step ensures the **entrypoint.sh** file in the code matches the Docker image version.

   # Use CPU for DeepDoc tasks:
   docker compose -f docker-compose.yml up -d

   # To use GPU to accelerate DeepDoc tasks:
   # sed -i '1i DEVICE=gpu' .env
   # docker compose -f docker-compose.yml up -d

Taken from the project README. You need a server with Docker; you may still need to add environment variables.

From the README

RAGFlow is a leading open-source Retrieval-Augmented Generation (RAG) engine that fuses cutting-edge RAG with Agent capabilities to create a superior context layer for LLMs. It offers a streamlined RAG workflow adaptable to enterprises of any scale. Powered by a converged context engine and pre-buil…

Stars
★ 91.1k
Language
Python
License
Apache-2.0
Last updated
2026-09-22
Category
AI tools
Section
General