Cluster Nodes
sub-nodes
Postgres Chat Memory node documentation

Postgres Chat Memory node

Use the Postgres Chat Memory node to use Postgres as a memory server for storing chat history.

On this page, you'll find a list of operations the Postgres Chat Memory node supports, and links to more resources.

Credentials: You can find authentication information for this node here.

Node parameters

  • Session Key: Enter the key to use to store the memory in the workflow data.
  • Table Name: Enter the name of the table to store the chat history in. The system will create the table if doesn't exist.
  • Context Window Length: Enter the number of previous interactions to consider for context.

Related resources

Refer to LangChain's Postgres Chat Message History documentation (opens in a new tab) for more information about the service.

Single memory instance

[[% include "_includes/integrations/cluster-nodes/memory-shared.html" %]]