Andi Skrgat
Andi Skrgat
> Could you try > > ``` > pip install dgl -f https://data.dgl.ai/wheels/repo.html > ``` > > If the above doesn't work, could you try downloading the `macosx_11_0_arm64` wheel with...
What are your commits? History seems messy
Investigated the issue, you are probably having locally old version of pymgclient. Clean pymgclient from global path (pip uninstall pymgclient gqlalchemy), activate your conda environmen and install ONLY gqlalchemy (pip...
Investigated the issue, you are probably having locally old version of `pymgclient`. Clean `pymgclient` from global path (pip uninstall pymgclient gqlalchemy), activate your conda environmen and install ONLY gqlalchemy (pip...
Why would second plan be better if there are no indices? I think it would be better if there are indices and you can get n2 very fast because then...
Yep I agree, this is the issue connected with cypher semantic. I have a fix for this scenario but then few other edge cases failed so we will not tackle...
Few things going on here: 1. there is a wrong setup in the cypher file the user is using for the import because there is no index on `Org(name)` which...
Can you please verify @antejavor that import of edges has expected speed once label-property index `Org(name)` will be created?
please double-check parallel import yes because I don't think he uses parallel import. I think it's normal that CPU is 100% while importing 2-3 edges without indexes. I would expect...
Maybe but I doubt. Let's wait for the response about what kind of parallelism the user uses and then see further.