langchain_memoryPostgresChat.json•637 B
{
"nodeType": "@n8n/n8n-nodes-langchain.memoryPostgresChat",
"displayName": "Postgres Chat Memory",
"description": "Stores the chat history in Postgres table.",
"version": [
1,
1.1,
1.2,
1.3
],
"properties": [],
"credentialsConfig": [],
"io": {
"inputs": [],
"outputs": [
"AiMemory"
],
"outputNames": [
"Memory"
],
"hints": {
"connectTo": [
"AiAgent"
]
}
},
"wiring": {
"role": "memory",
"requires": [],
"optional": [],
"consumedBy": [
"AiAgent"
],
"consumes": [],
"produces": [
"AiMemory"
]
}
}