lazy_load 功能描述执行文件加载,解析文档中的文字,返回langchain中Document对象迭代器。不能为一个ZIP bomb文件(具体要求参考BaseLoader)。 函数原型def lazy_load() 返回值说明 数据类型 说明 Iterator[Document] 返回langchain中Document对象迭代器。 父主题: DocxLoader类