Ross ROSS = Recommend OSS · open-source software intelligence for agents

qhjqhj00/MemoRAG

Empowering RAG with a memory-based data interface for all-purpose applications! observed · 2026-08-28

github.com/qhjqhj00/MemoRAG · Python · Apache-2.0 (permissive) observed · 2026-08-28

Health v2 · maintenance only

43/100

  • Activity 41
  • Release rhythm 40
  • Longevity 52
How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.

  • gap_med: 10
  • age_days: 729
  • days_rel: 708
  • days_push: 356
  • n_releases_24m: 2

Full methodology

Adoption not part of the score

2265 stars · 157 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

MemoRAG is a Python RAG framework that uses a super-long memory model to build a global understanding of an entire corpus (up to ~1M tokens) and recalls query-specific clues to improve evidence retrieval and answer generation. It ships with pretrained memory models on HuggingFace, a Lite mode, and training scripts/datasets.

Use cases

  • build a RAG pipeline over very large document collections
  • answer questions over a million-token corpus with global context
  • improve retrieval quality beyond standard vector-search RAG
  • run memory-augmented QA over long PDFs or books
  • fine-tune a custom memory model for domain-specific RAG
  • generate context-rich answers when queries have implicit information needs

When to choose

  • your corpus is too large for a single LLM context window
  • standard RAG retrieval misses globally relevant evidence
  • you want an open-source, research-backed RAG framework with pretrained memory models
  • you need to recall query clues from a global memory of the whole database

When to avoid

  • you lack GPU resources for running 7B memory models
  • your corpus is small and fits in a standard LLM context
  • you need a fully managed hosted RAG service
  • you only need simple keyword or vector search without generation

Facets

framework · maturity active

rag llm-inference machine-learning search-engine large-language-models artificial-intelligence python cross-platform memory-model long-context knowledge-discovery retrieval huggingface retrieval-augmented-generation natural-language-processing gpu

1 source

Member repositories

RepositoryRoleHealth v2
qhjqhj00/MemoRAGmain43

For agents

markdown · JSON · MCP: product_card(name="qhjqhj00/MemoRAG")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem