isFloat property

bool get isFloat

True if this embedding came from an embedder that was not configured to perform scalar quantization.

Implementation

bool get isFloat => type == EmbeddingType.float;