API Reference
Update Graph
Update an existing graph with new documents.
This endpoint processes additional documents based on the original graph filters and/or new filters/document IDs, extracts entities and relationships, and updates the graph with new information.
Args: name: Name of the graph to update request: UpdateGraphRequest containing:
- additional_filters: Optional additional metadata filters to determine which new documents to include
- additional_documents: Optional list of additional document IDs to include auth: Authentication context
Returns: Graph: The updated graph object
POST
Headers
Path Parameters
Body
application/json
Request model for updating a graph
Optional additional metadata filters to determine which new documents to include
Optional list of additional document IDs to include
Optional customizations for entity extraction and resolution prompts
Response
200
application/json
Successful Response
Represents a knowledge graph
Represents an entity in a knowledge graph
Represents a relationship between entities in a knowledge graph
Was this page helpful?