II.
VectorStore JSON
Structured · livevector-store:pgvector
pgvector (PostgreSQL extension) json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "vector-store:pgvector",
"_kind": "VectorStore",
"_file": "extensions/memory/vector-stores.yaml",
"_cluster": "extensions",
"attributes": {
"displayName": "pgvector (PostgreSQL extension)",
"storeKind": "pgvector",
"distanceMetric": "cosine",
"indexKind": "hnsw",
"notes": "PostgreSQL extension turning any Postgres into a vector database.\n"
},
"outgoingEdges": [],
"incomingEdges": [
{
"from": "agentVersion:claude:ge-0-0-0",
"to": "vector-store:pgvector",
"kind": "uses_vector_store",
"attributes": {}
}
]
}