{
  "project_id": "qdrant/rust-client",
  "repo": "qdrant/rust-client",
  "name": "rust-client",
  "github_url": "https://github.com/qdrant/rust-client",
  "homepage_url": "https://crates.io/crates/qdrant-client",
  "language": "Rust",
  "license": "Apache-2.0",
  "project_kind": "project",
  "category": [
    "vector_database"
  ],
  "tags": [
    "qdrant",
    "rust-client",
    "vector-search-engine"
  ],
  "description": "Rust client for Qdrant vector search engine ",
  "overview": "Use qdrant/rust-client when the user needs a vector database project with docker, library-only, local deployment options.",
  "alternatives": [
    {
      "repo": "qdrant/qdrant",
      "reason": "Same vector database intent with rag overlap."
    },
    {
      "repo": "weaviate/weaviate",
      "reason": "Same vector database intent with rag overlap."
    },
    {
      "repo": "amikos-tech/chroma-go",
      "reason": "Same vector database intent with rag overlap."
    }
  ],
  "related": [
    {
      "repo": "milvus-io/milvus",
      "reason": "Related to qdrant/rust-client through vector database category and docker deployment."
    },
    {
      "repo": "redis/redis",
      "reason": "Related to qdrant/rust-client through vector database category and docker deployment."
    },
    {
      "repo": "epsilla-cloud/vectordb",
      "reason": "Related to qdrant/rust-client through vector database category and docker deployment."
    },
    {
      "repo": "likeslines-maker/VectorRAG.Net",
      "reason": "Related to qdrant/rust-client through vector database category and docker deployment."
    },
    {
      "repo": "weaviate/weaviate",
      "reason": "Related to qdrant/rust-client through vector database category and docker deployment."
    },
    {
      "repo": "qdrant/qdrant",
      "reason": "Related to qdrant/rust-client through vector database category and docker deployment."
    },
    {
      "repo": "parqdb-io/parqdb",
      "reason": "Related to qdrant/rust-client through vector database category and library_only deployment."
    },
    {
      "repo": "milvus-io/pymilvus",
      "reason": "Related to qdrant/rust-client through vector database category and docker deployment."
    }
  ],
  "dependencies": [],
  "deployments": [
    "docker",
    "library_only",
    "local",
    "cloud"
  ],
  "difficulty": "beginner",
  "cloudflare_ready": false,
  "use_cases": [
    "store embeddings",
    "power semantic search",
    "serve retrieval workloads"
  ],
  "not_good_for": [
    "edge-only Cloudflare Workers deployment without adaptation",
    "users expecting a complete hosted product",
    "simple prompt-only prototypes"
  ],
  "classification": {
    "category": {
      "confidence": "high",
      "evidence": [
        "Manual quality burn-down override for qdrant/rust-client."
      ]
    },
    "deployment": {
      "confidence": "high",
      "evidence": [
        "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": [
        "No Cloudflare deployment signal detected.",
        "No wrangler.toml found in inspected repository files."
      ]
    }
  },
  "quality_signals": {
    "stars": 415,
    "recent_commits": 1,
    "contributors": 25,
    "issue_response_time_hours": null,
    "release_frequency_180d": 2
  },
  "quality_signal_confidence": {
    "stars_30d_delta": "snapshot",
    "stars30d_window_days": 33,
    "commits_30d": "complete",
    "releases_180d": "complete",
    "contributors_90d": "complete"
  },
  "quality_score": 11,
  "agent_score": 65,
  "score": 76,
  "agent_score_breakdown": {
    "documentation": 90,
    "maintenance": 26,
    "deployment": 90,
    "popularity": 52,
    "community": 70
  },
  "git_top_score": 76,
  "git_top_score_breakdown": {
    "community": 100,
    "maintenance": 22,
    "documentation": 92,
    "stability": 86,
    "adoption": 77,
    "agent_readability": 90
  },
  "verification": {
    "schema_version": "git-top.verification.v1",
    "overall_status": "partial",
    "observed_at": "2026-09-19T21:00:23.832Z",
    "signals": {
      "activity": {
        "status": "observed",
        "source": "github_metadata",
        "evidence": [
          "project.pushed_at",
          "metrics.recent_push_days"
        ]
      },
      "license": {
        "status": "observed",
        "source": "github_metadata",
        "evidence": [
          "project.license"
        ]
      },
      "documentation": {
        "status": "observed",
        "source": "github_metadata",
        "evidence": [
          "project.description"
        ]
      },
      "runtime": {
        "status": "inferred",
        "source": "git_top_heuristic",
        "evidence": [
          "agent_card.deployment",
          "agent_card.cloudflare_ready"
        ]
      },
      "install": {
        "status": "not_run",
        "source": "git_top_runtime",
        "evidence": [
          "installation/build probe is not enabled"
        ]
      },
      "security": {
        "status": "not_run",
        "source": "git_top_runtime",
        "evidence": [
          "dependency/security scan is not enabled"
        ]
      },
      "mcp": {
        "status": "not_applicable",
        "source": "git_top_runtime",
        "evidence": [
          "project is not classified as mcp_server"
        ]
      }
    },
    "coverage": {
      "observed": 3,
      "inferred": 1,
      "not_run": 2,
      "unknown": 0
    },
    "next_steps": [
      "Run an installation/build probe before production adoption.",
      "Run a dependency and security scan before treating the score as a trust claim."
    ]
  },
  "summary": {
    "tl_dr": "Use qdrant/rust-client when the user needs a vector database project with docker, library-only, local deployment options.",
    "purpose": "Use qdrant/rust-client when the user needs a vector database project with docker, library-only, local deployment options.",
    "install": "Run with Docker using the repository's container instructions.",
    "inputs": [
      "embeddings",
      "records",
      "similarity queries"
    ],
    "outputs": [
      "nearest neighbors",
      "vector search results",
      "filtered matches"
    ],
    "good_for": [
      "store embeddings",
      "power semantic search",
      "serve retrieval workloads",
      "embedding search",
      "semantic retrieval",
      "similarity indexing"
    ],
    "not_good_for": [
      "edge-only Cloudflare Workers deployment without adaptation",
      "users expecting a complete hosted product",
      "simple prompt-only prototypes",
      "plain key-value storage",
      "prompt-only apps"
    ],
    "deployment": [
      "docker",
      "library_only",
      "local",
      "cloud"
    ],
    "alternatives": [
      {
        "repo": "qdrant/qdrant",
        "reason": "Same vector database intent with rag overlap."
      },
      {
        "repo": "weaviate/weaviate",
        "reason": "Same vector database intent with rag overlap."
      },
      {
        "repo": "amikos-tech/chroma-go",
        "reason": "Same vector database intent with rag overlap."
      }
    ]
  },
  "evidence": {
    "classification": {
      "category": {
        "confidence": "high",
        "evidence": [
          "Manual quality burn-down override for qdrant/rust-client."
        ]
      },
      "deployment": {
        "confidence": "high",
        "evidence": [
          "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": [
          "No Cloudflare deployment signal detected.",
          "No wrangler.toml found in inspected repository files."
        ]
      }
    },
    "quality_signal_confidence": {
      "stars_30d_delta": "snapshot",
      "stars30d_window_days": 33,
      "commits_30d": "complete",
      "releases_180d": "complete",
      "contributors_90d": "complete"
    },
    "verification": {
      "schema_version": "git-top.verification.v1",
      "overall_status": "partial",
      "observed_at": "2026-09-19T21:00:23.832Z",
      "signals": {
        "activity": {
          "status": "observed",
          "source": "github_metadata",
          "evidence": [
            "project.pushed_at",
            "metrics.recent_push_days"
          ]
        },
        "license": {
          "status": "observed",
          "source": "github_metadata",
          "evidence": [
            "project.license"
          ]
        },
        "documentation": {
          "status": "observed",
          "source": "github_metadata",
          "evidence": [
            "project.description"
          ]
        },
        "runtime": {
          "status": "inferred",
          "source": "git_top_heuristic",
          "evidence": [
            "agent_card.deployment",
            "agent_card.cloudflare_ready"
          ]
        },
        "install": {
          "status": "not_run",
          "source": "git_top_runtime",
          "evidence": [
            "installation/build probe is not enabled"
          ]
        },
        "security": {
          "status": "not_run",
          "source": "git_top_runtime",
          "evidence": [
            "dependency/security scan is not enabled"
          ]
        },
        "mcp": {
          "status": "not_applicable",
          "source": "git_top_runtime",
          "evidence": [
            "project is not classified as mcp_server"
          ]
        }
      },
      "coverage": {
        "observed": 3,
        "inferred": 1,
        "not_run": 2,
        "unknown": 0
      },
      "next_steps": [
        "Run an installation/build probe before production adoption.",
        "Run a dependency and security scan before treating the score as a trust claim."
      ]
    },
    "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",
      "verification.signals"
    ],
    "caveats": [
      "edge-only Cloudflare Workers deployment without adaptation",
      "users expecting a complete hosted product",
      "simple prompt-only prototypes",
      "Independent installation, security, or runtime probes have not been run for this project."
    ],
    "confidence_reason": "Classification evidence and quality signals are strong enough for shortlist reasoning when metadata is current.",
    "last_verified_at": "2026-09-19T21:00:23.832Z"
  },
  "caveats": [
    "edge-only Cloudflare Workers deployment without adaptation",
    "users expecting a complete hosted product",
    "simple prompt-only prototypes",
    "Independent installation, security, or runtime probes have not been run for this project."
  ],
  "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",
    "verification.signals"
  ],
  "last_verified_at": "2026-09-19T21:00:23.832Z",
  "knowledge": {
    "project": {
      "id": "qdrant/rust-client",
      "owner": "qdrant",
      "name": "rust-client",
      "full_name": "qdrant/rust-client",
      "github_url": "https://github.com/qdrant/rust-client",
      "homepage_url": "https://crates.io/crates/qdrant-client",
      "description": "Rust client for Qdrant vector search engine ",
      "language": "Rust",
      "topics": [
        "qdrant",
        "rust-client",
        "vector-search-engine"
      ],
      "license": "Apache-2.0",
      "stars": 415,
      "forks": 83,
      "open_issues": 33,
      "default_branch": "master",
      "created_at": "2022-06-24T07:18:30Z",
      "updated_at": "2026-09-07T10:18:07Z",
      "pushed_at": "2026-09-18T18:04:05Z",
      "synced_at": "2026-09-19T21:00:23.832Z"
    },
    "agent_card": {
      "project_id": "qdrant/rust-client",
      "project_kind": "project",
      "category": "vector_database",
      "difficulty": "beginner",
      "deployment": [
        "docker",
        "library_only",
        "local",
        "cloud"
      ],
      "cloudflare_ready": false,
      "use_cases": [
        "store embeddings",
        "power semantic search",
        "serve retrieval workloads"
      ],
      "not_good_for": [
        "edge-only Cloudflare Workers deployment without adaptation",
        "users expecting a complete hosted product",
        "simple prompt-only prototypes"
      ],
      "alternatives": [
        {
          "project_id": "qdrant/qdrant",
          "reason": "Same vector database intent with rag overlap."
        },
        {
          "project_id": "weaviate/weaviate",
          "reason": "Same vector database intent with rag overlap."
        },
        {
          "project_id": "amikos-tech/chroma-go",
          "reason": "Same vector database intent with rag overlap."
        }
      ],
      "summary_for_agent": "Use qdrant/rust-client when the user needs a vector database project with docker, library-only, local deployment options.",
      "classification": {
        "category": {
          "confidence": "high",
          "evidence": [
            "Manual quality burn-down override for qdrant/rust-client."
          ]
        },
        "deployment": {
          "confidence": "high",
          "evidence": [
            "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": [
            "No Cloudflare deployment signal detected.",
            "No wrangler.toml found in inspected repository files."
          ]
        }
      },
      "schema_version": "v1",
      "generated_at": "2026-09-19T21:00:23.832Z"
    },
    "metrics": {
      "project_id": "qdrant/rust-client",
      "stars_30d_delta": 1,
      "commits_30d": 1,
      "releases_180d": 2,
      "contributors_90d": 25,
      "issue_first_response_median_hours": null,
      "recent_push_days": 1,
      "git_score": 11,
      "maintenance_score": 26,
      "signal_confidence": {
        "stars_30d_delta": "snapshot",
        "stars30d_window_days": 33,
        "commits_30d": "complete",
        "releases_180d": "complete",
        "contributors_90d": "complete"
      },
      "calculated_at": "2026-09-19T21:00:23.832Z"
    }
  },
  "resolved_from": {
    "requested_id": "qdrant/rust-client",
    "resolved_id": "qdrant/rust-client",
    "resolution": "direct"
  },
  "metadata": {
    "source": "d1",
    "reason": "d1_query",
    "project_count": 1213,
    "generated_at": "2026-09-20T02:48:06.840Z",
    "snapshot_id": "d1:1213:2026-09-20T02:30:40.753Z",
    "latest_synced_at": "2026-09-20T02:30:40.753Z",
    "schema_version": "git-top.knowledge.v1",
    "loaded_project_limit": 2000,
    "truncated": false
  }
}