SDK constructor options
All configuration is passed to theAtlasMem (or AsyncAtlasMem) constructor. Every option has a sensible default.
Server-side scoring weights
These are configured via environment variables on the server. If you are self-hosting, set them in your
.env:
Memory lifecycle settings (self-hosted)
Ingestion settings (self-hosted)
LLM & embedding models (self-hosted)
The embedding model is downloaded once and cached in the Docker image at build time. Changing
EMBEDDING_MODEL requires rebuilding your base image.