Revert changes made to graph_visual_with_neo4j.py

This commit is contained in:
DavIvek 2025-06-26 16:18:25 +02:00
parent ff1927d362
commit 0d6bd3bac2

View file

@ -11,7 +11,7 @@ BATCH_SIZE_EDGES = 100
# Neo4j connection credentials
NEO4J_URI = "bolt://localhost:7687"
NEO4J_USERNAME = "neo4j"
NEO4J_PASSWORD = "david123"
NEO4J_PASSWORD = "your_password"
def xml_to_json(xml_file):