isQuantized property

bool get isQuantized

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

Implementation

bool get isQuantized => type == EmbeddingType.quantized;