WebEmbeddingModel constructor
WebEmbeddingModel({
- required VoidCallback onClose,
- String? modelPath,
- String? tokenizerPath,
Implementation
WebEmbeddingModel({
required this.onClose,
String? modelPath,
String? tokenizerPath,
}) : _modelPath = modelPath,
_tokenizerPath = tokenizerPath;