Module 2
Knowledge Graph Construction
In this module, you will learn:
- The process of creating knowledge graphs from unstructured text.
- How to use the
SimpleKGPipelineclass to create a Full definition for knowledge graph (opens in a new tab)A representation of real-world entities and their relationships, stored according to organizing principles, typically in a graph database. from unstructured data. - The stages of the pipeline and how they work together.
- How to modify the configuration to define the schema and Full definition for data model (opens in a new tab)The labels, relationship types and properties chosen to represent a domain..
If you are ready, let's get going!