TextEmbedderOptions.fromAssetPath constructor
TextEmbedderOptions.fromAssetPath(
- String assetPath, {
- EmbedderOptions embedderOptions = const EmbedderOptions(),
Convenience constructor that looks for the model asset at the given file system location.
Implementation
TextEmbedderOptions.fromAssetPath(
String assetPath, {
EmbedderOptions embedderOptions = const EmbedderOptions(),
});