EmbeddingConfig constructor

EmbeddingConfig({
  1. bool normalize = true,
})

Implementation

EmbeddingConfig({this.normalize = true});