dimensions property
Matryoshka (MRL) output width: truncate each vector to this many floats
and re-normalize. Unset = the model's native width. Accepts any width in
1, the native width; a width the model was not MRL-trained at is
silently worse. This is the request-side width — EmbeddingsResult.dimension
reports the width actually produced.
Implementation
@$pb.TagNumber(8)
$core.int get dimensions => $_getIZ(6);
Implementation
@$pb.TagNumber(8)
set dimensions($core.int value) => $_setSignedInt32(6, value);