forked from Meeeee6623/HackMIT-2023
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtopic.json
43 lines (43 loc) · 811 Bytes
/
topic.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
38
39
40
41
42
43
{
"class": "Topic",
"properties": [
{
"name": "topic",
"dataType": [
"text"
],
"description": "the topic of the portion of the video"
},
{
"name": "text",
"dataType": [
"text"
],
"description": "the text of the portion of the video relating to the topic"
},
{
"name": "videoID",
"dataType": [
"text"
],
"description": "the ID of the video",
"moduleConfig": {
"text2vec-openai": {
"skip": true
}
}
},
{
"name": "startTime",
"dataType": [
"number"
],
"description": "the start time of the topic in the video",
"moduleConfig": {
"text2vec-openai": {
"skip": true
}
}
}
]
}