Skip to main content

Interface: WebBaseLoaderParams

document_loaders/web/cheerio.WebBaseLoaderParams

Hierarchy

  • AsyncCallerParams

    WebBaseLoaderParams

Properties

maxConcurrency

Optional maxConcurrency: number

The maximum number of concurrent calls that can be made. Defaults to Infinity, which means no limit.

Inherited from

AsyncCallerParams.maxConcurrency

Defined in

langchain/src/util/async_caller.ts:9


maxRetries

Optional maxRetries: number

The maximum number of retries that can be made for a single call, with an exponential backoff between each attempt. Defaults to 6.

Inherited from

AsyncCallerParams.maxRetries

Defined in

langchain/src/util/async_caller.ts:14


timeout

Optional timeout: number

The timeout in milliseconds for the fetch request. Defaults to 10s.

Defined in

langchain/src/document_loaders/web/cheerio.ts:11