Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Text, link prediction and node classification return #1062

Merged
merged 3 commits into from
Nov 26, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -11,7 +11,8 @@ import GitHub from '/components/icons/GitHub'
# link_prediction with GNN

<Callout type="info">
This algorithm is not available in MAGE 1.14 and newer versions.
This algorithm is available again, starting with MAGE version 1.22.
The algorithm was unavailable in MAGE from version 1.14 to version 1.21.
</Callout>

**Link prediction** can be defined as a problem where one wants to predict if
Original file line number Diff line number Diff line change
@@ -11,7 +11,8 @@ import GitHub from '/components/icons/GitHub'
# node_classification with GNN

<Callout type="info">
This algorithm is not available in MAGE 1.14 and newer versions.
This algorithm is available again, starting with MAGE version 1.22.
The algorithm was unavailable in MAGE from version 1.14 to version 1.21.
</Callout>

**Node classification** is the problem of finding out the **right label** for a
3 changes: 2 additions & 1 deletion pages/advanced-algorithms/available-algorithms/text.mdx
Original file line number Diff line number Diff line change
@@ -10,7 +10,8 @@ import GitHub from '/components/icons/GitHub'
# text

<Callout type="info">
This algorithm is not available in MAGE 1.14 and newer versions.
This algorithm is available again, starting with MAGE version 1.22.
The algorithm was unavailable in MAGE from version 1.14 to version 1.21.
</Callout>

The `text` module offers a toolkit for manipulating strings.
20 changes: 4 additions & 16 deletions pages/release-notes.mdx
Original file line number Diff line number Diff line change
@@ -27,22 +27,8 @@ informed and prepared.
New releases might affect your existing code, queries or configuration.
Ensure they're updated to align with the latest updates and changes.

<Callout type="info">
**Temporarily unavailable algorithms in MAGE**

Due to a symbol loading collision between Memgraph and modules, we have removed
some modules from MAGE until the issue is resolved. The following algorithms are
not available in MAGE v1.14.0 and newer versions:
- [link_prediction with
GNN](/advanced-algorithms/available-algorithms/gnn_link_prediction)
[#469](https://github.com/memgraph/mage/issues/469)
- [node_classification with
GNN](/advanced-algorithms/available-algorithms/gnn_node_classification)
[#470](https://github.com/memgraph/mage/issues/470)
- [text](/advanced-algorithms/available-algorithms/text)
[#448](https://github.com/memgraph/mage/issues/448)

In case you need the above algorithms for your use case, please leave a comment on the issue.
<Callout type="info">
**Link prediction, node classification, and the text module, which were temporarily removed in MAGE v1.14.0, are available again from v1.22.0 onward.**
</Callout>

<Callout type="info">
@@ -135,6 +121,8 @@ resulting in a more stable Memgraph runtime in that environment.

{<h4> Bug fixes </h4>}

- [Link prediction](https://memgraph.com/docs/advanced-algorithms/available-algorithms/gnn_link_prediction), [node classification](https://memgraph.com/docs/advanced-algorithms/available-algorithms/gnn_node_classification) and [text](https://memgraph.com/docs/advanced-algorithms/available-algorithms/text) modules are available
again.
- The built-in authentication module dependencies are now pre-installed also
under MAGE Docker images. This mainly refers to the built-in SSO modules that
depend on third-party libraries to offer a secure way of authenticating into