langchain.js
Preparing search index...
@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
callerOptions
?:
any
Optional
exclude
Dirs
excludeDirs
?:
string
[]
Optional
extractor
extractor
?:
(
text
:
string
)
=>
string
Optional
max
Depth
maxDepth
?:
number
Optional
prevent
Outside
preventOutside
?:
boolean
Optional
timeout
timeout
?:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
caller
Options
exclude
Dirs
extractor
max
Depth
prevent
Outside
timeout
langchain.js
Loading...