Nebula has no problem with ingestion but cannot seem to retrieve any nodes no matter what question I ask. I'm also not sure how to display the graph in my notebook.
%ngql MATCH p=(v:Entity__)-[r]->(t:Entity__) RETURN p LIMIT 2;
%ng_draw
yielded
[ERROR]: No valid %ngql query result available.
Please execute a valid query before using %ng_draw.
Or pass a query as an argument to %ng_draw or %%ng_draw(multiline)
Even though the %ngql had a result.
Sorry I think Nebula might also be problematic. My Qdrant vector store is carrying the team in retrievals and honestly Qdrant works super well.