Skip to main content

Embedding

Type Alias Embedding 

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

Vector embedding representation.

Aliased Typeยง

pub struct Embedding { /* private fields */ }