What is Remembrall?
Remembrall gives your language model long-term memory, retrieval augmented generation, and complete observability with just a few lines of code.
Setup
To get started, sign in with Github on the Remembrall platform and copy your API key from the settings page. Any request that you send with the modifiedopenai_api_base
(see below) and Remembrall API key will automatically be tracked in the Remembrall dashboard. You never have to share your OpenAI key with our platform and this information is never stored by the Remembrall systems.
To do this, we need to install the following dependencies:
Enable Long Term Memory
In addition to setting theopenai_api_base
and Remembrall API key via x-gp-api-key
, you should specify a UID to maintain memory for. This will usually be a unique user identifier (like email).