You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After the knowledge graph is build, you can explore the knowledge graph you built in Neo4j Browser.
43
+
44
+
For the dev enviroment, you can connect neo4j browser using credentials:
45
+
- username: `neo4j`
46
+
- password: `cocoindex`
47
+
which is pre-configured in the our docker compose [config.yaml](https://raw.githubusercontent.com/cocoindex-io/cocoindex/refs/heads/main/dev/neo4j.yaml).
48
+
43
49
You can open it at [http://localhost:7474](http://localhost:7474), and run the following Cypher query to get all relationships:
0 commit comments