From 5342a993c704179954fca7726c8d21a2cd0349ad Mon Sep 17 00:00:00 2001 From: matt Date: Mon, 3 Nov 2025 15:53:54 +0000 Subject: [PATCH 1/3] Update changelog for v3.6.2 release --- pages/release-notes.mdx | 46 ++++++++++++++++++++++++++++++++++------- 1 file changed, 39 insertions(+), 7 deletions(-) diff --git a/pages/release-notes.mdx b/pages/release-notes.mdx index 8381438f1..d4e22f775 100644 --- a/pages/release-notes.mdx +++ b/pages/release-notes.mdx @@ -42,6 +42,45 @@ troubleshoot in production. ## 🚀 Latest release +### Memgraph v3.6.2 - November 3rd, 2025 + +- Version bump to v3.6.2 to match the latest MAGE version. + +### MAGE v3.6.2 - November 3rd, 2025 + +{

⚠️ Breaking changes

} + +- Renamed `compute()` function to `node_sentence()` and simplified input + arguments such that it now accepts a configuration `Map` to define parameters + such as `device` and `batch_size`. + [#686](https://github.com/memgraph/mage/pull/686) + +{

✨ New features

} + +- Added `text()` function to embed lists of strings directly. + [#686](https://github.com/memgraph/mage/pull/686) + +- Added `model_info()` function to return a `Map` of information about the model + being used. [#686](https://github.com/memgraph/mage/pull/686) + +{

🛠️ Improvements

} + +- Added configuration option `return_embeddings` to `node_sentence()` so that a + list of embeddings are returned. `node_sentence()` now returns `dimension` - + the length of the output of the embedding model. + [#686](https://github.com/memgraph/mage/pull/686) + +- Fixed default `device` such that CPU-only containers fallback to CPU compute + without having to specify that `device="cpu"`. + [#686](https://github.com/memgraph/mage/pull/686) + +### Lab v3.6.1 - October 17th, 2025 + + + + +## Previous releases + ### Memgraph v3.6.1 - October 16th, 2025 {

⚠️ Breaking changes

} @@ -76,13 +115,6 @@ troubleshoot in production. vertices on CPU or Nvidia GPU. [#662](https://github.com/memgraph/mage/pull/662). -### Lab v3.6.1 - October 17th, 2025 - - - - -## Previous releases - ### Memgraph v3.6.0 - October 8th, 2025 {

⚠️ Breaking changes

} From 2b2a2d362419d29e56fde5db085f17f48e4cd170 Mon Sep 17 00:00:00 2001 From: matt Date: Mon, 3 Nov 2025 16:01:03 +0000 Subject: [PATCH 2/3] updated date on changelog --- pages/release-notes.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/release-notes.mdx b/pages/release-notes.mdx index d4e22f775..5e35a3c74 100644 --- a/pages/release-notes.mdx +++ b/pages/release-notes.mdx @@ -42,11 +42,11 @@ troubleshoot in production. ## 🚀 Latest release -### Memgraph v3.6.2 - November 3rd, 2025 +### Memgraph v3.6.2 - November 4th, 2025 - Version bump to v3.6.2 to match the latest MAGE version. -### MAGE v3.6.2 - November 3rd, 2025 +### MAGE v3.6.2 - November 4th, 2025 {

⚠️ Breaking changes

} From 5f82a3197b72465cbe1aaaf45e421eeb6cd9d691 Mon Sep 17 00:00:00 2001 From: matt Date: Tue, 4 Nov 2025 09:43:15 +0000 Subject: [PATCH 3/3] remove empty lines --- pages/release-notes.mdx | 2 -- 1 file changed, 2 deletions(-) diff --git a/pages/release-notes.mdx b/pages/release-notes.mdx index 5e35a3c74..a8913efc6 100644 --- a/pages/release-notes.mdx +++ b/pages/release-notes.mdx @@ -59,7 +59,6 @@ troubleshoot in production. - Added `text()` function to embed lists of strings directly. [#686](https://github.com/memgraph/mage/pull/686) - - Added `model_info()` function to return a `Map` of information about the model being used. [#686](https://github.com/memgraph/mage/pull/686) @@ -69,7 +68,6 @@ troubleshoot in production. list of embeddings are returned. `node_sentence()` now returns `dimension` - the length of the output of the embedding model. [#686](https://github.com/memgraph/mage/pull/686) - - Fixed default `device` such that CPU-only containers fallback to CPU compute without having to specify that `device="cpu"`. [#686](https://github.com/memgraph/mage/pull/686)