Versions in this module Expand all Collapse all v0 v0.1.0 Apr 18, 2026 Changes in this version + type Model struct + func LoadModel() (*Model, error) + func (m *Model) Dimensions() int + func (m *Model) Embed(text string) ([]float32, error) + func (m *Model) EmbedBatch(texts []string) ([][]float32, error)