ExampleStoreConfig constructor

ExampleStoreConfig({
  1. required String vertexEmbeddingModel,
})

Implementation

ExampleStoreConfig({required this.vertexEmbeddingModel})
  : super(fullyQualifiedName);