Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Deployment

Mnemo can be deployed in several configurations:

ModeBackendBest For
EmbeddedDuckDBSingle-agent, local development
DistributedPostgreSQLMulti-agent, production
DockerEitherContainer deployments
KubernetesPostgreSQLScalable production

Environment Variables

VariableDescriptionDefault
MNEMO_DB_PATHDuckDB database pathmnemo.db
MNEMO_POSTGRES_URLPostgreSQL connection URL-
MNEMO_REST_PORTREST API port-
MNEMO_AGENT_IDDefault agent IDdefault
MNEMO_ORG_IDOrganization ID-
OPENAI_API_KEYOpenAI API key for embeddings-
MNEMO_EMBEDDING_MODELEmbedding model nametext-embedding-3-small
MNEMO_DIMENSIONSEmbedding dimensions1536