Versions in this module Expand all Collapse all v0 v0.1.2 May 30, 2023 Changes in this version + type LLM interface + Embed func(ctx context.Context, text string) ([]float32, error) + QA func(ctx context.Context, questionContext, question string) (string, error)