You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Redis chat memory is NOT a drop-in replacement for the memory buffer, even though we may assume it is (what else is the point of making such abstractions). We should surely be able to swap a memory connector without killing our app, no?
To Reproduce
create chat app with window buffer memory
swap for Redis chat memory
@n8n/chat client does not work anymore
Expected behavior
Memory connectors to have the same signature and output shape
Operating System
docker
n8n Version
1.66.0
Node.js Version
docker
Database
SQLite (default)
Execution mode
main (default)
The text was updated successfully, but these errors were encountered:
Morriz
changed the title
Redis chat memory has different shape then window buffer memory and can't be used as drop in replacement
Redis chat memory has different shape than window buffer memory and can't be used as drop in replacement
Nov 13, 2024
Bug Description
Redis chat memory is NOT a drop-in replacement for the memory buffer, even though we may assume it is (what else is the point of making such abstractions). We should surely be able to swap a memory connector without killing our app, no?
To Reproduce
Expected behavior
Memory connectors to have the same signature and output shape
Operating System
docker
n8n Version
1.66.0
Node.js Version
docker
Database
SQLite (default)
Execution mode
main (default)
The text was updated successfully, but these errors were encountered: