iiRecord
Agentic AI Atlas · Weaviate
vector-store:weaviatea5c.ai
II.
VectorStore JSON

vector-store:weaviate

Structured · live

Weaviate json

Inspect the normalized record payload exactly as the atlas UI reads it.

File · extensions/memory/vector-stores.yamlCluster · extensions
Record JSON
{
  "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"
    }
  ]
}