Repo · Data & extraction
Neo4jev
Choose the next relationship in a graph traversal.
Open github.com ↗From the repository
Typesafe.ai System One Model Jev navigating a Neo4j graph by using a classifier over neighbouring relationships
How builders describe it
Typesafe.ai System One Model Jev navigating a Neo4j graph by using a classifier over neighbouring relationships.
Explore how a natural-language goal can guide a search through existing Neo4j relationships, with a visible record of the alternatives considered at each step.
Walking a Neo4j graph one hop at a time, each hop a typed choice.
I put Jev to use in an example for "graph navigation" (inspired by the wikilinks demo) - connect to existing neo4j database - starting point - give a goal (target node, general isntructions, or path intent) - have Jev see each relationship + neighbor via Choice and give probabilities for following…
The decision Jev makes
Keep or drop a row, assign a label, or select one field value at a time.
Where it fits
Putting Jev next to the data: filtering rows with plain-English conditions, classifying records, labelling datasets and pulling structure out of text one small decision at a time. All 61 data & extraction projects →