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

CommandParametersDescription
setupNonePrepare environment (download embedding model)
quotaNoneDisplay available augmentation quota
sign-up<email>Sign up for an API key
cockroachdb cluster startNoneStart a new CockroachDB cluster
cockroachdb cluster claimNoneGet cluster claim URL
cockroachdb cluster deleteNoneDelete cluster (destructive)
CLI Commands
# Cache the embedding model for faster runtime
python -m memori setup