construct Couchbase document loader with a requirement for couchbase cluster client
{ Cluster } [ couchbase connected client to connect to database ]
{ string } [ query to get results from while loading the data ]
Optional
pageContentFields: string[]{ Array
Optional
metadataFields: string[]{ Array
Loads the documents and splits them using a specified text splitter.
A Promise that resolves with an array of Document instances, each split according to the provided TextSplitter.
Generated using TypeDoc
loader for couchbase document