1
Built this after manually creating graph databases took me a few months at my last company.
Graphora converts unstructured text (documents, emails, reports) into graph databases automatically:
- Upload text → LLM extracts entities & relationships
- Handles entity resolution (same person, different names)
- Interactive ontology designer
- Exports to Neo4j (for now)
Demo: https://demo.graphora.io
You'll need to provide:
- Gemini API key (your own)
- 2 Neo4j instances for staging & Prod. [You can sign up for Free Aura]
All credentials encrypted.
Looking for feedback from anyone who's wrestled with turning messy text into structured relationship data. Let us know!