Skip to content

Commit cf19bf7

Browse files
authored
Merge PR #32 Reword warning
from chore/reword-warning
2 parents ff1bda3 + 9e3f7cf commit cf19bf7

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## [Version 2.1.1](https://github.com/dataiku/dss-plugin-nlp-embedding/releases/tag/v2.1.1) - 2025-12
4+
5+
- Updated warning
6+
37
## [Version 2.1.0](https://github.com/dataiku/dss-plugin-nlp-embedding/releases/tag/v2.1.0) - 2023-04
48

59
- ✨ Python 3.8 to 3.10 support & fix Word2vec

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Sentence Embedding
22

3-
⚠️ This plugin is now "deprecated", we recommend using the [Generative AI](https://doc.dataiku.com/dss/latest/generative-ai/index.html) feature and native handling in Visual ML instead.
3+
⚠️ Dataiku strongly recommends to rather use the native [Generative AI](https://doc.dataiku.com/dss/latest/generative-ai/index.html) features, which mostly supersede this plugin.
44

55
This Dataiku DSS plugin provides a tool for computing numerical sentence representations (also known as **Sentence Embeddings**).
66

plugin.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"id": "sentence-embedding",
3-
"version": "2.1.0",
3+
"version": "2.1.1",
44
"meta": {
55
"label": "Text Embedding",
66
"category": "Natural Language Processing",
7-
"description": "Compute numerical representations for text data so that they can be fed to ML algorithms. ⚠️ This plugin is now \"deprecated\", we recommend using the [Generative AI](https://doc.dataiku.com/dss/latest/generative-ai/index.html) feature and native handling in Visual ML instead.",
7+
"description": "Compute numerical representations for text data so that they can be fed to ML algorithms. ⚠️ Dataiku strongly recommends to rather use the native [Generative AI](https://doc.dataiku.com/dss/latest/generative-ai/index.html) features, which mostly supersede this plugin.",
88
"author": "Dataiku (Hicham El Boukkouri)",
99
"icon": "icon-list-alt",
1010
"licenseInfo": "Apache Software License",

0 commit comments

Comments
 (0)