circlemind-ai/fast-graphrag

RAG that intelligently adapts to your use case, data, and queries

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 6 minutes ago
Added to GitGenius on September 18th, 2026
Created on October 30th, 2024
Open Issues & Pull Requests: 38 (+0)
GitHub issues: Enabled
Number of forks: 256
Total Stargazers: 3,922 (+2)
Total Subscribers: 20 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 12.8 hours
Mean response time: 3.5 days
90th percentile: 8.0 days
Tracked items: 62

Most active contributors

Sign in to see contributor activity.

How this project is maintained

100% of open issues come from outside the core team, so the backlog reflects real-world use rather than internal planning. Three people close 54% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 32
New in 7 days: 0
Closed in 7 days: 0
Avg open age: 509 days
Stale 30+ days: 32
Stale 90+ days: 32

Recent activity

Opened in 7 days: 0
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

  • enhancement (6)
  • help wanted (6)
  • good first issue (5)
  • documentation (1)

Most active issues this week

Sign in to see which issues are moving.

Detailed Description

Fast-GraphRAG is a retrieval-augmented generation system that adapts its behavior based on the characteristics of your data, queries, and use case.

The tool addresses the challenge of building RAG systems that work effectively across diverse scenarios without requiring manual tuning for each new application. Rather than applying a fixed retrieval and generation strategy, Fast-GraphRAG analyzes your specific data and query patterns to determine the most appropriate approach. This adaptive mechanism allows the system to optimize performance by selecting retrieval strategies and generation parameters that suit your particular problem rather than forcing all use cases through a single pipeline.

Developers should consider Fast-GraphRAG when building RAG applications where data characteristics or query types vary significantly, or when manual optimization of retrieval parameters becomes impractical. The project suits scenarios where you want the system to learn from your data distribution and adjust its behavior accordingly, rather than maintaining hand-tuned configurations. This approach is particularly valuable for teams deploying RAG across multiple domains or data sources that may have different optimal retrieval strategies.

The project shows active development with regular commits addressing core functionality and improvements. Work spans implementation of the adaptive mechanisms that form the system's foundation, alongside refinement of how the tool selects and applies different retrieval strategies. The codebase receives ongoing attention to both feature development and code quality, with commits distributed across multiple areas of the system rather than concentrated in a single component.