File tree Expand file tree Collapse file tree 7 files changed +33
-17
lines changed Expand file tree Collapse file tree 7 files changed +33
-17
lines changed Original file line number Diff line number Diff line change 1
1
---
2
2
title : Bulk Labeling for Text Spans
3
3
type : plugins
4
- category : Workflow
5
- cat : workflow
4
+ category : Automation
5
+ cat : automation
6
6
order : 10
7
7
meta_title : Bulk Labeling for Text Spans
8
8
meta_description : Assigns labels to all occurrences of the selected text at once
Original file line number Diff line number Diff line change @@ -9,16 +9,16 @@ tier: enterprise
9
9
cards:
10
10
- title: Bulk Labeling for Text Spans
11
11
categories:
12
- - Workflow
12
+ - Automation
13
13
- Text
14
14
- NER
15
15
image: "/images/plugins/bulk-labeling-thumb.png"
16
16
url: "/plugins/bulk_labeling"
17
17
18
18
- title: Spam and Bot Detection
19
19
categories:
20
- - Workflow
21
- - Annotation limits
20
+ - Automation
21
+ - Pause annotator
22
22
- Behavioral checks
23
23
image: "/images/plugins/pause-thumb.png"
24
24
url: "/plugins/pause_annotator"
@@ -48,11 +48,18 @@ cards:
48
48
49
49
- title: Redact Annotator PII
50
50
categories:
51
- - Workflow
52
- - Annotation limits
51
+ - Visualization
52
+ - CSS
53
53
image: "/images/plugins/redact-thumb.png"
54
54
url: "/plugins/redact_pii"
55
55
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
+
56
63
- title: Dynamic Image Swap
57
64
categories:
58
65
- Visualization
Original file line number Diff line number Diff line change 1
1
---
2
- title : Connect to LLM backend
2
+ title : Connect to LLM Backend
3
3
type : plugins
4
- category : Workflow
5
- cat : workflow
4
+ category : Automation
5
+ cat : automation
6
6
order : 40
7
- meta_title : Connect to LLM backend
7
+ meta_title : Connect to LLM Backend
8
8
meta_description : Sends prompts to an LLM URL
9
9
---
10
10
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
+
11
20
This plugin connects to an open LLM endpoint, allowing you to generate responses as part of the annotation workflow.
12
21
13
22
![ Screenshot of LLM analyzing] ( /images/plugins/llm-backend.gif )
Original file line number Diff line number Diff line change 1
1
---
2
2
title : Spam and Bot Detection
3
3
type : plugins
4
- category : Workflow
5
- cat : workflow
4
+ category : Automation
5
+ cat : automation
6
6
order : 20
7
7
meta_title : Spam and Bot Detection
8
8
meta_description : Pauses an annotator if bot behavior in detected
Original file line number Diff line number Diff line change 1
1
---
2
2
title : Redact Annotator PII
3
3
type : plugins
4
- category : Workflow
5
- cat : workflow
6
- order : 30
4
+ category : Visualization
5
+ cat : visualization
6
+ order : 230
7
7
meta_title : Redact Annotator PII
8
8
meta_description : Anonymize the annotator to reduce bias
9
9
tier : enterprise
Original file line number Diff line number Diff line change 45
45
type: " plugins" ,
46
46
headers: {
47
47
" faq" : " Overview" ,
48
- " bulk_labeling" : " Workflow " ,
48
+ " bulk_labeling" : " Automation " ,
49
49
" json_validation" : " Validation" ,
50
50
" plotly" : " Visualization"
51
51
}
You can’t perform that action at this time.
0 commit comments