Embedding

Type Alias Embedding 

Source
pub type Embedding = Vec<f32>;
Expand description

Type alias for the embedding vector

Aliased Typeยง

pub struct Embedding { /* private fields */ }