Open Panicum opened 2 months ago
I think the server holds that self.campaign_data
in-memory across all your chats while the pipelines server is running. You would need to add code to your pipeline to grab and store an ID for each thread and do the lookup in your pipe.
I created the RAG pipeline in which I am saving data in the variable "self.campaign_data":
I would like to have it reset on every new "Pipeline XYZ" chat window, but for now, it is taking data entered in different chats and using it in the new conversations.