class GitbookLoaderExtracts the text content from the loaded document using the selector
Fetches the web document from the webPath and loads it using Cheerio.
A static method that dynamically imports the Cheerio library and
Fetches web documents from the given array of URLs and loads them using Cheerio.
Class representing a document loader specifically designed for loading documents from Gitbook. It extends the CheerioWebBaseLoader.