Versions in this module Expand all Collapse all v1 v1.0.0 May 14, 2026 Changes in this version + type Embedder interface + Embed func(ctx context.Context, text string) ([]float32, error) + EmbedBatch func(ctx context.Context, texts []string) ([][]float32, error) + EmbedBatchPartial func(ctx context.Context, texts []string) ([][]float32, []error)