Module 1

Get Connected

An AI agent that only has the current conversation forgets everything the moment that conversation ends.

In this module, you will learn what a context graph is and how neo4j-agent-memory supports its creation.

Then you will build your own context graph: a working agent, backed by a Neo4j graph database.

By the end of this module, you will be able to:

  • Explain what a context graph is, and how it differs from a plain 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.
  • Identify the three memory layers neo4j-agent-memory gives an agent, and the question each one answers
  • Scaffold a context graph application with create-context-graph
Ready, let's go!