-
Notifications
You must be signed in to change notification settings - Fork 55
Closed
Labels
Description
Hi,
I tried loading the imdb dataset to try out ArangoSearch. I'm on windows, so I CD'ed to the folder containing import.js, edges.json and nodes.json. From there I started arangosh, switched to my database and ran require("internal").load("import.js"). I found that the graph object returned by gm._create does not have a drop function or an addVertex function. g is indeed a Graph object though and the graph is created in my database. Is this a deprecated API as I'm running 3.4.
Thanks!