text-to-cypher 0.1.8

A library and REST API for translating natural language text to Cypher queries using AI models
1
2
3
4
5
6
7
8
{
  "functions": {
    "api/**/*.rs": {
      "runtime": "vercel-rust@4.0.9",
      "includeFiles": "templates/**"
    }
  }
}