//! Embedding model abstraction — unified interface for API and local ONNX providers.
modapi;modembedder;#[cfg(feature ="onnx")]modonnx;pub(crate)useapi::ApiEmbedding;pub(crate)useembedder::Embedder;#[cfg(feature ="onnx")]pub(crate)useonnx::OnnxEmbedding;