This commit is contained in:
2025-12-27 02:17:22 -08:00
parent 4be485032a
commit eeb1ccab64
6 changed files with 156 additions and 1 deletions

7
pyproject.toml Normal file
View File

@@ -0,0 +1,7 @@
[project]
name = "text-to-cypher"
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"]