ErickWendel/neo4j-ai-experiments
Examples of my tutorial on how to use Neo4j for empowering AI RAG systems
This helps developers integrate natural language understanding into applications that use Neo4j databases. It takes everyday language questions and turns them into precise Cypher database queries, then fetches the answers from your Neo4j database. This is for software developers building AI-powered features for data exploration or internal tools that leverage graph databases.
Use this if you are a developer looking for an example of how to build a system that allows users to query a Neo4j graph database using natural language, powered by local AI models.
Not ideal if you are a non-technical user looking for a ready-to-use application to query your Neo4j database without any coding.
Stars
74
Forks
35
Language
JavaScript
License
MIT
Category
Last pushed
Jan 08, 2026
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/vector-db/ErickWendel/neo4j-ai-experiments"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Related tools
lancedb/vectordb-recipes
Resource, examples & tutorials for multimodal AI, RAG and agents using vector search and LLMs
nath1295/LLMFlex
A python package for developing AI applications with local LLMs.
Emirateyang/llm-agent
Java library to simplify the integration of LLMs
Special-Unitary-Group/xolote
Centralize your own research material and consult it with the power of AI and LLMs
Emmanuel-Melon/learning-llms-from-scratch
My personal journey and open notes on understanding AI/ML concepts by implementing them from...