//! Real embedding model using ONNX runtime
//!//! This module provides the actual ONNX-based embedding model implementation
//! that runs locally when the 'local-embeddings' feature is enabled.
#[cfg(feature ="local-embeddings")]moddownload;#[cfg(feature ="local-embeddings")]modmodel;#[cfg(feature ="local-embeddings")]modtests;#[cfg(feature ="local-embeddings")]pubusemodel::RealEmbeddingModel;