Ready to give your AI a memory boost? Here’s how to get started.

Memobase Client

Step 1: Get Prepped

Step 2: Connect to the Backend

Step 3: User Management (The Fun Part)

Time to create, read, update, and delete users. The classic CRUD.

Step 4: Manage User Data

Now that you have a user, let’s give them some memories.

Step 5: Memory Operations

This is where the magic happens. Memobase extracts and stores memories for each user.

  1. flush: User data hangs out in a buffer. If the buffer gets too big or sits idle for too long, it gets processed. You can also trigger this manually.
  1. profile: Get the memory profile of a user.
  1. Pack the profiles into your system prompt:

Memobase Backend

We offer an open-source solution with a Docker backend so you can launch your own instance. You can use docker-compose to launch the backend in one command.

Cloud Service Coming Soon! We’re working on a hosted cloud service. For now, you’ll have to get your hands dirty with Docker. It’s good for you.

  1. Sign up at Memobase (when it’s ready).
  2. Create a new project and get your project URL and token.