Optional
selectorOptional
textOverrides the base load() method to extract the text content from the loaded document using a specific selector for the College Confidential website. It creates a Document instance with the extracted text and metadata, and returns an array containing the Document instance.
An array containing a Document instance with the extracted text and metadata from the loaded College Confidential web document.
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.
Static
importsA static method that dynamically imports the Cheerio library and returns the load function. If the import fails, it throws an error.
A Promise that resolves to an object containing the load function from the Cheerio library.
Generated using TypeDoc
A document loader specifically designed for loading documents from the College Confidential website. It extends the CheerioWebBaseLoader.
Example