- Copies document entities to the graphs_entities table
 - Copies document relationships to the graphs_relationships table
 - Associates the documents with the graph
 
- Its entities and relationships are copied to graph-specific tables
 - Existing entities/relationships are updated by merging their properties
 - The document ID is recorded in the graph’s document_ids array
 
- Graph analysis and querying
 - Community detection
 - Knowledge graph enrichment
 
Authorizations
The access token received from the authorization server in the OAuth 2.0 flow.
Path Parameters
ID of the collection to rebuild the graph for
Response
200