Skip to main content

Overview

LLM Memory is the process of giving your AI the ability to remember and learn over time. This is done by storing the history of your AI’s interactions with your users, and then using that data to improve your AI’s performance.

Use Cases

Usage

Add Session Memory

Add memory to your session by calling the Add Session Memory endpoint. This will add the memory to your session, and then index it.

Get Session Memory

Get memory from your session by calling the Get Session Memory endpoint. This will return the memory from your session.

Definitions