Memory
Memory allow you to chat with AI as if AI has the memory of previous conversations.
Human: hi i am bob
AI: Hello Bob! It's nice to meet you. How can I assist you today?
Human: what's my name?
AI: Your name is Bob, as you mentioned earlier.
Under the hood, these conversations are stored in arrays or databases, and provided as context to LLM. For example:
There are different type of ways to store memory:
Buffer Memory
Buffer Window Memory
Conversation Summary Memory
Zep Memory
Last updated