Xata
Use the Xata node to use Xata as a memory server. On this page, you'll find a list of operations the Xata node supports, and links to more resources.
Node parameters
Session ID: Enter the ID to use to store the memory in the workflow data.
Context Window Length: Enter the number of previous interactions to consider for context.
Templates and examples
Browse Xata node documentation integration templates or search all templates
Related resources
Refer to LangChain's Xata documentation for more information about the service.
View n8n's Advanced AI documentation.
Single memory instance
If you add more than one Xata node to your workflow, all nodes access the same memory instance by default. Be careful when doing destructive actions that override existing memory contents, such as the override all messages operation in the Chat Memory Manager node. If you want more than one memory instance in your workflow, set different session IDs in different memory nodes.
Last updated
Was this helpful?