mage icon indicating copy to clipboard operation
mage copied to clipboard

MAGE - Memgraph Advanced Graph Extensions :crystal_ball:

Results 150 mage issues
Sort by recently updated
recently updated
newest added

### Description New query modules could not be built in Rust because there was a logical error in the code. ### Pull request type - [X] Bugfix - [ ]...

Docs - changelog only
bug

**Describe the bug** Building Mage on Rocky 9 fails. **To Reproduce** Steps to reproduce the behavior: Vagrantfile is provided so that this can be reproduced. From the first glance this...

Severity - S2
Effort - Unknown
bug
community
Frequency - Weekly
Reach - VeryFew

**Describe the bug** We assigned 16GB memory for a 4Gb db. It works when we are doing CRUD but when calling the "schema.rel_type_properties()" the memory suddenly spiked up. **To Reproduce**...

Severity - S1
Effort - Unknown
bug
community
Frequency - EveryTime
Reach - VeryFew

Running a query using collections.remove_all with more than 500 keys will cause the server to stop **To Reproduce** Steps to reproduce the behavior: 1. Run the following query on memgraph...

Severity - S1
Effort - Unknown
bug
community
Frequency - EveryTime
Reach - Some

This issues is result of discussion in https://github.com/memgraph/documentation/pull/872. When I tried to run "pip install -r requirements.txt" (on two different machines) I got this error about that version of Torch...

In this PR, the support for Cypher execution in C++ query modules was added, the same needs to be added in Python QM: https://github.com/memgraph/memgraph/pull/1773

feature
Severity - S3
Effort - Unknown
community
Frequency - Monthly
Reach - Some

Something similar to https://neo4j.com/labs/apoc/4.1/virtual/virtual-nodes-rels/. > The problem I am having is that I am creating some complex queries that rewire the graph structure but I am ending up with the...

Severity - S3
Effort - Unknown
community
Frequency - Monthly
Reach - VeryFew

### Description Dummy implementation of the rust subset intersection module for R&D purposes ### Pull request type - [ ] Bugfix - [ ] Algorithm/Module - [ ] Feature -...

- [ ] Make the dynamic/online version of the algorithm work - [ ] Optimize both static and dynamic/online as fast as possible - [ ] The R2R team would...

type: algorithm
Severity - S3
Effort - High
community
enhancement
Priority - Later
Frequency - Monthly
Reach - Some

- [ ] git hook to format Python code with `black` - [ ] git hook to format C/C++ with `clang-format` - [ ] git hook to format Rust with...