getVectorStoreStats method

  1. @override
Future<VectorStoreStats> getVectorStoreStats()
override

Get vector store statistics.

Implementation

@override
Future<VectorStoreStats> getVectorStoreStats() async {
  throw UnsupportedError('VectorStore not yet supported on desktop');
}