@alejandro_ao

Thanks for your support everyone! Are you interested in a video on how to add a Graphical User Interface to this chatbot?

@pythonfamily

What would be the correct way to deploy a chatbot with memory, similar to the one you created in this video, on a cloud service? I am asking this because I assume that if you create a standard API, every user call will reset the memory, won't it? should it be done with websockets? 🤔

Great videos bro, greetings from Colombia :)

@harikrishnareddygali6244

Great work mate!!! Can you please make an video on making a chatbot on a website using langchain

@shudarshankongkham198

Hi how do i store the langchain wrapper memory and then reload it to the model such that it remembers the previous conversation? I am planning to use an API that takes the prompt along with a session ID as an input, and it will recall the memory as per the session ID which is stored in the database. I was able to store the entities in the database but was not able to feed it to the model to make it refer to the loaded entities before getting the reply back. Will appreciate if you could help me with an answer to this.

@nicuticu

nice ... can this be adapted to be used with openai embeddings?