Skip to main content

LocalEmbeddings

Type Alias LocalEmbeddings 

Source
pub type LocalEmbeddings = BagOfWordsEmbeddings;
Expand description

Without the local-embeddings feature, LocalEmbeddings is a type alias for BagOfWordsEmbeddings, maintaining backward compatibility.

With the local-embeddings feature enabled, LocalEmbeddings becomes the ONNX Runtime-based neural network implementation.

Aliased Type§

pub struct LocalEmbeddings { /* private fields */ }