Remember & recall

Open In Colab

This Colab notebook walks through add grains, run searches, and walk through basic memory operations end-to-end. Click the badge above to open an editable copy in your own Google Drive.

Setup — one time

Generate an API key at app.areev.ai → Account → API Keys. Inside Colab, open the 🔑 Secrets panel (left sidebar) and add two entries:

NameValue
AREEV_API_KEYyour Areev API key
AREEV_MEMORY_IDthe memory id the notebook should target (e.g. my-first-memory)

Toggle Notebook access ON for both. The notebook reads them via google.colab.userdata so the key never appears in the notebook itself.

What’s covered

  • Use remember() for natural-language input
  • Add structured grains
  • Recall via search
  • Combine BM25, vector, and graph
  • Per-user scoping

Run it

Open the notebook in Colab →