normalize property
L2-normalize every vector to unit length (what cosine search expects). Unset = true. false returns the raw pooled vector.
Implementation
@$pb.TagNumber(4)
$core.bool get normalize => $_getBF(2);
Implementation
@$pb.TagNumber(4)
set normalize($core.bool value) => $_setBool(2, value);