hub Graph Stores

Configure Neo4j via NEO4J_URI, NEO4J_USER, and NEO4J_PASSWORD. For local development, the bolt URI is typically bolt://localhost:7687.

code Neo4j
NEO4J_URI=bolt://localhost:7687
NEO4J_USER=neo4j
NEO4J_PASSWORD=your_password
NEO4J_DATABASE=neo4j

The graph store is needed to persist decomposed sentences as entity relationships, for example paris[is]capital of france.