title: 'Language Model Memory' sidebar_label: 'Memory' description: 'Learn how to provide LLMs with memory' sidebar_position: 3 pagination_prev: null pagination_next: null tags:
Spice provides memory persistence tools that help language models store and retrieve information across conversations. These tools are available through the memory tool group.
Memory tools are useful for applications where context from previous interactions should influence future responses, such as chatbots, assistants, or multi-turn workflows.
To enable memory tools for Spice models, define a store memory dataset and specify memory in the model's tools parameter.
For more information on tools, see Tool components.