⚠️ Deprecated ⚠️

This feature is deprecated and will be removed in the future.

It is not recommended for use.

  • Import from "@langchain/community/document_loaders/web/recursive_url" instead. This entrypoint will be removed in 0.3.0.
interface RecursiveUrlLoaderOptions {
    callerOptions?: any;
    excludeDirs?: string[];
    extractor?: ((text) => string);
    maxDepth?: number;
    preventOutside?: boolean;
    timeout?: number;
}

Properties

callerOptions?: any
excludeDirs?: string[]
extractor?: ((text) => string)

Type declaration

    • (text): string
    • Parameters

      • text: string

      Returns string

maxDepth?: number
preventOutside?: boolean
timeout?: number

Generated using TypeDoc