To be able to load TuringDB files into a graph, they have to be saved into the graphs subdirectory in the TuringDB directory: -turing-dir flag when you run turingdb (by default is $HOME/.turing).
- Cypher
- Python SDK
Load a TuringDB graph:
LOAD GRAPH mygraphLoad a TuringDB graph:
client.load_graph("mygraph")
