infiniflow/ragflow

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

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 26 minutes ago
Added to GitGenius on December 13th, 2025
Created on December 12th, 2023
Open Issues & Pull Requests: 1,809 (+1)
Number of forks: 10,483
Total Stargazers: 89,162 (+0)
Total Subscribers: 361 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 7.8 hours
Mean response time: 29.1 days
90th percentile: 26.9 days
Tracked items: 7,432

How this project is maintained

Around half of the issues opened in the past year never receive a reply. 94% of open issues come from outside the core team, so the backlog reflects real-world use rather than internal planning. Work labelled "python" is answered fastest, typically in about an hour, while "✅ verified" waits about 3 days. 40% of tracked open issues have had no activity in three months. Only 6% of issues opened in the past year have been closed.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 1,309
New in 7 days: 32
Closed in 7 days: 45
Avg open age: 188 days
Stale 30+ days: 1,062
Stale 90+ days: 678

Recent activity

Opened in 7 days: 26
Closed in 7 days: 43
Comments in 7 days: 111
Events in 7 days: 242

Top labels

  • 🙋‍♀️ question (3,551)
  • 🐞 bug (3,041)
  • 💞 feature (1,105)
  • ♾️infinity (56)
  • enhancement (37)
  • ✅ verified (33)
  • python (13)
  • ❤️‍🔥ᴬᴳᴱᴺᵀ agent scenario (13)

Detailed Description

RAGFlow is an open-source Retrieval-Augmented Generation engine written in Go that combines RAG technology with Agent capabilities to create a context layer for large language models.

The platform addresses the challenge of transforming unstructured data into production-ready AI systems through deep document understanding and intelligent chunking. RAGFlow supports diverse data formats including Word documents, slides, Excel files, text, images, scanned copies, structured data, and web pages. The system implements template-based chunking that is both intelligent and explainable, with visualization capabilities that allow human intervention in the text chunking process. This approach aims to reduce hallucinations through grounded citations and traceable references that support answer verification.

Key technical features include multiple recall mechanisms paired with fused re-ranking, configurable language models and embedding models, and an automated RAG workflow designed for both individual users and enterprise-scale deployments. The platform recently added support for multiple chat channels including Feishu, Discord, Telegram, and Line, along with data synchronization capabilities from sources like Confluence, S3, Notion, Discord, and Google Drive. Recent updates show integration with advanced models such as DeepSeek v4 and Gemini 3 Pro, support for agentic workflows with MCP protocol, and a Python and JavaScript code executor component for agents.

Self-hosting requirements include a minimum of 4 CPU cores, 16 GB RAM, and 50 GB disk space, with Docker 24.0.0 and Docker Compose v2.26.1 as dependencies. The system uses pre-built Docker images for x86 platforms, with the latest stable version being v0.26.3. The platform offers both a cloud service at cloud.ragflow.io and comprehensive documentation for development and deployment. RAGFlow's architecture emphasizes streamlined orchestration with configurable components, making it adaptable to different organizational scales while maintaining focus on data quality and citation accuracy in generated responses.