diff --git a/plugin.json b/plugin.json index e04440f..ee85760 100755 --- a/plugin.json +++ b/plugin.json @@ -3,12 +3,12 @@ "version": "2.1.1", "meta": { "label": "Text Embedding", - "category": "Natural Language Processing", + "category": "NLP", "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.", "author": "Dataiku (Hicham El Boukkouri)", "icon": "icon-list-alt", "licenseInfo": "Apache Software License", "url": "https://www.dataiku.com/product/plugins/sentence-embedding/", - "tags": ["NLP", "Machine Learning", "AutoML"] + "tags": ["NLP"] } }