Feature/Redis-Backed Chat Memory
issue
https://github.com/FlowiseAI/Flowise/issues/369
note
The Redis-Backed Chat Memory is closer to Buffer Memory than Zep Memory according to the Langchain Docs
I use the same icon with other memory to keep consistent. I'm happy to update it or other memory icons if you think it's not necessary.
Add Redis dependency to flowise-components workspace since it's required in RedisChatMessageHistory
think we can replace the icon the Redis icon, purely personal preference 😅 so its not so dull haha maybe you can take it from another PR - https://github.com/FlowiseAI/Flowise/pull/417/files#diff-89714ddfc8aac7585bf652f56fcfc05b9297f18760f0df6a4321ea30c6c9d54a
also putting a note here for future reference: you can run redis instance with docker
docker run --name my-redis -p 6379:6379 -d redis
Is Redis-Backed Chat Memory still working as it should? I have duplicate your example but when I ask anything in the chat I get: "Cannot read private member from an object whose class did not declare it" Both FlowiseAI and Redis is running in Docker but in different stacks but on same host machine.