3.3 · Quiz

Schema

The Go to glossary for large language model (opens in a new tab)A model trained on text to predict the next token, and so to generate language. generates Full definition for Cypher (opens in a new tab)Neo4j's implementation of GQL, the ISO standard query language for graph databases. It is declarative: you describe the pattern to find, and the database decides how to find it. queries based on the schema of the graph. When a query is submitted, the schema is automatically read from the database and added to the prompt.

In this lesson, you will learn how to restrict the schema to only include certain Full definition for node (opens in a new tab)A vertex in a graph. In a property graph it can carry labels and properties. Full definition for label (opens in a new tab)A tag on a node that groups it with other nodes of the same kind. A node can carry more than one. or Full definition for relationship (opens in a new tab)A named, directed connection between two nodes. Every relationship has a type, a start node and an end node. types.