Get Started
Quickstart
Patch OpenAI
Use OpenAI API with Memory, powered by Memobase
Client Side
Use SDK or APIs to connect to Memobase Backend
Server Side
Launch Memobase Backend
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:
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
profile
: Get the memory profiles of a user.
- 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.
- Sign up at Memobase
- Create a new project, and get your project url, token.