Ask a question to get started
Enter to sendā¢Shift+Enter new line
nodes_to_documents( nodes: Iterable[Node], ) -> Iterator[Document]
nodes
Iterable[Node]
The nodes to convert to documents.
Convert nodes to documents.
Returns: The documents generated from the nodes.