II.
MetaNodeKind JSON
Structured · livemeta-node-kind:vector-store
VectorStore (meta) json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "meta-node-kind:vector-store",
"_kind": "MetaNodeKind",
"_file": "catalog-meta/meta-registry/meta-registry-context-engineering.yaml",
"_cluster": "catalog-meta",
"attributes": {
"displayName": "VectorStore (meta)",
"name": "VectorStore",
"cluster": "context-engineering",
"prefix": "vector-store",
"origin": "standard",
"purpose": "a vector database / index used for retrieval (Pinecone, Weaviate, pgvector, Qdrant, in-process FAISS, ...)",
"exampleCount": 0,
"invariants": [
"id starts with vector-store:"
]
},
"outgoingEdges": [
{
"from": "meta-node-kind:vector-store",
"to": "meta-cluster:context-engineering",
"kind": "in_cluster",
"attributes": {}
},
{
"from": "meta-node-kind:vector-store",
"to": "meta-attribute:vector-store--id",
"kind": "contains_meta_attribute",
"attributes": {}
},
{
"from": "meta-node-kind:vector-store",
"to": "meta-attribute:vector-store--store-kind",
"kind": "contains_meta_attribute",
"attributes": {}
},
{
"from": "meta-node-kind:vector-store",
"to": "meta-attribute:vector-store--dimensionality",
"kind": "contains_meta_attribute",
"attributes": {}
},
{
"from": "meta-node-kind:vector-store",
"to": "meta-attribute:vector-store--distance-metric",
"kind": "contains_meta_attribute",
"attributes": {}
}
],
"incomingEdges": [
{
"from": "meta-cluster:context-engineering",
"to": "meta-node-kind:vector-store",
"kind": "contains_meta_node_kind",
"attributes": {}
},
{
"from": "meta-attribute:vector-store--id",
"to": "meta-node-kind:vector-store",
"kind": "defined_on",
"attributes": {}
},
{
"from": "meta-attribute:vector-store--store-kind",
"to": "meta-node-kind:vector-store",
"kind": "defined_on",
"attributes": {}
},
{
"from": "meta-attribute:vector-store--dimensionality",
"to": "meta-node-kind:vector-store",
"kind": "defined_on",
"attributes": {}
},
{
"from": "meta-attribute:vector-store--distance-metric",
"to": "meta-node-kind:vector-store",
"kind": "defined_on",
"attributes": {}
},
{
"from": "meta-edge-kind:embeds-into",
"to": "meta-node-kind:vector-store",
"kind": "target_of_meta_edge",
"attributes": {}
},
{
"from": "meta-edge-kind:uses-vector-store",
"to": "meta-node-kind:vector-store",
"kind": "target_of_meta_edge",
"attributes": {}
}
]
}