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 2 main ways to store conversations:
Short Term Memory
Long Term Memory
For OpenAI Assistant, Threads will be used to store conversations.
Last updated
Was this helpful?