Help with ai memory lost problem!

hello guys,

I’m experiencing an issue with my WhatsApp + openai bot that seems to be losing memory during conversations. When I text the bot, it doesn’t retain any context from previous messages, causing it to treat each new message as if it’s the first interaction. I believe this might be related to how the bot handles session memory or conversation history. im using the window buffer memory as the ‘‘memory’’ and i have it set to 50.

Could someone please assist me in resolving this issue? I would appreciate any guidance on how to ensure the bot retains context across messages

Look at workflows library, unluckly i forgot witch, but htere is a Workflow that use a Google Document as ai node tool to save information. Maybe it could help.

I think giving a lot of context has also a token issue. You need a “semi RAG” system, again, try to see workflow library

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.