Skip to content

Commit ff1bda3

Browse files
Merge pull request #31 from dataiku/chore/deprecation-notice
add deprecation notice
2 parents b108695 + 98c7fa8 commit ff1bda3

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
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.
4+
35
This Dataiku DSS plugin provides a tool for computing numerical sentence representations (also known as **Sentence Embeddings**).
46

57
Documentation: https://www.dataiku.com/dss/plugins/info/sentence-embedding.html

plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
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",
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.",
88
"author": "Dataiku (Hicham El Boukkouri)",
99
"icon": "icon-list-alt",
1010
"licenseInfo": "Apache Software License",

0 commit comments

Comments
 (0)