MCPcopy Create free account
hub / github.com/tmc/langchaingo / Text

Struct Text

documentloaders/text.go:13–15  ·  view source on GitHub ↗

Text loads text data from an io.Reader.

Source from the content-addressed store, hash-verified

11
12// Text loads text data from an io.Reader.
13type Text struct {
14 r io.Reader
15}
16
17var _ Loader = Text{}
18

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected