Skip to main content

LazyEmbeddings

Type Alias LazyEmbeddings 

Source
pub type LazyEmbeddings<T> = LazySubsystem<T>;
Expand description

Lazy-init wrapper for the embeddings subsystem.

Aliased Typeยง

pub struct LazyEmbeddings<T> { /* private fields */ }