Versions in this module Expand all Collapse all v1 v1.52.0 Apr 9, 2026 Changes in this version + const DefaultDimension + const DefaultTimeout + type OllamaConfig struct + Model string + Timeout time.Duration + URL string + type Provider interface + Dimension func() int + Embed func(ctx context.Context, text string) ([]float32, error) + EmbedBatch func(ctx context.Context, texts []string) ([][]float32, error) + func NewNoopProvider(dim int) Provider + func NewOllamaProvider(cfg OllamaConfig) Provider