getDimension static method

int getDimension()

Get the dimension of embeddings generated by this model.

Returns int - Embedding dimension (768)

Implementation

static int getDimension() {
  return _getLiteRtEmbeddingDimensionJS().toDartInt;
}