-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathplugin_catalog.json
More file actions
40 lines (40 loc) · 1.35 KB
/
plugin_catalog.json
File metadata and controls
40 lines (40 loc) · 1.35 KB
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
38
39
40
{
"version": "1.0",
"last_updated": "2026-01-28",
"plugins": {
"medcat-gliner": {
"name": "medcat-gliner",
"display_name": "MedCAT-gliner",
"description": "Gliner based NER for MedCAT",
"source_spec": {
"source": "medcat-gliner",
"source_type": "pypi"
},
"homepage": "https://github.com/CogStack/cogstack-ops/tree/main/medcat-gliner",
"compatibility": [
{
"medcat_version": ">=2.5.0,<3.0.0",
"plugin_version": "0.2.0"
}
],
"requires_auth": false
},
"medcat-embedding-linker": {
"name": "medcat-embedding-linker",
"display_name": "MedCAT-embedding-linker",
"description": "Embedding based linker for MedCAT",
"source_spec": {
"source": "medcat-embedding-linker",
"source_type": "pypi"
},
"homepage": "https://github.com/CogStack/cogstack-nlp/tree/main/medcat-plugins/medcat-embedding-linker",
"compatibility": [
{
"medcat_version": ">=2.5.0,<3.0.0",
"plugin_version": "0.1.0"
}
],
"requires_auth": false
}
}
}