Skip to main content

EmbedFuture

Type Alias EmbedFuture 

Source
pub type EmbedFuture<'a> = Pin<Box<dyn Future<Output = Result<Vec<f32>, MemoryError>> + Send + 'a>>;
Expand description

Boxed future type alias for single embedding results.

Aliased Type§

pub struct EmbedFuture<'a> { /* private fields */ }