factory ExampleStoreConfig.fromJson(Map<String, dynamic> json) { return ExampleStoreConfig( vertexEmbeddingModel: json['vertexEmbeddingModel'] ?? '', ); }