Versions in this module Expand all Collapse all v1 v1.0.0 Mar 29, 2026 Changes in this version + type Embedder interface + Close func() error + Embed func(text string) ([]float32, error) + EmbedBatch func(texts []string) ([][]float32, error) + type ONNXEmbedder struct + func NewONNXEmbedder(runtimePath, modelPath, vocabPath string) (*ONNXEmbedder, error) + func (e *ONNXEmbedder) Close() error + func (e *ONNXEmbedder) Embed(text string) ([]float32, error) + func (e *ONNXEmbedder) EmbedBatch(texts []string) ([][]float32, error)