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