mage
mage copied to clipboard
MAGE - Memgraph Advanced Graph Extensions :crystal_ball:
### Description Making query modules removed under v1.14.1 available again. ### TODOs - [x] Put the modules back - [ ] Move all tests from host to Docker under `reusable_test.yml`...
**Memgraph version** 2.19.0 **Environment** Docker image of `memgraph-mage` **Describe the bug** `elastic_search_serialization` is having issues with entities if they have `dateTime()` kind of field - it cannot index **To Reproduce**...
**Describe the bug** There are various problems with the implementation of `pagerank_online` (https://memgraph.com/docs/advanced-algorithms/available-algorithms/pagerank_online) : 1. (small) the parameter `epsilon` isn't coherent with the non-online version of pagerank (which uses `d`,...
Implement QM alternative that does support `apoc.convert.toTree`
### Description Please briefly explain the changes you made here. ### Pull request type - [ ] Bugfix - [ ] Algorithm/Module - [ ] Feature - [ ] Code...
Add text.replace, text.regreplace and text.distance functions
Add `refactor.mergeNodes` procedure
- [x] Make the list of queries where Memgraph crashes - [ ] Implement the schema generator and test against the data as well
Removed workaround in E2E tests for dropping indices using older versions of `gqlalchemy`. ## Summary by CodeRabbit - **Chores** - Updated the `gqlalchemy` package to version 1.8.0 in test requirements....
### Description Please briefly explain the changes you made here. ### Pull request type - [ ] Bugfix - [x] Algorithm/Module - [ ] Feature - [ ] Code style...