Versions in this module Expand all Collapse all v1 v1.1.0 Jun 15, 2026 Changes in this version + type Embedder interface + Embed func(ctx context.Context, text string) ([]float32, error) + func NewOllama(config *OllamaConfig) Embedder + func NewOpenAI(config *OpenAIConfig) Embedder + type OllamaConfig struct + BaseURL string + Model string + Timeout time.Duration + type OpenAIConfig struct + APIKey string + BaseURL string + Model string + Timeout time.Duration