Conversational memory - Verba

How can I achieve Conversational Memory or Personalized memory in Verba.

Is there any way I can achieve this by customizing this ? Has anyone done this on any other branch/fork ?

Hi! This is not implemented yet.

The way to accomplish that is to have some way of storing the past conversations for a session, and inserting that as context for the generative part.

If you want to accomplish this using something instead of coding it yourself, you can try using tools like Flowise, or Langflow that can help you creating a pipeline. It will track and store sessions and forward it as context.

Let me know if this helps!

Thanks!