Hey everyone, what's the best way to
# general-english
t
Hey everyone, what's the best way to manage memory/conversational-history? When the conversations are getting longer than 5-6 minutes, the LLM forgets stuff that has already happened. is there any tool that can help with this? Is prompting the best? Does vapi offer any functionality to help?
k
Use Vapi’s memory API to store key user info, summarize the conversation periodically to maintain context, and optionally integrate an external database to retrieve relevant past information, ensuring the LLM retains important details in long conversations..
t
Thanks @Kings_big💫 Any docs that you can link to? I can't find the memory API in the API reference or did you mean use external tools?
k