OSU-NLP-Group/HippoRAG
[NeurIPS'24] HippoRAG is a novel RAG framework inspired by human long-term memory that enables LLMs to continuously integrate knowledge across external documents. RAG + Knowledge Graphs + Personalized PageRank. observed · 2026-08-28
Health v2 · maintenance only
59/100
- Activity 99
- Release rhythm 8
- Longevity 59
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: n/a
- age_days: 832
- days_rel: 552
- days_push: 10
- n_releases_24m: 1
Adoption not part of the score
3967 stars · 419 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
HippoRAG is a Python RAG framework inspired by human long-term memory that combines LLMs, knowledge graphs, and Personalized PageRank to integrate knowledge across documents. It improves multi-hop retrieval and sense-making while remaining cheaper and faster than iterative or other graph-based RAG approaches.
Use cases
- answer multi-hop questions across documents
- build a knowledge-graph-based RAG pipeline
- give LLMs long-term memory over a document corpus
- cheaper alternative to GraphRAG for offline indexing
- improve retrieval accuracy for complex question answering
- continually integrate new knowledge without retraining
When to choose
- you need multi-hop or associative retrieval over a large corpus
- you want graph-based RAG with lower indexing cost than GraphRAG or LightRAG
- you're doing research on memory-augmented LLMs and want a published, benchmarked method
When to avoid
- you need a simple plug-and-play vector RAG with minimal setup
- your queries are single-hop factual lookups where standard RAG suffices
- you can't run LLM calls or GPU inference for offline indexing
Facets
library · maturity active
rag search-engine machine-learning llm-inference nlp large-language-models artificial-intelligence machine-learning python knowledge-graph personalized-pagerank multi-hop-qa long-term-memory graphrag neurips retrieval-augmented-generation natural-language-processing linux macos gpu
7 sources
- readme: https://github.com/OSU-NLP-Group/HippoRAG · fetched 2026-08-28 · 9ac2bc70038f
- homepage: https://arxiv.org/abs/2405.14831 · fetched 2026-08-29 · 30018fb7e886
- site_page: https://info.arxiv.org/about/donate.html · fetched 2026-08-29 · cca9c3a11c56
- site_page: https://info.arxiv.org/about/ourmembers.html · fetched 2026-08-29 · 47cbc55ff1de
- site_page: https://info.arxiv.org/about · fetched 2026-08-29 · a1f16f915a9a
- registry_pypi: https://pypi.org/pypi/hipporag/json · fetched 2026-08-29 · e3e0c2c68b14
- site_page: https://info.arxiv.org/labs/index.html · fetched 2026-08-29 · b14a8d05a0ec
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| OSU-NLP-Group/HippoRAG | main | 59 |
For agents
markdown · JSON · MCP: product_card(name="OSU-NLP-Group/HippoRAG")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem