iiRecord
Agentic AI Atlas · Qdrant
vector-store:qdranta5c.ai
II.
VectorStore JSON

vector-store:qdrant

Structured · live

Qdrant json

Inspect the normalized record payload exactly as the atlas UI reads it.

File · extensions/memory/vector-stores.yamlCluster · extensions
Record JSON
{
  "id": "vector-store:qdrant",
  "_kind": "VectorStore",
  "_file": "extensions/memory/vector-stores.yaml",
  "_cluster": "extensions",
  "attributes": {
    "displayName": "Qdrant",
    "storeKind": "qdrant",
    "distanceMetric": "cosine",
    "indexKind": "hnsw",
    "notes": "Open-source vector search engine in Rust with managed cloud offering.\n"
  },
  "outgoingEdges": [],
  "incomingEdges": [
    {
      "from": "agentVersion:claude:ge-0-0-0",
      "to": "vector-store:qdrant",
      "kind": "uses_vector_store",
      "attributes": {}
    }
  ]
}