iiRecord
Agentic AI Atlas · Symphony semantic memory (Pinecone)
memory-store:symphony-vector-pineconea5c.ai
II.
MemoryStore JSON

memory-store:symphony-vector-pinecone

Structured · live

Symphony semantic memory (Pinecone) json

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

File · extensions/memory/memory-stores.yamlCluster · extensions
Record JSON
{
  "id": "memory-store:symphony-vector-pinecone",
  "_kind": "MemoryStore",
  "_file": "extensions/memory/memory-stores.yaml",
  "_cluster": "extensions",
  "attributes": {
    "displayName": "Symphony semantic memory (Pinecone)",
    "kind": "vector",
    "scope": "tenant",
    "ttl": "365d",
    "notes": "Long-term semantic memory for the symphony agent, indexed in Pinecone\nwith text-embedding-3-large.\n"
  },
  "outgoingEdges": [],
  "incomingEdges": [
    {
      "from": "agentVersion:claude:ge-0-0-0",
      "to": "memory-store:symphony-vector-pinecone",
      "kind": "has_memory",
      "attributes": {}
    },
    {
      "from": "context-bundle:symphony-default",
      "to": "memory-store:symphony-vector-pinecone",
      "kind": "backed_by_memory",
      "attributes": {}
    }
  ]
}