CLI Quickstart
The Memori CLI lets you manage your environment, check quotas, and perform setup tasks from the terminal. It is included with the memori package.
View Available Commands
python -m memori
Essential Setup
Pre-download the embedding model that Memori uses for semantic search. Without this, the model downloads automatically on first use (slower).
python -m memori setup
Command Reference
| Command | Parameters | Description |
|---|---|---|
setup | None | Prepare environment (download embedding model) |
quota | None | Display available augmentation quota |
sign-up | <email> | Sign up for an API key |
cockroachdb cluster start | None | Start a new CockroachDB cluster |
cockroachdb cluster claim | None | Get cluster claim URL |
cockroachdb cluster delete | None | Delete cluster (destructive) |
CLI Commands
# Cache the embedding model for faster runtime
python -m memori setup