From 262b95b6df0077b54b30673b8d063c316588afd8 Mon Sep 17 00:00:00 2001 From: "@daniel-lxs" <57051444+daniel-lxs@users.noreply.github.com> Date: Sat, 12 Sep 2026 06:24:00 +0000 Subject: [PATCH] docs: remove obsolete Memory configuration guidance --- apps/docs/memory.mdx | 4 ---- 1 file changed, 4 deletions(-) diff --git a/apps/docs/memory.mdx b/apps/docs/memory.mdx index bfba7dfa4..bbfb0c0dd 100644 --- a/apps/docs/memory.mdx +++ b/apps/docs/memory.mdx @@ -208,10 +208,6 @@ everything semantic. they were last read, and how far their one-time history sweep has got. Sources without a connected upstream integration are omitted. -**Configuration** appears last and shows the synthesis model (changeable through -`R_BRAIN_MODEL`, applied immediately) and the embedding model, which is fixed -when Memory is created because it sizes the vector store. - ## How agents use it Agents get the built-in Memory as an MCP server with read-only tools. They can