Skip to content

Latest commit

 

History

History
68 lines (37 loc) · 1.92 KB

File metadata and controls

68 lines (37 loc) · 1.92 KB

:material-file-download-outline: Document Loaders

Document loaders retrieve remote JSON-LD documents and contexts. PyLD ships class-based loaders for common cases and supports custom subclasses of DocumentLoader.

Default Document Loader

The default document loader is selected at import time, in this order:

  1. RequestsDocumentLoader if requests is available
  2. AioHttpDocumentLoader if aiohttp is available

If neither is installed, document loading raises.