norm property
L2 norm of values. Optional — populated when the backend computes
it (typically when normalize=false and the consumer wants to score
similarity without recomputing).
Implementation
@$pb.TagNumber(2)
$core.double get norm => $_getN(1);
Implementation
@$pb.TagNumber(2)
set norm($core.double value) => $_setFloat(1, value);