Understanding Neo4j
2.3 · Lesson

Understanding Neo4j

Neo4j is the database you will use to store and query the 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. at the heart of your Full definition for GraphRAG (opens in a new tab)Retrieval-augmented generation whose context comes from a knowledge graph, so the model can follow the relationships between facts. application.

In this lesson, you will learn about Neo4j's four building blocks, how to decide between Full definition for node (opens in a new tab)A vertex in a graph. In a property graph it can carry labels and properties. and Full definition for property (opens in a new tab)A named value stored on a node or a relationship., and the rule that makes graph modeling intuitive.