marker-inc-korea/autorag

AutoRAG: Now your agent can find anything in your computer. It gets smarter if you are using it frequently.

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 31 minutes ago
Added to GitGenius on September 13th, 2026
Created on January 10th, 2024
Open Issues & Pull Requests: 128 (+0)
GitHub issues: Enabled
Number of forks: 432
Total Stargazers: 5,072 (+0)
Total Subscribers: 32 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 0.3 hours
Mean response time: 21.4 days
90th percentile: 23.4 days
Tracked items: 406

Most active contributors

Sign in to see contributor activity.

How this project is maintained

Around half of the issues opened in the past year never receive a reply. 100% of open issues come from outside the core team, so the backlog reflects real-world use rather than internal planning. Work labelled "enhancement" is answered fastest, typically in under an hour, while "integration" waits about 3 days. Only 12% of issues opened in the past year have been closed. Three people close 96% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 124
New in 7 days: 7
Closed in 7 days: 3
Avg open age: 537 days
Stale 30+ days: 109
Stale 90+ days: 0

Recent activity

Opened in 7 days: 6
Closed in 7 days: 3
Comments in 7 days: 0
Events in 7 days: 4

Top labels

  • enhancement (173)
  • AutoRAG-legacy (125)
  • bug (85)
  • AutoRAG-2.0 (41)
  • integration (37)
  • New Module (25)
  • datasource-skill (24)
  • manual-qa-required (21)

Detailed Description

AutoRAG is a self-evolving librarian agent for document collections that searches PDFs, wikis, notes, and knowledge bases to retrieve and curate structured answers.

The tool addresses the problem that traditional search returns raw file paths and line numbers, leaving users to manually open files, extract context, and synthesize answers. AutoRAG instead performs the complete retrieval, reading, judgment, and curation loop itself, delivering numbered knowledge units rather than grep-style dumps. It operates as a specialized Pi agent configured into a librarian role, where a single user-configured model owns the entire pipeline from retrieval through answer synthesis. The system retrieves candidates from federated CLI-owned stores without requiring data migration, reads source files directly, judges evidence quality, and returns curated results with source-native identities and scope-checked access.

Adoption suits teams that need to search across distributed document collections without centralizing data into a third-party index or vector database. The tool prioritizes minimal configuration and works out of the box with a local embedder and automatic dependency installation, making it accessible to users without RAG expertise. It distinguishes itself through its commitment to keeping data in place rather than ingesting it into a central system, and through its focus on fast interactive search optimized for low latency. The project maintains a legacy version of AutoRAG, the original Python-based RAG AutoML pipeline optimization tool, in maintenance mode for existing users, while new development concentrates on the current agent-based approach.

Development activity shows consistent engagement with the codebase through regular commits and active issue management. The project maintains both the current implementation and legacy support simultaneously, indicating a structured approach to backward compatibility. Documentation includes competitive landscape analysis and detailed architectural decisions, suggesting thoughtful design choices grounded in comparative evaluation. The team actively addresses user issues and maintains dependency updates across both the current and legacy versions.