Object construction from a JSON representation
factory EmbeddingVector.fromJson(Map<String, dynamic> json) => _$EmbeddingVectorFromJson(json);