From 1747ab0387b57ca5eb91e31288f25e69ff905630 Mon Sep 17 00:00:00 2001 From: David Hayes Date: Wed, 11 Dec 2024 05:08:10 -0800 Subject: [PATCH] chore: OPTIC-1337: Update tooltips (#6737) --- .../src/components/HeidiTips/liveContent.json | 44 ++++++++++++------- 1 file changed, 28 insertions(+), 16 deletions(-) diff --git a/web/apps/labelstudio/src/components/HeidiTips/liveContent.json b/web/apps/labelstudio/src/components/HeidiTips/liveContent.json index 0c8b6027a217..46e408aee83d 100644 --- a/web/apps/labelstudio/src/components/HeidiTips/liveContent.json +++ b/web/apps/labelstudio/src/components/HeidiTips/liveContent.json @@ -189,50 +189,62 @@ ], "authPage": [ { - "title": "Did you know?", - "description": "You can sync data from all popular cloud storage providers to collect new items for labeling as they are uploaded, and return the annotation results to train and continuously improve models.", + "title": "Auto-labeling with Prompts", + "description": "Prompts allows you to leverage LLMs to swiftly generate accurate predictions, enabling instant labeling of thousands of tasks.", "link": { "label": "Learn more", - "url": "https://labelstud.io/guide/storage", + "url": "https://docs.humansignal.com/guide/prompts_overview", "params": { "experiment": "login_revamp", - "treatment": "sync_cloud_data" + "treatment": "prompts_auto_labeling" } } }, { - "title": "Did you know?", - "description": "You can enable webhooks to trigger machine learning model training or perform active learning after a certain number of tasks have been annotated.", + "title": "Prompt Engineering", + "description": "Manage, evaluate, and iterate on LLM prompts against human-labelled golden datasets.", + "link": { + "label": "Learn more", + "url": "https://docs.humansignal.com/guide/prompts_overview#Prompt-evaluation-and-fine-tuning", + "params": { + "experiment": "login_revamp", + "treatment": "prompt_engineering" + } + } + }, + { + "title": "New Feature!", + "description": "You can now label multi-page documents like PDFs.", "link": { - "label": "See use cases", - "url": "https://labelstud.io/guide/webhooks#What-to-use-Label-Studio-webhooks-for", + "label": "Learn more", + "url": "https://labelstud.io/templates/multi-page-document-annotation", "params": { "experiment": "login_revamp", - "treatment": "enable_webhooks" + "treatment": "multi_image" } } }, { "title": "Did you know?", - "description": "There's an Enterprise version of Label Studio packed with more features and automation to label data faster while ensuring the highest quality.", + "description": "Label Studio now has a Starter Cloud offering optimized for small teams and projects.", "link": { "label": "Learn more", - "url": "https://humansignal.com/goenterprise/", + "url": "https://humansignal.com/pricing/", "params": { "experiment": "login_revamp", - "treatment": "enterprise_platform" + "treatment": "starter_cloud" } } }, { "title": "Did you know?", - "description": "Label Studio has dozens of pre-built templates for all data types you can use to configure your labeling UI, from image classification to sentiment analysis to supervised LLM fine-tuning. ", + "description": "There's an Enterprise version of Label Studio packed with more features and automation to label data faster while ensuring the highest quality.", "link": { - "label": "See all templates", - "url": "https://labelstud.io/templates", + "label": "Learn more", + "url": "https://humansignal.com/goenterprise/", "params": { "experiment": "login_revamp", - "treatment": "templates" + "treatment": "enterprise_platform" } } }