Neo4j Live: CyVer – Verifying Cypher Queries
As RAG systems increasingly depend on Cypher queries generated by LLMs, correctness is no longer optional, it’s critical. In this livestream, we’ll introduce CyVer, an open-source Python library designed to verify Cypher queries against your Neo4j graph schema. Whether your queries are handcrafted or AI-generated, CyVer has your back.
Join us to learn how CyVer ensures:
– Syntax Validity: Catch malformed Cypher before it breaks your app
– Schema Alignment: Validate labels and relationships against your graph
– Property Accuracy: Confirm property access matches your data model
Guests: Christina-Maria Androna & Ioanna Mandilara
GitLab Repo: https://gitlab.com/netmode/CyVer
PyPI: https://pypi.org/project/CyVer/
Publication: https://ieeexplore.ieee.org/document/10990239
NETMODE Lab: https://www.netmode.ntua.gr/
ARSINOE: https://arsinoe-project.eu/
#neo4j #graphdatabase #cypher #syntax