Update Episodic Memory Config
Configuration
Update Episodic Memory Config
Update episodic memory configuration.
This endpoint updates the episodic memory configuration at runtime, including both long-term and short-term memory settings. Only the fields you supply are modified; omitted fields retain their current values.
The configuration includes:
- long_term_memory: Long-term memory settings (embedder, reranker, vector_graph_store)
- short_term_memory: Short-term memory settings (llm_model, message_capacity)
- long_term_memory_enabled: Whether long-term memory is enabled
- short_term_memory_enabled: Whether short-term memory is enabled
- enabled: Whether episodic memory is enabled overall
PUT
Update Episodic 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
Partial update for episodic memory configuration.
Partial update for long-term memory settings. Only supplied fields
are updated; omitted fields remain unchanged.Partial update for short-term memory settings. Only supplied fields
are updated; omitted fields remain unchanged.Whether long-term episodic memory is enabled.Whether short-term episodic memory is enabled.Whether episodic memory as a whole is enabled.
