You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/tasks/src/tasks/feature-extraction/spec/input.json
+8Lines changed: 8 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,14 @@
6
6
"type": "object",
7
7
"required": ["inputs"],
8
8
"properties": {
9
+
"dimensions": {
10
+
"type": "integer",
11
+
"description": "The number of dimensions that the output embeddings should have. If not set, the original\nshape of the representation will be returned instead.",
12
+
"default": "null",
13
+
"example": "null",
14
+
"nullable": true,
15
+
"minimum": 0
16
+
},
9
17
"inputs": {
10
18
"title": "FeatureExtractionInputs",
11
19
"description": "The text or list of texts to embed.",
0 commit comments