The Upstash Redis-Backed Chat Memory node is a component that provides long-term memory storage for chat conversations using Upstash Redis. It summarizes and stores conversation history, allowing for persistent memory across chat sessions.
https://<your-url>.upstash.io
getChatMessages
: Retrieves stored chat messages from Redis.addChatMessages
: Adds new messages to the Redis storage.clearChatMessages
: Clears all messages for a given session.