elm.web.file_loader

ELM Web file loader class.

Classes

AsyncFetchWithRetry([header_template, ...])

Loader for fetching content from the web with retry attempts

AsyncFileLoader([header_template, ...])

Alias for AsyncWebFileLoader (for backward compatibility)

AsyncHTMLLoader([pw_launch_kwargs, ...])

Loader specifically designed to load HTML documents from the web.

AsyncLocalFileLoader([pdf_read_kwargs, ...])

Async local file (PDF or HTML) loader

AsyncWebFileLoader([header_template, ...])

Async web file (PDF or HTML) loader

BaseAsyncFileLoader([file_cache_coroutine])

Base class for async file loading