pub type Embedding = Vec<f32>;
Vector embedding (typically 384-1536 dimensions depending on model)
pub struct Embedding { /* private fields */ }