{
  "project_id": "microsoft/kernel-memory",
  "repo": "microsoft/kernel-memory",
  "name": "kernel-memory",
  "github_url": "https://github.com/microsoft/kernel-memory",
  "homepage_url": null,
  "language": "C#",
  "license": "MIT",
  "project_kind": "project",
  "category": [
    "rag_framework"
  ],
  "tags": [
    "indexing",
    "llm",
    "memory",
    "rag",
    "semantic-search"
  ],
  "description": "Research project. A Memory solution for users, teams, and applications.",
  "overview": "Use microsoft/kernel-memory when the user needs a rag framework project with docker, serverless, library-only deployment options.",
  "alternatives": [
    {
      "repo": "mem0ai/mem0",
      "reason": "Same rag framework intent with agent_memory, rag overlap."
    },
    {
      "repo": "deepset-ai/haystack",
      "reason": "Same rag framework intent with agent_memory, rag overlap."
    },
    {
      "repo": "winstonkoh87/Athena-Public",
      "reason": "Same rag framework intent with agent_memory, rag overlap."
    }
  ],
  "related": [
    {
      "repo": "neuml/txtai",
      "reason": "Related to microsoft/kernel-memory through rag framework category and docker deployment."
    },
    {
      "repo": "getzep/graphiti",
      "reason": "Related to microsoft/kernel-memory through rag framework category and docker deployment."
    },
    {
      "repo": "vespa-engine/vespa",
      "reason": "Related to microsoft/kernel-memory through rag framework category and docker deployment."
    },
    {
      "repo": "run-llama/llama_index",
      "reason": "Related to microsoft/kernel-memory through rag framework category and docker deployment."
    },
    {
      "repo": "mloda-ai/mloda",
      "reason": "Related to microsoft/kernel-memory through rag framework category and docker deployment."
    },
    {
      "repo": "helixml/helix",
      "reason": "Related to microsoft/kernel-memory through rag framework category and docker deployment."
    },
    {
      "repo": "neo4j-labs/llm-graph-builder",
      "reason": "Related to microsoft/kernel-memory through rag framework category and docker deployment."
    },
    {
      "repo": "NVIDIA/TensorRT-LLM",
      "reason": "Related to microsoft/kernel-memory through rag framework category and docker deployment."
    }
  ],
  "dependencies": [
    "Vector database",
    "LLM provider"
  ],
  "deployments": [
    "docker",
    "serverless",
    "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": "high",
      "evidence": [
        "Matched \"rag\" in metadata.",
        "Matched \"indexing\" in metadata."
      ]
    },
    "deployment": {
      "confidence": "high",
      "evidence": [
        "Found Docker configuration file.",
        "Matched \"serverless\" in repository content.",
        "Matched \"library\" 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, postgres.",
        "No Cloudflare deployment signal detected.",
        "No wrangler.toml found in inspected repository files."
      ]
    }
  },
  "quality_signals": {
    "stars": 2173,
    "recent_commits": 0,
    "contributors": 56,
    "issue_response_time_hours": null,
    "release_frequency_180d": 0
  },
  "quality_signal_confidence": {
    "stars_30d_delta": "snapshot",
    "stars30d_window_days": 34,
    "commits_30d": "complete",
    "releases_180d": "complete",
    "contributors_90d": "complete"
  },
  "quality_score": 15,
  "agent_score": 73,
  "score": 74,
  "agent_score_breakdown": {
    "documentation": 90,
    "maintenance": 20,
    "deployment": 100,
    "popularity": 67,
    "community": 100
  },
  "git_top_score": 74,
  "git_top_score_breakdown": {
    "community": 100,
    "maintenance": 14,
    "documentation": 92,
    "stability": 55,
    "adoption": 99,
    "agent_readability": 100
  },
  "summary": {
    "tl_dr": "Use microsoft/kernel-memory when the user needs a rag framework project with docker, serverless, library-only deployment options.",
    "purpose": "Use microsoft/kernel-memory when the user needs a rag framework project with docker, serverless, library-only deployment options.",
    "install": "Run with Docker using the repository's container 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": [
      "docker",
      "serverless",
      "library_only",
      "local",
      "cloud"
    ],
    "alternatives": [
      {
        "repo": "mem0ai/mem0",
        "reason": "Same rag framework intent with agent_memory, rag overlap."
      },
      {
        "repo": "deepset-ai/haystack",
        "reason": "Same rag framework intent with agent_memory, rag overlap."
      },
      {
        "repo": "winstonkoh87/Athena-Public",
        "reason": "Same rag framework intent with agent_memory, rag overlap."
      }
    ]
  },
  "evidence": {
    "classification": {
      "category": {
        "confidence": "high",
        "evidence": [
          "Matched \"rag\" in metadata.",
          "Matched \"indexing\" in metadata."
        ]
      },
      "deployment": {
        "confidence": "high",
        "evidence": [
          "Found Docker configuration file.",
          "Matched \"serverless\" in repository content.",
          "Matched \"library\" 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, postgres.",
          "No Cloudflare deployment signal detected.",
          "No wrangler.toml found in inspected repository files."
        ]
      }
    },
    "quality_signal_confidence": {
      "stars_30d_delta": "snapshot",
      "stars30d_window_days": 34,
      "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"
    ],
    "confidence_reason": "Classification evidence and quality signals are strong enough for shortlist reasoning when metadata is current.",
    "last_verified_at": "2026-08-02T09:30:27.077Z"
  },
  "caveats": [
    "edge-only Cloudflare Workers deployment without adaptation",
    "users expecting a complete hosted product"
  ],
  "confidence_reason": "Classification evidence and quality signals are strong enough for shortlist reasoning when metadata is current.",
  "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-08-02T09:30:27.077Z",
  "knowledge": {
    "project": {
      "id": "microsoft/kernel-memory",
      "owner": "microsoft",
      "name": "kernel-memory",
      "full_name": "microsoft/kernel-memory",
      "github_url": "https://github.com/microsoft/kernel-memory",
      "homepage_url": null,
      "description": "Research project. A Memory solution for users, teams, and applications.",
      "language": "C#",
      "topics": [
        "indexing",
        "llm",
        "memory",
        "rag",
        "semantic-search"
      ],
      "license": "MIT",
      "stars": 2173,
      "forks": 397,
      "open_issues": 0,
      "default_branch": "main",
      "created_at": "2023-07-13T21:33:28Z",
      "updated_at": "2026-07-30T03:35:56Z",
      "pushed_at": "2026-06-08T22:17:50Z",
      "synced_at": "2026-08-02T09:30:27.077Z"
    },
    "agent_card": {
      "project_id": "microsoft/kernel-memory",
      "project_kind": "project",
      "category": "rag_framework",
      "difficulty": "beginner",
      "deployment": [
        "docker",
        "serverless",
        "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": [
        {
          "project_id": "mem0ai/mem0",
          "reason": "Same rag framework intent with agent_memory, rag overlap."
        },
        {
          "project_id": "deepset-ai/haystack",
          "reason": "Same rag framework intent with agent_memory, rag overlap."
        },
        {
          "project_id": "winstonkoh87/Athena-Public",
          "reason": "Same rag framework intent with agent_memory, rag overlap."
        }
      ],
      "summary_for_agent": "Use microsoft/kernel-memory when the user needs a rag framework project with docker, serverless, library-only deployment options.",
      "classification": {
        "category": {
          "confidence": "high",
          "evidence": [
            "Matched \"rag\" in metadata.",
            "Matched \"indexing\" in metadata."
          ]
        },
        "deployment": {
          "confidence": "high",
          "evidence": [
            "Found Docker configuration file.",
            "Matched \"serverless\" in repository content.",
            "Matched \"library\" 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, postgres.",
            "No Cloudflare deployment signal detected.",
            "No wrangler.toml found in inspected repository files."
          ]
        }
      },
      "schema_version": "v1",
      "generated_at": "2026-08-02T09:30:27.077Z"
    },
    "metrics": {
      "project_id": "microsoft/kernel-memory",
      "stars_30d_delta": 6,
      "commits_30d": 0,
      "releases_180d": 0,
      "contributors_90d": 56,
      "issue_first_response_median_hours": null,
      "recent_push_days": 54,
      "git_score": 15,
      "maintenance_score": 20,
      "signal_confidence": {
        "stars_30d_delta": "snapshot",
        "stars30d_window_days": 34,
        "commits_30d": "complete",
        "releases_180d": "complete",
        "contributors_90d": "complete"
      },
      "calculated_at": "2026-08-02T09:30:27.077Z"
    }
  },
  "resolved_from": {
    "requested_id": "microsoft/kernel-memory",
    "resolved_id": "microsoft/kernel-memory",
    "resolution": "direct"
  },
  "metadata": {
    "source": "d1",
    "reason": "d1_query",
    "project_count": 1047,
    "generated_at": "2026-08-06T05:00:46.015Z",
    "snapshot_id": "d1:1047:2026-08-06T03:46:11.021Z",
    "latest_synced_at": "2026-08-06T03:46:11.021Z",
    "schema_version": "git-top.knowledge.v1",
    "loaded_project_limit": 2000,
    "truncated": false
  }
}