Skip to main content

EntityInput

Type Alias EntityInput 

Source
pub type EntityInput = (String, HashMap<String, String>, Option<Vec<f32>>);
Expand description

Entity input type for batch operations: (key, fields, optional embedding).