Skip to main content

EmbedderHandle

Type Alias EmbedderHandle 

Source
pub type EmbedderHandle = Arc<dyn TextEmbedder>;
Expand description

Type-erased text embedder shared across resolvers.

Aliased Typeยง

pub struct EmbedderHandle { /* private fields */ }