oskarhane/chatgpt-cypher
Experiment to let ChatGPT generate Cypher from natural language
This tool helps Neo4j database users query their graph databases using plain English instead of writing complex Cypher code. You provide your database connection and an OpenAI API key, type a question in natural language, and it generates the Cypher query and executes it against your Neo4j database, returning the results. It's designed for anyone managing or analyzing data in a Neo4j graph database who wants to simplify querying.
No commits in the last 6 months.
Use this if you want to ask questions of your Neo4j graph database in natural language and have the system generate and run the appropriate Cypher queries for you.
Not ideal if you are working with sensitive data or production databases, as there is a risk of unintended data modification or deletion.
Stars
8
Forks
—
Language
Svelte
License
—
Category
Last pushed
Feb 12, 2023
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/llm-tools/oskarhane/chatgpt-cypher"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
KudoAI/chatgpt.js
🤖 A powerful, open source client-side JavaScript library for ChatGPT
janhq/jan
Jan is an open source alternative to ChatGPT that runs 100% offline on your computer.
WongSaang/chatgpt-ui
A ChatGPT web client that supports multiple users, multiple languages, and multiple database...
FrancescoCoding/easyGPT
🤖 Template for a Node.js server (complete of npm module!) that sends requests to the ChatGPT API...
reflex-dev/reflex-chat
A ChatGPT clone built in Reflex