lazy_load
Description
Loads a file, parses the text in the file, and returns the iterator of the Document object in LangChain. The file cannot be a ZIP bomb file. For details, see BaseLoader.
Prototype
def lazy_load()
Return Value
Data Type |
Description |
|---|---|
Iterator[Document] |
Iterator of the Document object in LangChain. |
Parent topic: DocxLoader