hydra-python-agent
hydra-python-agent copied to clipboard
Add a CLI argument to view graph
Currently to visualise the graph created in redisgraph, one is supposed to uncomment the code here. Instead maybe provide a command line argument to visualise the whole graph.
@Mec-iS @xadahiya Suggestions?
that would be nice but it would be computationally expensive as the graph could have eventually millions of nodes. maybe a command to print local areas, like all the neighbours of a node up to the second degree coukd work.