isEmbeddingReady property

bool get isEmbeddingReady

Returns true if the embedding model is loaded and ready.

All models load together, so this is equivalent to isReady.

Implementation

bool get isEmbeddingReady => isReady;