getStats method
Get statistics about stored sources and chunks.
Implementation
Future<SourceStats> getStats() async {
return await rust_rag.getSourceStats();
}
Get statistics about stored sources and chunks.
Future<SourceStats> getStats() async {
return await rust_rag.getSourceStats();
}