langchain.js
Preparing search index...
@langchain/core
document_loaders/base
DocumentLoader
Interface DocumentLoader
Interface that defines the methods for loading and splitting documents.
interface
DocumentLoader
{
load
()
:
Promise
<
Document
<
Record
<
string
,
any
>
>
[]
>
;
}
Implemented by
BaseDocumentLoader
Index
Methods
load
Methods
load
load
()
:
Promise
<
Document
<
Record
<
string
,
any
>
>
[]
>
Returns
Promise
<
Document
<
Record
<
string
,
any
>
>
[]
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Methods
load
langchain.js
Loading...
Interface that defines the methods for loading and splitting documents.