Convert text to 384-dimensional embedding
static Future<List<double>> embed(String text) async { return _executor.run(() async => _embedInternal(text)); }