Skip to content

Commit 789ea77

Browse files
Adding llm thumb and changed Workflow to Automation
1 parent d5d2997 commit 789ea77

File tree

7 files changed

+33
-17
lines changed

7 files changed

+33
-17
lines changed

docs/source/plugins/bulk_labeling.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
title: Bulk Labeling for Text Spans
33
type: plugins
4-
category: Workflow
5-
cat: workflow
4+
category: Automation
5+
cat: automation
66
order: 10
77
meta_title: Bulk Labeling for Text Spans
88
meta_description: Assigns labels to all occurrences of the selected text at once

docs/source/plugins/index.ejs

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,16 @@ tier: enterprise
99
cards:
1010
- title: Bulk Labeling for Text Spans
1111
categories:
12-
- Workflow
12+
- Automation
1313
- Text
1414
- NER
1515
image: "/images/plugins/bulk-labeling-thumb.png"
1616
url: "/plugins/bulk_labeling"
1717

1818
- title: Spam and Bot Detection
1919
categories:
20-
- Workflow
21-
- Annotation limits
20+
- Automation
21+
- Pause annotator
2222
- Behavioral checks
2323
image: "/images/plugins/pause-thumb.png"
2424
url: "/plugins/pause_annotator"
@@ -48,11 +48,18 @@ cards:
4848

4949
- title: Redact Annotator PII
5050
categories:
51-
- Workflow
52-
- Annotation limits
51+
- Visualization
52+
- CSS
5353
image: "/images/plugins/redact-thumb.png"
5454
url: "/plugins/redact_pii"
5555

56+
- title: Connect to LLM Backend
57+
categories:
58+
- Automation
59+
- LLM
60+
image: "/images/plugins/llm-backend-thumb.png"
61+
url: "/plugins/llm_backend"
62+
5663
- title: Dynamic Image Swap
5764
categories:
5865
- Visualization

docs/source/plugins/llm_backend.md

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,22 @@
11
---
2-
title: Connect to LLM backend
2+
title: Connect to LLM Backend
33
type: plugins
4-
category: Workflow
5-
cat: workflow
4+
category: Automation
5+
cat: automation
66
order: 40
7-
meta_title: Connect to LLM backend
7+
meta_title: Connect to LLM Backend
88
meta_description: Sends prompts to an LLM URL
99
---
1010

11+
<img src="/images/plugins/llm-backend-thumb.png" alt="" class="gif-border" style="max-width: 552px !important;" />
12+
13+
!!! note
14+
For information about modifying this plugin or creating your own custom plugins, see [Customize and Build Your Own Plugins](custom).
15+
16+
For general plugin information, see [Plugins for projects](/guide/plugins) and [Plugin FAQ](faq).
17+
18+
## About
19+
1120
This plugin connects to an open LLM endpoint, allowing you to generate responses as part of the annotation workflow.
1221

1322
![Screenshot of LLM analyzing](/images/plugins/llm-backend.gif)

docs/source/plugins/pause_annotator.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
title: Spam and Bot Detection
33
type: plugins
4-
category: Workflow
5-
cat: workflow
4+
category: Automation
5+
cat: automation
66
order: 20
77
meta_title: Spam and Bot Detection
88
meta_description: Pauses an annotator if bot behavior in detected

docs/source/plugins/redact_pii.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
---
22
title: Redact Annotator PII
33
type: plugins
4-
category: Workflow
5-
cat: workflow
6-
order: 30
4+
category: Visualization
5+
cat: visualization
6+
order: 230
77
meta_title: Redact Annotator PII
88
meta_description: Anonymize the annotator to reduce bias
99
tier: enterprise

docs/themes/v2/layout/partials/toc.ejs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
type: "plugins",
4646
headers: {
4747
"faq": "Overview",
48-
"bulk_labeling": "Workflow",
48+
"bulk_labeling": "Automation",
4949
"json_validation": "Validation",
5050
"plotly": "Visualization"
5151
}
Loading

0 commit comments

Comments
 (0)