mage
mage copied to clipboard
MAGE - Memgraph Advanced Graph Extensions :crystal_ball:
Expand existing dynamic implementation
* Fix the LLM util module working with langchain * Make the module faster and more scalable (cpp)
void list_nodes(mgp_list args, mgp_graphmemgraph_graph, mgp_result result, mgp_memorymemory) { mgp::memory = memory; mgp::Graph g(memgraph_graph); const auto record_factory = mgp::RecordFactory(result); auto nodes = g.Nodes(); auto it = nodes.begin(); while (it != nodes.end())...
### Description MAGE build is currently taking 4 hours which is inappropriate ### Pull request type - [X] Bugfix - [ ] Algorithm/Module - [ ] Feature - [X] Code...
**Describe the bug** Upon the removal of query modules (e.g. when shutting down Memgraph), warnings such as these are consistently logged: ``` [2023-04-05 16:35:36.374] [Warning] Failed to remove the module...
Related PR https://github.com/memgraph/mage/pull/200
### Description This PR corrects misspellings identified by the [check-spelling action](https://github.com/marketplace/actions/check-spelling). The misspellings have been reported at https://github.com/jsoref/mage/actions/runs/5271185802#summary-14267813815 The action reports that the changes in this PR would make it...
### Description Upon the removal of query modules (e.g. when shutting down Memgraph), warnings such as these are consistently logged: ``` [2023-04-05 16:35:36.374] [Warning] Failed to remove the module mgp_networkx...
I would be super interesting to see whether path compression works better than path splitting in find operation of union-find algorithm. Maybe if someone would be using it on a...
- [ ] Make sure all API changes produce correct results -> TESTING 🧪 - [ ] cugraph.balanced_cut_clustering -> NO TESTS -> add at least the empty test - [x]...