Get the original source document content by ID.
Returns null if the source doesn't exist.
Future<String?> getSourceDocument(int sourceId) => _ragService.getSourceDocument(sourceId: sourceId);