Method that processes a single document, transforming it into a graph document using an LLM based on the model's schema and constraints.
processResponse(document: Document): Promise<GraphDocument>| Name | Type | Description |
|---|---|---|
document* | Document | The document to process. |