Build a Graph with Python

In this module, you will learn how to build a knowledge graph using Python, Langchain, and an LLM.

You will replicate the functionality of the Knowledge Graph Builder learning how to:

  • Load and chunk data

  • Create embeddings and vector indexes

  • Extract entities and relationships from the data using an LLM

  • Build the knowledge graph in Neo4j

Ready? Let’s go →