Local embedding model backend for Blazen using [fastembed].
This crate wraps the [fastembed] Rust crate (ONNX Runtime) to provide
fully local, offline vector embeddings with no API keys required.
When used through blazen-llm with the fastembed feature flag, this
crate's [FastEmbedModel] automatically implements
blazen_llm::EmbeddingModel.
Quick start
use ;
# async