isReady property

bool get isReady

Whether the vector store is ready for use.

Implementation

bool get isReady => status == VectorStoreStatus.completed;