langchain.js
Preparing search index...
@langchain/community
document_loaders/web/html
HTMLWebBaseLoader
Class HTMLWebBaseLoader
Hierarchy (
View Summary
)
BaseDynamicToolInput
HTMLWebBaseLoader
Implements
WebBaseLoader
Index
Constructors
constructor
Properties
caller
headers?
text
Decoder?
timeout
web
Path
Methods
load
Constructors
constructor
new
HTMLWebBaseLoader
(
webPath
:
string
,
fields
?:
WebBaseLoaderParams
,
)
:
HTMLWebBaseLoader
Parameters
webPath
:
string
Optional
fields
:
WebBaseLoaderParams
Returns
HTMLWebBaseLoader
Properties
caller
caller
:
AsyncCaller
Optional
headers
headers
?:
HeadersInit
Optional
text
Decoder
textDecoder
?:
TextDecoder
timeout
timeout
:
number
web
Path
webPath
:
string
Methods
load
load
()
:
Promise
<
Document
[]
>
Returns
Promise
<
Document
[]
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
caller
headers
text
Decoder
timeout
web
Path
Methods
load
langchain.js
Loading...