Skip to content

Commit

Permalink
Merge branch 'develop' into 'fb-optic-1350'
Browse files Browse the repository at this point in the history
  • Loading branch information
bmartel committed Dec 12, 2024
2 parents 53ad63a + fe8f7df commit 34a088c
Show file tree
Hide file tree
Showing 9 changed files with 42 additions and 30 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ jobs:
env:
TWINE_USERNAME: __token__
TWINE_PASSWORD: ${{ inputs.upload_to_pypi && secrets.PYPI_APIKEY || secrets.PYPI_APIKEY_TEST }}
TWINE_REPOSITORY_URL: ${{ inputs.upload_to_pypi && 'https://upload.pypi.org/legacy/ ' || 'https://test.pypi.org/legacy/' }}
TWINE_REPOSITORY_URL: ${{ inputs.upload_to_pypi && 'https://upload.pypi.org/legacy/' || 'https://test.pypi.org/legacy/' }}
run: poetry run twine upload dist/*

- name: Get PyPI package details
Expand Down
44 changes: 28 additions & 16 deletions web/apps/labelstudio/src/components/HeidiTips/liveContent.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion web/dist/apps/labelstudio/main.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion web/dist/apps/labelstudio/main.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion web/dist/apps/labelstudio/vendor.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion web/dist/apps/labelstudio/vendor.js.map

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions web/dist/apps/labelstudio/version.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"message": "ci: LEAP-1567: Upgrade cookie version (#6770)",
"commit": "e5cc4aab337503a7f3f81066bb67f5724ea68b17",
"date": "2024-12-10T14:33:37.000Z",
"message": "chore: OPTIC-1337: Update tooltips (#6737)",
"commit": "1747ab0387b57ca5eb91e31288f25e69ff905630",
"date": "2024-12-11T13:08:10.000Z",
"branch": "develop"
}
6 changes: 3 additions & 3 deletions web/dist/libs/datamanager/version.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"message": "ci: LEAP-1567: Upgrade cookie version (#6770)",
"commit": "e5cc4aab337503a7f3f81066bb67f5724ea68b17",
"date": "2024-12-10T14:33:37.000Z",
"message": "chore: OPTIC-1337: Update tooltips (#6737)",
"commit": "1747ab0387b57ca5eb91e31288f25e69ff905630",
"date": "2024-12-11T13:08:10.000Z",
"branch": "develop"
}
6 changes: 3 additions & 3 deletions web/dist/libs/editor/version.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"message": "ci: LEAP-1567: Upgrade cookie version (#6770)",
"commit": "e5cc4aab337503a7f3f81066bb67f5724ea68b17",
"date": "2024-12-10T14:33:37.000Z",
"message": "chore: OPTIC-1337: Update tooltips (#6737)",
"commit": "1747ab0387b57ca5eb91e31288f25e69ff905630",
"date": "2024-12-11T13:08:10.000Z",
"branch": "develop"
}

0 comments on commit 34a088c

Please sign in to comment.