Skip to content
Merged
Show file tree
Hide file tree
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
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
Loading