getVectorStoreStats method
Get vector store statistics.
Implementation
@override
Future<VectorStoreStats> getVectorStoreStats() async {
throw UnsupportedError('VectorStore not yet supported on desktop');
}
Get vector store statistics.
@override
Future<VectorStoreStats> getVectorStoreStats() async {
throw UnsupportedError('VectorStore not yet supported on desktop');
}