Memobase Client

Get Prepared

Connect to Memobase Backend

User Management

This section is a quickstart of how to do CURD of users.

User Data Management

Once you created a user, you can start to manage user data.

Memory Operations

Memobase provides memory extraction and storage for each user:

  1. flush: User Data will stay in buffer until the buffer is too big or IDLE for too long. You can flush the buffer to trigger the memory extraction manually
  1. profile: Get the memory profiles of a user.
  1. Pack the profiles into your system prompt:

Memobase Backend

Memobase offers a open-source solution with a docker backend to launch your own instance. You can use docker-compose to launch the backend in one command.

We also provide a cloud service, but it is still under development. Below steps are for future reference.

  1. Sign up at Memobase
  2. Create a new project, and get your project url, token.