GenAI and GraphRAG

knowledge graph

A graph of entities and the relationships between them, used as a source of facts.

Example

Two actors, one film, and the facts joining them.

cypher
MATCH path = (:Person)-[:ACTED_IN]->(:Movie {title: 'Toy Story'})
RETURN path

Each relationship states a fact. Following the two [:ACTED_IN] relationships that arrive at Toy Story answers who acted in it.

Lessons that use this term

The lesson and course links below open in a new tab.

No published lesson uses this term yet.

All glossary terms