stats method
Snapshot current index statistics from the logical service state.
Implementation
$async.Future<RAGStatistics> stats(
$pb.ClientContext? ctx, RAGServiceState request) =>
_client.invoke<RAGStatistics>(
ctx, 'RAG', 'Stats', request, RAGStatistics());