Skip to main content

Merging Examples

This page provides practical examples of merging extracted data into knowledge graphs using the Graphora client library.

Basic Merging Operation

After transforming documents, you can merge the extracted data into a knowledge graph:

Monitoring Merge Progress

For large datasets, merging can take some time. Here’s how to monitor the progress:

Handling Merge Conflicts

When merging data, conflicts may arise. Here’s how to handle them:

Getting Merge Statistics

You can get detailed statistics about a merge operation:

Retrieving and Using the Merged Graph

Once a merge is complete, you can retrieve and use the graph data:
These examples demonstrate the basic operations for merging data with the Graphora client library. For more detailed information about merging concepts and options, see the Merging Concepts page.