Get Long Term Memory Config
Configuration
Get Long Term Memory Config
Get long-term memory configuration.
Returns the current long-term memory configuration including embedder, reranker, vector graph store, and enabled status.
GET
Get 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.
Response
200 - application/json
Successful Response
Response model for long-term memory configuration.
Long-term memory backend. None means the writer predates the discriminator and is treated as 'declarative'.
Available options:
declarative, event ID of the embedder resource used for long-term memory.
ID of the reranker resource used for long-term memory search.
ID of the vector graph store (database) for storing long-term memories.
VectorStore resource id (event backend only)
SQL engine resource id backing the segment store (event backend only)
User-defined filterable properties (event backend only). Maps name to type ("bool", "int", "float", "str", "datetime").
Whether long-term memory is enabled.

