Module

Introduction to GraphRAG

In this module, you will set up your environment and learn the fundamentals you need to start building.

By the end of this module, you will:

  • Have your coding environment running and connected to your Neo4j database
  • Understand why graphs make LLMs more accurate
  • Know the building blocks of a Neo4j graph (nodes, relationships, properties)
  • Have designed a graph data model for your own use case
  • Be able to write basic Cypher queries to create and query data
Ready, let's go!