Skip to main content
本 notebook 提供了 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.

概述

加载器特性

设置

凭证

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

安装

Normal installation

运行此 notebook 的其余部分需要以下包。

初始化

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

加载

惰性加载

UnDatasIOLoader supports lazy loading for memory-efficient iteration.

See also