昇腾社区首页
中文
注册

lazy_load

功能描述

执行文件加载,解析文档中的文字,返回langchain中Document对象迭代器。不能为一个ZIP bomb文件(具体要求参考BaseLoader)。

函数原型

def lazy_load()

返回值说明

数据类型

说明

Iterator[Document]

返回langchain中Document对象迭代器。