Skip to main content

EmbedBatchFuture

Type Alias EmbedBatchFuture 

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

Boxed future type alias for batch embedding results.

Aliased Type§

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