From 31e1186573cfad7155945cad5df50e4c363eb826 Mon Sep 17 00:00:00 2001 From: Farouk Adeleke Date: Sat, 27 Dec 2025 03:28:59 -0800 Subject: [PATCH] Update README.md --- main.py | 5 +++-- pyproject.toml | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/main.py b/main.py index deca5ff..10ea5e0 100644 --- a/main.py +++ b/main.py @@ -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") diff --git a/pyproject.toml b/pyproject.toml index 131df11..0e045c5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,4 +4,4 @@ version = "0.1.0" description = "Add your description here" readme = "README.md" requires-python = ">=3.13" -dependencies = ["dspy>=3.0.4", "modaic>=0.8.2", "neo4j~=5.18.0", "python-dotenv~=1.0.1"] +dependencies = ["datasets>=4.4.2", "dspy>=3.0.4", "modaic>=0.8.2", "neo4j~=5.18.0", "python-dotenv~=1.0.1"]