{
  "project_id": "OSU-NLP-Group/HippoRAG",
  "repo": "OSU-NLP-Group/HippoRAG",
  "name": "HippoRAG",
  "github_url": "https://github.com/OSU-NLP-Group/HippoRAG",
  "homepage_url": "https://arxiv.org/abs/2405.14831",
  "language": "Python",
  "license": "MIT",
  "project_kind": "project",
  "category": [
    "rag_framework"
  ],
  "tags": [],
  "description": "[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.",
  "overview": "Use OSU-NLP-Group/HippoRAG when the user needs a rag framework project with library_only, local, cloud deployment options.",
  "alternatives": [],
  "related": [
    {
      "repo": "infiniflow/ragflow",
      "reason": "Related to OSU-NLP-Group/HippoRAG through rag framework category and library_only deployment."
    },
    {
      "repo": "ggml-org/llama.cpp",
      "reason": "Related to OSU-NLP-Group/HippoRAG through rag framework category and library_only deployment."
    },
    {
      "repo": "QuantumNous/new-api",
      "reason": "Related to OSU-NLP-Group/HippoRAG through rag framework category and library_only deployment."
    },
    {
      "repo": "langchain-ai/langgraph",
      "reason": "Related to OSU-NLP-Group/HippoRAG through rag framework category and library_only deployment."
    },
    {
      "repo": "LMCache/LMCache",
      "reason": "Related to OSU-NLP-Group/HippoRAG through rag framework category and library_only deployment."
    },
    {
      "repo": "huggingface/transformers",
      "reason": "Related to OSU-NLP-Group/HippoRAG through rag framework category and library_only deployment."
    },
    {
      "repo": "deepset-ai/haystack",
      "reason": "Related to OSU-NLP-Group/HippoRAG through rag framework category and library_only deployment."
    },
    {
      "repo": "pathwaycom/pathway",
      "reason": "Related to OSU-NLP-Group/HippoRAG through rag framework category and library_only deployment."
    }
  ],
  "dependencies": [
    "Vector database",
    "LLM provider"
  ],
  "deployments": [
    "library_only",
    "local",
    "cloud"
  ],
  "difficulty": "beginner",
  "cloudflare_ready": false,
  "use_cases": [
    "build RAG applications",
    "connect private data to LLMs",
    "index documents for retrieval"
  ],
  "not_good_for": [
    "edge-only Cloudflare Workers deployment without adaptation",
    "users expecting a complete hosted product"
  ],
  "classification": {
    "category": {
      "confidence": "medium",
      "evidence": [
        "Matched \"rag\" in metadata."
      ]
    },
    "deployment": {
      "confidence": "high",
      "evidence": [
        "Matched \"pip install\" in repository content.",
        "Local usage is assumed for open source repositories unless contradicted."
      ]
    },
    "difficulty": {
      "confidence": "medium",
      "evidence": [
        "Repository has under 10k stars, so complexity is treated conservatively."
      ]
    },
    "cloudflare_ready": {
      "confidence": "high",
      "evidence": [
        "Runtime blocker: python, cuda, gpu.",
        "No Cloudflare deployment signal detected."
      ]
    }
  },
  "quality_signals": {
    "stars": 3837,
    "recent_commits": 4,
    "contributors": 13,
    "issue_response_time_hours": null,
    "release_frequency_180d": 0
  },
  "quality_signal_confidence": {
    "stars_30d_delta": "estimated",
    "commits_30d": "complete",
    "releases_180d": "complete",
    "contributors_90d": "complete"
  },
  "quality_score": 11,
  "agent_score": 63,
  "score": 76,
  "agent_score_breakdown": {
    "documentation": 90,
    "maintenance": 20,
    "deployment": 80,
    "popularity": 72,
    "community": 58
  },
  "git_top_score": 76,
  "git_top_score_breakdown": {
    "community": 100,
    "maintenance": 17,
    "documentation": 92,
    "stability": 70,
    "adoption": 100,
    "agent_readability": 90
  },
  "summary": {
    "tl_dr": "Use OSU-NLP-Group/HippoRAG when the user needs a rag framework project with library_only, local, cloud deployment options.",
    "purpose": "Use OSU-NLP-Group/HippoRAG when the user needs a rag framework project with library_only, local, cloud deployment options.",
    "install": "Install as a library or package using the repository instructions.",
    "inputs": [
      "documents",
      "queries",
      "embedding store"
    ],
    "outputs": [
      "retrieval results",
      "grounded answers",
      "indexes"
    ],
    "good_for": [
      "build RAG applications",
      "connect private data to LLMs",
      "index documents for retrieval",
      "retrieval augmented generation",
      "document search",
      "knowledge grounding"
    ],
    "not_good_for": [
      "edge-only Cloudflare Workers deployment without adaptation",
      "users expecting a complete hosted product",
      "simple prompt apps",
      "tasks without external knowledge"
    ],
    "deployment": [
      "library_only",
      "local",
      "cloud"
    ],
    "alternatives": []
  },
  "evidence": {
    "classification": {
      "category": {
        "confidence": "medium",
        "evidence": [
          "Matched \"rag\" in metadata."
        ]
      },
      "deployment": {
        "confidence": "high",
        "evidence": [
          "Matched \"pip install\" in repository content.",
          "Local usage is assumed for open source repositories unless contradicted."
        ]
      },
      "difficulty": {
        "confidence": "medium",
        "evidence": [
          "Repository has under 10k stars, so complexity is treated conservatively."
        ]
      },
      "cloudflare_ready": {
        "confidence": "high",
        "evidence": [
          "Runtime blocker: python, cuda, gpu.",
          "No Cloudflare deployment signal detected."
        ]
      }
    },
    "quality_signal_confidence": {
      "stars_30d_delta": "estimated",
      "commits_30d": "complete",
      "releases_180d": "complete",
      "contributors_90d": "complete"
    },
    "source_fields": [
      "project.description",
      "project.topics",
      "project.language",
      "project.license",
      "agent_card.summary_for_agent",
      "agent_card.use_cases",
      "agent_card.deployment",
      "agent_card.classification",
      "metrics"
    ],
    "caveats": [
      "edge-only Cloudflare Workers deployment without adaptation",
      "users expecting a complete hosted product",
      "Partial or estimated quality signals: stars30dDelta."
    ],
    "confidence_reason": "Evidence is usable for comparison, but agents should cite caveats before making a strong recommendation.",
    "last_verified_at": "2026-07-09T01:00:57.004Z"
  },
  "caveats": [
    "edge-only Cloudflare Workers deployment without adaptation",
    "users expecting a complete hosted product",
    "Partial or estimated quality signals: stars30dDelta."
  ],
  "confidence_reason": "Evidence is usable for comparison, but agents should cite caveats before making a strong recommendation.",
  "source_fields": [
    "project.description",
    "project.topics",
    "project.language",
    "project.license",
    "agent_card.summary_for_agent",
    "agent_card.use_cases",
    "agent_card.deployment",
    "agent_card.classification",
    "metrics"
  ],
  "last_verified_at": "2026-07-09T01:00:57.004Z",
  "knowledge": {
    "project": {
      "id": "OSU-NLP-Group/HippoRAG",
      "owner": "OSU-NLP-Group",
      "name": "HippoRAG",
      "full_name": "OSU-NLP-Group/HippoRAG",
      "github_url": "https://github.com/OSU-NLP-Group/HippoRAG",
      "homepage_url": "https://arxiv.org/abs/2405.14831",
      "description": "[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.",
      "language": "Python",
      "topics": [],
      "license": "MIT",
      "stars": 3837,
      "forks": 407,
      "open_issues": 12,
      "default_branch": "main",
      "created_at": "2024-05-23T23:07:16Z",
      "updated_at": "2026-07-08T16:21:25Z",
      "pushed_at": "2026-07-08T16:20:04Z",
      "synced_at": "2026-07-09T01:00:57.004Z"
    },
    "agent_card": {
      "project_id": "OSU-NLP-Group/HippoRAG",
      "project_kind": "project",
      "category": "rag_framework",
      "difficulty": "beginner",
      "deployment": [
        "library_only",
        "local",
        "cloud"
      ],
      "cloudflare_ready": false,
      "use_cases": [
        "build RAG applications",
        "connect private data to LLMs",
        "index documents for retrieval"
      ],
      "not_good_for": [
        "edge-only Cloudflare Workers deployment without adaptation",
        "users expecting a complete hosted product"
      ],
      "alternatives": [],
      "summary_for_agent": "Use OSU-NLP-Group/HippoRAG when the user needs a rag framework project with library_only, local, cloud deployment options.",
      "classification": {
        "category": {
          "confidence": "medium",
          "evidence": [
            "Matched \"rag\" in metadata."
          ]
        },
        "deployment": {
          "confidence": "high",
          "evidence": [
            "Matched \"pip install\" in repository content.",
            "Local usage is assumed for open source repositories unless contradicted."
          ]
        },
        "difficulty": {
          "confidence": "medium",
          "evidence": [
            "Repository has under 10k stars, so complexity is treated conservatively."
          ]
        },
        "cloudflare_ready": {
          "confidence": "high",
          "evidence": [
            "Runtime blocker: python, cuda, gpu.",
            "No Cloudflare deployment signal detected."
          ]
        }
      },
      "schema_version": "v1",
      "generated_at": "2026-07-09T01:00:57.004Z"
    },
    "metrics": {
      "project_id": "OSU-NLP-Group/HippoRAG",
      "stars_30d_delta": 148,
      "commits_30d": 4,
      "releases_180d": 0,
      "contributors_90d": 13,
      "issue_first_response_median_hours": null,
      "recent_push_days": 0,
      "git_score": 11,
      "maintenance_score": 20,
      "signal_confidence": {
        "stars_30d_delta": "estimated",
        "commits_30d": "complete",
        "releases_180d": "complete",
        "contributors_90d": "complete"
      },
      "calculated_at": "2026-07-09T01:00:57.004Z"
    }
  },
  "resolved_from": {
    "requested_id": "OSU-NLP-Group/HippoRAG",
    "resolved_id": "OSU-NLP-Group/HippoRAG",
    "resolution": "direct"
  },
  "metadata": {
    "source": "d1",
    "reason": "d1_query",
    "project_count": 899,
    "generated_at": "2026-07-10T05:01:50.849Z",
    "loaded_project_limit": 2000,
    "truncated": false
  }
}