Skip to main content
This notebook provides a quick overview for getting started with the UnDatasIO document loader. UnDatasIO enables efficient loading and parsing of various document formats including PDF, PNG, JPG, JPEG, and JFIF, with features like document lazy loading and native async support, all through UnDatasIO’s secure cloud API. These capabilities make the processed data ready for generative AI workflows like RAG. For detailed documentation on all features and configurations, refer to the official API reference.

Overview

Loader features

SourceDocument Lazy LoadingNative Async Support
UnDatasIOLoader

Setup

Credentials

UnDatasIO requires an API token. Generate a free token at undatas.io and set it in the cell below:

Installation

Normal installation

The following packages are required to run the rest of this notebook.

Initialization

The UnDatasIOLoader supports single-file upload & parsing via the UnDatasIO cloud API.

Load

Lazy load

UnDatasIOLoader supports lazy loading for memory-efficient iteration.

See also