Chatbot Memory: Implement Your Own Algorithm From Scratch
\
Introduction
There's one problem when implementing your own chatbot, and that's memory management during the conversation. Of course, you can use ready-made libraries such as 'Langchain', 'Ollama', ...