Embedding

Type Alias Embedding 

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

Vector embedding (typically 384-1536 dimensions depending on model)

Aliased Typeยง

pub struct Embedding { /* private fields */ }