II.
VectorStore JSON
Structured · livevector-store:weaviate
Weaviate json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "vector-store:weaviate",
"_kind": "VectorStore",
"_file": "extensions/memory/vector-stores.yaml",
"_cluster": "extensions",
"attributes": {
"displayName": "Weaviate",
"storeKind": "weaviate",
"distanceMetric": "cosine",
"indexKind": "hnsw",
"notes": "Open-source vector database with built-in hybrid search and\nmulti-tenancy.\n"
},
"outgoingEdges": [],
"incomingEdges": [
{
"from": "agentVersion:claude:ge-0-0-0",
"to": "vector-store:weaviate",
"kind": "uses_vector_store",
"attributes": {}
},
{
"from": "retrieval-pipeline:hybrid-knowledge-search",
"to": "vector-store:weaviate",
"kind": "uses_vector_store"
}
]
}