Pull latest entities to the graph
Graphs
Pull latest entities to the graph
Adds documents to a graph by copying their entities and relationships.
POST
Pull latest entities to the graph
This endpoint:
- 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