Update Long Term Memory Config
Configuration
Update Long Term Memory Config
Update long-term memory configuration.
This endpoint updates the long-term memory configuration at runtime. Only the fields you supply are modified; omitted fields retain their current values.
The configuration includes:
- embedder: The embedder resource to use for creating embeddings
- reranker: The reranker resource to use for search result reranking
- vector_graph_store: The database for storing long-term memories
- enabled: Whether long-term memory is enabled
PUT
Update Long Term Memory Config
Documentation Index
Fetch the complete documentation index at: https://docs.memmachine.ai/llms.txt
Use this file to discover all available pages before exploring further.
Body
application/json
Specification for updating long-term memory configuration with enabled flag.
Long-term memory backend. Omit/null to keep the existing backend; set 'declarative' or 'event' to switch.
Available options:
declarative, event The ID of the embedder resource to use for long-term memory.
Must reference an embedder configured in the resources section.The ID of the reranker resource to use for long-term memory search.
Must reference a reranker configured in the resources section.The ID of the vector graph store (database) for storing long-term memories.
Must reference a database configured in the resources section.VectorStore resource id (event backend only)
SQL engine resource id backing the segment store (event backend only)
User-defined filterable properties (event backend only)

