Module
Introduction to GraphRAG
In this module, you will learn the fundamentals you need to start building. Your environment is already set up, so from here on the focus is on graphs themselves.
By the end of this module, you will:
- 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