Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
}
}
Loading