If you’ve ever built a chatbot, you’ve run into the question of how to give it “memory”.
Since LLMs are stateless by default, it falls on us to make sure our chatbots can recall information and have a fluid conversation.
I put together a quick guide with 4 different ways to give your chatbot more memory. Ranging from easy to implement, to more technical (Embeddings + RAG).
Feel free to check it out here, hope it’s helpful.
submitted by /u/dancleary544
[link] [comments]