콘텐츠로 이동

AI에서 메모리란 무엇인가요?#

메모리는 AI 채팅 서비스의 핵심 부분입니다. 메모리는 이전 메시지의 기록을 유지하여 모든 상호 작용이 새로 시작되는 대신 AI와 지속적인 대화를 가능하게 합니다.

n8n의 AI 메모리#

AI 워크플로우에 메모리를 추가하려면 다음 중 하나를 사용할 수 있습니다.

워크플로우에서 고급 AI 메모리 관리를 수행해야 하는 경우 채팅 메모리 관리자 노드를 사용하세요.

This node is useful when you:

  • Can't add a memory node directly.
  • Need to do more complex memory management, beyond what the memory nodes offer. For example, you can add this node to check the memory size of the Agent node's response, and reduce it if needed.
  • Want to inject messages to the AI that look like user messages, to give the AI more context.