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

Struct HTML

documentloaders/html.go:15–17  ·  view source on GitHub ↗

HTML loads parses and sanitizes html content from an io.Reader.

Source from the content-addressed store, hash-verified

13
14// HTML loads parses and sanitizes html content from an io.Reader.
15type HTML struct {
16 r io.Reader
17}
18
19var _ Loader = HTML{}
20

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected