From 6eea15ec3b264e50aa2e6c968e0326e3f7d2c5d2 Mon Sep 17 00:00:00 2001 From: William FH <13333726+hinthornw@users.noreply.github.com> Date: Mon, 14 Apr 2025 10:52:14 -0700 Subject: [PATCH] Add store in platform (#4266) --- docs/docs/concepts/platform_architecture.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/concepts/platform_architecture.md b/docs/docs/concepts/platform_architecture.md index 3f852dac5..dbe247a1e 100644 --- a/docs/docs/concepts/platform_architecture.md +++ b/docs/docs/concepts/platform_architecture.md @@ -4,7 +4,7 @@ ## How we use Postgres -Postgres is the persistence layer for all user and run data in LGP. This stores both checkpoints (see more info [here](./persistence.md)) as well as the server resources (threads, runs, assistants and crons). +Postgres is the persistence layer for all user, run, and long-term memory data in LGP. This stores both checkpoints (see more info [here](./persistence.md)), server resources (threads, runs, assistants and crons), as well as items saved in the long-term memory store (see more info [here](./persistence.md#memory-store)). ## How we use Redis