Remove a source and all its chunks from the database.
Future<void> removeSource(int sourceId) => _ragService.removeSource(sourceId);