Update README.md

This commit is contained in:
2025-12-27 03:28:59 -08:00
parent 1decc02218
commit 31e1186573
2 changed files with 4 additions and 3 deletions

View File

@@ -63,10 +63,11 @@ if __name__ == "__main__":
cypher = generate_cypher(text=text, neo4j_schema=neo4j.fmt_schema())
neo4j.query(cypher.statement.replace('```', ''))
print("CYPHER STATEMENT:\n", cypher.statement)
"""
schema = neo4j.fmt_schema()
print("SCHEMA:\n", schema)
generate_cypher.push_to_hub("farouk1/text-to-cypher", with_code=True, tag="v0.0.5", commit_message="Update README.md")
"""
generate_cypher.push_to_hub("farouk1/text-to-cypher", with_code=True, tag="v0.0.6", commit_message="Update README.md")