Drive AGA from the neo4j driver
3.4 · Lesson

Drive AGA from the neo4j driver

The previous three lessons in this module all use the graphdatascience Python client. That's the canonical way to drive Go to glossary for Aura Graph Analytics (opens in a new tab)The Aura service that runs graph algorithms in a separate session, with no plugin to install. from Python — but it's not the only way.

When you're Full definition for embedding (opens in a new tab)Information represented as a numerical vector, positioned so that similar information sits close together. AGA into an existing app, a batch script, or a service that already speaks Neo4j, you can drive AGA from the plain neo4j driver alone — no extra dependency, no new API.