Skip to main content

Module embeddings

Module embeddings 

Source
Expand description

Module for handling creating vector embeddings of audio data using theoretically any ONNX model, but specifically designed for use with the model in models/audio_embedding_model.onnx.

Structs§

AudioEmbeddingModel
Struct representing an audio embedding model loaded from an ONNX file.
Embedding
ModelConfig

Constants§

DIM_EMBEDDING
The size of the embedding produced by the audio embedding model as a usize.