Serializes the embedding result into a map.
Map<String, dynamic> toMap() => { 'providerId': providerId, 'vector': vector, 'raw': raw, };