Method that converts an array of documents into an array of graph documents using the processResponse method.
processResponse
The array of documents to convert.
A promise that resolves to an array of graph documents.
Method that processes a single document, transforming it into a graph document using an LLM based on the model's schema and constraints.
The document to process.
A promise that resolves to a graph document.
Generated using TypeDoc
Method that converts an array of documents into an array of graph documents using the
processResponse
method.