Skip to content

Memory Postgres Chat

Node: memoryPostgresChat · Full type: @n8n/n8n-nodes-langchain.memoryPostgresChat · Version: 1.3

Credentials

postgres (alias: @postgres)

CREDENTIAL @postgres = postgres "My Memory Postgres Chat"

Parameters

Parameter Type Default Details
sessionIdType options "fromInput" fromInput, customKey
sessionKey string "={{ $json.sessionId }}"
tableName string "n8n_chat_histories"
contextWindowLength number 5

Example

NODE "memoryPostgresChat" @postgres AS "Memory Postgres Chat"