n8n-docs-v2 / docs /advanced-ai /examples /understand-memory.md
Jeicex's picture
Subindo documentação do n8n limpa
0a84888
metadata
title: What's memory in AI?
description: >-
  Understand memory in the context of AI. Learn what's special about memory in
  n8n.
contentType: explanation

What's memory in AI?

Memory is a key part of AI chat services. The memory keeps a history of previous messages, allowing for an ongoing conversation with the AI, rather than every interaction starting fresh.

AI memory in n8n

To add memory to your AI workflow you can use either:

If you need to do advanced AI memory management in your workflows, use the Chat Memory Manager node.

--8<-- "_snippets/integrations/builtin/cluster-nodes/langchain-sub-nodes/chat-memory-manager-purpose.md"