The community member is using the CondensePlusContextChatEngine and is wondering if they need to initialize memory to be able to ask consecutive questions. They noticed that in their previous versions, they were able to ask consecutive questions without using any memory, but this was only in their application and not in their Jupyter notebook.
The comments suggest that the CondensePlusContextChatEngine is initializing memory automatically, and that the behavior should be the same in both the application and the Jupyter notebook.
Hi guys, i am using CondensePlusContextChatEngine should i initialise memory to be able to ask consecutive questions? I noticed in my previous versions i was not using any memory but i was able to ask consecutive questions, (however, only in my application and not my jupyternotebook)