mix fastembed.models (ExFastembed v0.1.0)

Copy Markdown View Source

Lists supported models, marking complete local downloads as cached.

mix fastembed.models
mix fastembed.models --cached
mix fastembed.models --type reranker

Options:

  • --cached — only show models with all required files present.
  • --type embedding|reranker — filter by model family.

Reads FASTEMBED_CACHE_DIR (default .fastembed_cache) without accessing the network. Cache status checks file presence, not contents or runtime compatibility. An HF_HOME exported before starting the VM overrides FASTEMBED_CACHE_DIR. The MODEL column contains explicit variant names accepted by mix fastembed.download, ExFastembed.load/1, and ExFastembed.load_reranker/1.