AI Agents & LangChain in n8n · 35 min

Chat Trigger + conversational memory

Buffer, window, and Postgres-backed memory strategies for multi-turn chat.

Key concepts

  • Chat Trigger UI
  • Window buffer memory
  • Persisting memory in Postgres/Redis

Exercise

Give your agent Postgres-backed memory so it remembers context across separate chat sessions.

Official docs