pub type EmbedFuture<'a> = Pin<Box<dyn Future<Output = Result<Vec<f32>, MemoryError>> + Send + 'a>>;
Boxed future type alias for single embedding results.
pub struct EmbedFuture<'a> { /* private fields */ }