# ExFastembed v0.1.0 - Table of Contents

> Local text embeddings and document reranking for Elixir, powered by FastEmbed and ONNX Runtime.

## Pages

- [ExFastembed](readme.md)
- [Changelog](changelog.md)
- [LICENSE](license.md)

- Guides
  - [Supported models](models.md)
  - [Development and coverage](development.md)
  - [Releasing to Hex](releasing.md)

## Modules

- [ExFastembed](ExFastembed.md): Loads FastEmbed text embedding and reranker models through `fastembed-rs`.

## Mix Tasks

- [mix fastembed.download](Mix.Tasks.Fastembed.Download.md): Downloads a model into `FASTEMBED_CACHE_DIR` (default `.fastembed_cache`).
An `HF_HOME` exported before starting the VM takes precedence.
- [mix fastembed.models](Mix.Tasks.Fastembed.Models.md): Lists supported models, marking complete local downloads as `cached`.

