II.
VectorStore JSON
Structured · livevector-store:chroma
Chroma json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"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"
}
]
}