I am running through the Grtaphaware NLP example
After working through websocket issues I now get this error when running this command:
CALL apoc.periodic.iterate( "MATCH (l:Lesson) RETURN l",
"CALL ga.nlp.annotate({text: l.lesson, id: id(l)}) YIELD...