Skip to content

Commit 9972688

Browse files
authored
amend neo4j connection instruction in the local dev example (#311)
1 parent 8a6dd80 commit 9972688

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

examples/docs_to_kg/README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,12 @@ python main.py cocoindex update
4040
### Browse the knowledge graph
4141

4242
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+
4349
You can open it at [http://localhost:7474](http://localhost:7474), and run the following Cypher query to get all relationships:
4450

4551
```cypher

0 commit comments

Comments
 (0)