Ask a question to get started
Enter to sendā¢Shift+Enter new line
Method that converts an array of documents into an array of graph documents using the processResponse method.
processResponse
convertToGraphDocuments(documents: Document<Record<string, any>>[]): Promise<GraphDocument[]>
documents
Document<Record<string, any>>[]
The array of documents to convert.