isReady property
bool
get
isReady
Whether the vector store is ready for use.
Implementation
bool get isReady => status == VectorStoreStatus.completed;
Whether the vector store is ready for use.
bool get isReady => status == VectorStoreStatus.completed;