mage
mage copied to clipboard
MAGE - Memgraph Advanced Graph Extensions :crystal_ball:
There appears to be a bug when calling any procedure within a CALL { ... } sub-query, in the context of a loop (where cardinality/rows are greater than 1). The...
Hi! We are in the middle of switching from neo4j to memgraph. We would love to see https://neo4j.com/labs/apoc/4.1/overview/apoc.periodic/apoc.periodic.commit/ in this module, since a lot of our queries are using it....
- Only the old version of cugraph build exists and there are no new releases. - User on discord asked about the new version.
**Describe the bug** Training fails in the link prediction with the following message: ` link_prediction.train: Traceback (most recent call last): File "/usr/local/lib/python3.9/dist-packages/torch/utils/data/dataloader.py", line 1134, in _try_get_data data = self._data_queue.get(timeout=timeout) File...
**Describe the bug** Distance calculator single and multiple returns just a single result and should be a function since it is much easier to call a pure function that you...
Is calling a query module create.node inside a periodic.iterate supported? Or more generally, can an argument of a query module also be a query module? Running the following query returns:...
In documentation we have the correct naming of the link prediction method called "recommend". In the code we have it under "recommended_vertex" and also it is in the blog post...
I ran `community_detection_online.set()` on a large dataset (around 200k nodes, 1M relationship) on a running Memgraph instance with 24 GB RAM. Memory spiked and caused Memgraph to crash. It would...
**Memgraph version** 2.10.2 **Environment** AWS EC2 Ubuntu 22 running memgraph-platform in a docker container **Describe the bug** I run the following query on BlueJ to do community detection: CALL community_detection.get()...
**Describe the bug** While having authentication enabled in Memgraph, query modules such as `periodic.iterate` return a connection error upon trying to be used. **To Reproduce** Steps to reproduce the behavior:...