Extracts entities and relationships from a document.
The entities and relationships extraction process involves:
Parsing documents into semantic chunks
Extracting entities and relationships using LLMs
Storing the created entities and relationships in the knowledge graph
Preserving the document’s metadata and content, and associating the elements with collections the document belongs to
The ID of the document to extract entities and relationships from.
Whether to return an estimate of the creation cost or to actually extract the document.
Settings for the entities and relationships extraction process.
Whether to run the entities and relationships extraction process with orchestration.
Successful Response