We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4c9bd7 commit 98c0571Copy full SHA for 98c0571
specification/inference/_types/Services.ts
@@ -19,7 +19,11 @@
19
20
import { UserDefinedValue } from '@spec_utils/UserDefinedValue'
21
import { integer } from '@_types/Numeric'
22
-import { TaskType, TaskTypeJinaAi, TaskTypeAlibabaCloudAI } from '../_types/TaskType'
+import {
23
+ TaskType,
24
+ TaskTypeJinaAi,
25
+ TaskTypeAlibabaCloudAI
26
+} from '../_types/TaskType'
27
28
/**
29
* Configuration options when storing the inference endpoint
specification/inference/_types/TaskType.ts
@@ -36,8 +36,6 @@ export enum TaskTypeJinaAi {
36
export enum TaskTypeAlibabaCloudAI {
37
text_embedding,
38
rerank,
39
- completion,
+ completion,
40
sparse_embedding
41
}
42
-
43
0 commit comments