Add Documents to a Graph
Add new documents to an existing knowledge graph.
Add Documents to a Graph
You can add documents to an existing graph without rebuilding it from scratch. Existing entities and relationships are preserved; new content is extracted and merged.
Prerequisites
- An existing graph with status Completed
- Graphs that are still processing cannot be updated
From the graph detail page
- Navigate to Graphs and click on the graph you want to update
- Click Update in the top-right corner
- In the dialog:
- Add Documents: Select documents to add (documents already in the graph are grayed out)
- Add Folders: Select folders—all new documents in those folders will be added
- Additional Metadata Filters: Optional JSON filters for advanced selection
- Click Update Graph
If you select folders that contain documents already in the graph, a confirmation dialog shows how many will be skipped versus added.
From the files page
- Navigate to Files
- Select one or more documents using the checkboxes
- Click the Graph button in the toolbar
- Choose an existing graph from the dropdown
- Confirm the update
What happens during an update
The update process:
- Identifies which documents are new (skips duplicates automatically)
- Extracts entities and relationships from the new documents
- Runs entity resolution to merge duplicates with existing graph data
- Preserves all existing entities and relationships
During processing, the Overview tab shows:
- Existing entity/relationship counts (preserved)
- New entities/relationships being extracted
- Number of documents being added
Related
- Create a Knowledge Graph
- Graphs Reference — Update dialog options