diff --git a/README.md b/README.md index df2fe5a..f3b34fa 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # Sentence Embedding +⚠️ 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. + This Dataiku DSS plugin provides a tool for computing numerical sentence representations (also known as **Sentence Embeddings**). Documentation: https://www.dataiku.com/dss/plugins/info/sentence-embedding.html diff --git a/plugin.json b/plugin.json index c9c7293..ae26972 100755 --- a/plugin.json +++ b/plugin.json @@ -4,7 +4,7 @@ "meta": { "label": "Text Embedding", "category": "Natural Language Processing", - "description": "Compute numerical representations for text data so that they can be fed to ML algorithms", + "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.", "author": "Dataiku (Hicham El Boukkouri)", "icon": "icon-list-alt", "licenseInfo": "Apache Software License",