forked from ubiquity-os-marketplace/text-vector-embeddings
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmanifest.json
37 lines (37 loc) · 896 Bytes
/
manifest.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"name": "Text Vector Embeddings",
"description": "Enables the storage, updating, and deletion of issue comment embeddings.",
"ubiquity:listeners": [
"issue_comment.created",
"issue_comment.edited",
"issue_comment.deleted",
"issues.opened",
"issues.edited",
"issues.deleted",
"issues.labeled",
"issues.closed"
],
"configuration": {
"default": {},
"type": "object",
"properties": {
"matchThreshold": {
"default": 0.95,
"type": "number"
},
"warningThreshold": {
"default": 0.75,
"type": "number"
},
"jobMatchingThreshold": {
"default": 0.75,
"type": "number"
},
"alwaysRecommend": {
"default": 0,
"type": "number"
}
}
},
"homepage_url": "https://ubiquity-os-comment-vector-embeddings-development.sshivaditya.workers.dev"
}