Extracts entities and relationships from a document. The entities and relationships extraction process involves: 1. Parsing documents into semantic chunks 2. Extracting entities and relationships using LLMs
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.
Whether to run the entities and relationships extraction process with orchestration.
The prompt to use for knowledge graph extraction.
The prompt to use for entity description generation.
The types of entities to extract.
The types of relations to extract.
The number of extractions to merge into a single KG extraction.
The maximum number of knowledge relationships to extract from each chunk.
The maximum length of the description for a node in the graph.
Configuration for text generation during graph enrichment.
Successful Response