Skip to main content
PUT
Update Semantic Memory Config

Body

application/json

Partial update for semantic memory configuration.

enabled
boolean | null
database
string | null
storage_backend
string | null
feature_store
string | null
vector_collection
string | null
vector_dimensions
integer | null
Required range: x > 0
llm_model
string | null
embedding_model
string | null
ingestion_trigger_messages
integer | null
Required range: x > 0
ingestion_trigger_age_seconds
integer | null
Required range: x > 0

Response

Successful Response

Response model for memory configuration update.

success
boolean
required
message
string
required