v0.2
v0.1
Preparing search index...
The search index is not available
LangChain.js - v0.2.10
LangChain.js
langchain-community/document_loaders/web/recursive_url
RecursiveUrlLoaderOptions
Interface RecursiveUrlLoaderOptions
interface
RecursiveUrlLoaderOptions
{
callerOptions
?:
any
;
excludeDirs
?:
string
[]
;
extractor
?:
(
(
text
:
string
)
=>
string
)
;
maxDepth
?:
number
;
preventOutside
?:
boolean
;
timeout
?:
number
;
}
Index
Properties
caller
Options?
exclude
Dirs?
extractor?
max
Depth?
prevent
Outside?
timeout?
Properties
Optional
caller
Options
caller
Options
?:
any
Optional
exclude
Dirs
exclude
Dirs
?:
string
[]
Optional
extractor
extractor
?:
(
(
text
:
string
)
=>
string
)
Optional
max
Depth
max
Depth
?:
number
Optional
prevent
Outside
prevent
Outside
?:
boolean
Optional
timeout
timeout
?:
number
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
caller
Options
exclude
Dirs
extractor
max
Depth
prevent
Outside
timeout
LangChain.js - v0.2.10
Loading...