pub type Embedded = (Vec<f32>, String);Expand description
One vector plus the identity of the space it belongs to.
The two always travel together: a vector without its space is a number sequence nobody can tell apart from one produced by a different model, and pairing them anywhere but at the point of production is a chance to pair them wrongly.