II.
MetaAttribute JSON
Structured · livemeta-attribute:vector-store--store-kind
VectorStore.storeKind json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "meta-attribute:vector-store--store-kind",
"_kind": "MetaAttribute",
"_file": "catalog-meta/meta-registry/meta-registry-context-engineering.yaml",
"_cluster": "catalog-meta",
"attributes": {
"displayName": "VectorStore.storeKind",
"name": "storeKind",
"parentNodeKindId": "meta-node-kind:vector-store",
"type": "enum<pinecone,weaviate,qdrant,pgvector,faiss,chroma,milvus,redis,other>",
"required": false,
"description": "vendor / engine of the vector store."
},
"outgoingEdges": [
{
"from": "meta-attribute:vector-store--store-kind",
"to": "meta-node-kind:vector-store",
"kind": "defined_on",
"attributes": {}
}
],
"incomingEdges": [
{
"from": "meta-node-kind:vector-store",
"to": "meta-attribute:vector-store--store-kind",
"kind": "contains_meta_attribute",
"attributes": {}
},
{
"from": "meta-enum:vector-store-kind",
"to": "meta-attribute:vector-store--store-kind",
"kind": "used_on_attribute",
"attributes": {}
}
]
}