iiRecord
Agentic AI Atlas · Chroma
vector-store:chromaa5c.ai
II.
VectorStore JSON

vector-store:chroma

Structured · live

Chroma 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:chroma",
  "_kind": "VectorStore",
  "_file": "extensions/memory/vector-stores.yaml",
  "_cluster": "extensions",
  "attributes": {
    "displayName": "Chroma",
    "storeKind": "chroma",
    "distanceMetric": "cosine",
    "indexKind": "hnsw",
    "notes": "Lightweight open-source embedding database; popular for local dev and\nnotebooks.\n"
  },
  "outgoingEdges": [],
  "incomingEdges": [
    {
      "from": "agentVersion:claude:ge-0-0-0",
      "to": "vector-store:chroma",
      "kind": "uses_vector_store",
      "attributes": {}
    },
    {
      "from": "retrieval-pipeline:rag-code-search",
      "to": "vector-store:chroma",
      "kind": "uses_vector_store"
    }
  ]
}