Creating Cypher Template tools
2.1 · Lesson

Creating Cypher Template tools

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. Template tools let the agent run predefined queries with values extracted from the user's question.

In this lesson, you will learn how to: