I got tired of writing Cypher by hand so I built something to do it for me. You paste in raw text → it builds a knowledge graph. You ask a question in plain English → it writes the Cypher, runs it, and gives you the answer. The part that surprised me most was how well schema inference works. After the text-to-graph step, the schema is detected automatically and fed into the query pipeline — so both sides stay in sync without any hardcoding. Also added a Cypher validation layer because watching bad queries crash the DB got old fast. Stack: Python, Memgraph #python #memgraph #graphdb #LLM #mcp Short demo in the video 👇

To view or add a comment, sign in

Explore content categories