Extract entities and relationships
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
Path parameters
id
The ID of the document to extract entities and relationships from.
Headers
Authorization
Bearer authentication of the form Bearer <token>, where token is your auth token.
X-API-Key
Request
This endpoint expects an object.
settings
Settings for the entities and relationships extraction process.
run_with_orchestration
Whether to run the entities and relationships extraction process with orchestration.
Response
Successful Response
results