Expand description
FastEmbedEmbedder — fastembed-rs ONNX-runtime CPU embedder.
Default model: AllMiniLML6V2 (384-dim, ~80 MB ONNX file
auto-downloaded on first use to the user’s cache directory).
Heavy first-build (ONNX runtime crate is ~5-10 minutes from cold cache). Subsequent builds reuse the cached compile.
Structs§
- Fast
Embed Embedder - fastembed-rs–backed
Embedder.
Constants§
- DEFAULT_
DIM - Output dimension of
DEFAULT_MODEL. - DEFAULT_
MODEL - Default model: 384-dimensional
AllMiniLML6V2.