Skip to content

Commit

Permalink
add link to Neo4j in KG doc
Browse files Browse the repository at this point in the history
  • Loading branch information
nick committed Aug 21, 2024
1 parent 6351e5c commit 6aaa08d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/knowledge_graph.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,8 @@ digraph ingest_pipeline {

## Querying Neo4j

You can query the graph database directly from the Neo4j web UI. It's at [http://localhost:7474](http://localhost:7474) in dev.

To graph all nodes in the database:

```neo4j
Expand Down

0 comments on commit 6aaa08d

Please sign in to comment.