DavIvek
commited on
Commit
·
d88f749
1
Parent(s):
7f20a21
Revert changes made to graph_visual_with_neo4j.py
Browse files
examples/graph_visual_with_neo4j.py
CHANGED
@@ -11,7 +11,7 @@ BATCH_SIZE_EDGES = 100
|
|
11 |
# Neo4j connection credentials
|
12 |
NEO4J_URI = "bolt://localhost:7687"
|
13 |
NEO4J_USERNAME = "neo4j"
|
14 |
-
NEO4J_PASSWORD = "
|
15 |
|
16 |
|
17 |
def xml_to_json(xml_file):
|
|
|
11 |
# Neo4j connection credentials
|
12 |
NEO4J_URI = "bolt://localhost:7687"
|
13 |
NEO4J_USERNAME = "neo4j"
|
14 |
+
NEO4J_PASSWORD = "your_password"
|
15 |
|
16 |
|
17 |
def xml_to_json(xml_file):
|