Versions in this module Expand all Collapse all v0 v0.0.5 Feb 10, 2025 Changes in this version + type Loader struct + func New(r io.Reader, columns ...string) Loader + func (c Loader) Load(_ context.Context) ([]llm.Document, error) + func (c Loader) LoadAndSplit(ctx context.Context, splitter llm.TextSplitter) ([]llm.Document, error)