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: orchestration/src/main/resources/spec/orchestration.yaml
+10-10Lines changed: 10 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -112,7 +112,7 @@ components:
112
112
$ref: "#/components/schemas/EmbeddingsInputText"
113
113
type:
114
114
type: string
115
-
enum: ["text", "document", "query"]
115
+
enum: ["text", "document", "query"]
116
116
EmbeddingsInputText:
117
117
oneOf:
118
118
- type: string
@@ -124,9 +124,9 @@ components:
124
124
items:
125
125
type: string
126
126
minLength: 1
127
-
example: ["Hello", "World", "!"]
127
+
example: ["Hello", "World", "!"]
128
128
description: Text input for which embeddings need to be generated
129
-
example: ["This is an input string.", "This is another input string."]
129
+
example: ["This is an input string.", "This is another input string."]
130
130
EmbeddingsModuleConfigs:
131
131
type: object
132
132
required:
@@ -181,7 +181,7 @@ components:
181
181
The number of dimensions the resulting output embeddings should have.
182
182
encoding_format:
183
183
type: string
184
-
enum: [float, base64, binary]
184
+
enum: [float, base64, binary]
185
185
description: >
186
186
OpenAI's spec allows for 'float' and 'base64' encoding formats.
187
187
normalize:
@@ -466,7 +466,7 @@ components:
466
466
properties:
467
467
type:
468
468
type: string
469
-
enum: ["text"]
469
+
enum: ["text"]
470
470
text:
471
471
type: string
472
472
ChatDelta:
@@ -659,7 +659,7 @@ components:
659
659
description: List of delimiters to split the input text into chunks.Please note, this is a required parameter when `input_translation_module_config` or `output_translation_module_config` are configured.
660
660
items:
661
661
type: string
662
-
example: ["\n", ".", "?", "!"]
662
+
example: ["\n", ".", "?", "!"]
663
663
664
664
GenericModuleResult:
665
665
type: object
@@ -702,8 +702,8 @@ components:
702
702
type: string
703
703
example:
704
704
user:
705
-
["translated user content", "another translated user content"]
706
-
system: ["translated system message"]
705
+
["translated user content", "another translated user content"]
706
+
system: ["translated system message"]
707
707
translated_placeholders:
708
708
type: object
709
709
additionalProperties:
@@ -1380,7 +1380,7 @@ components:
1380
1380
allowlist:
1381
1381
description: List of strings that should not be masked
0 commit comments