@camunda/connectors-element-templates 1.0.17 → 1.0.18
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +2 -2
- package/src/connectors.js +12 -2
- package/src/element-templates/agenticai-a2a-client-outbound-connector.json +2 -5
- package/src/element-templates/agenticai-a2a-client-polling-inbound-connector-intermediate.json +6 -6
- package/src/element-templates/agenticai-a2a-client-polling-inbound-connector-receive.json +6 -6
- package/src/element-templates/agenticai-a2a-client-webhook-inbound-connector-intermediate.json +6 -6
- package/src/element-templates/agenticai-a2a-client-webhook-inbound-connector-receive.json +6 -6
- package/src/element-templates/agenticai-adhoctoolsschema-outbound-connector.json +10 -13
- package/src/element-templates/agenticai-aiagent-job-worker.json +3774 -33
- package/src/element-templates/agenticai-aiagent-outbound-connector.json +7968 -4288
- package/src/element-templates/agenticai-mcp-client-outbound-connector.json +2 -5
- package/src/element-templates/agenticai-mcp-message-start-event.json +122 -0
- package/src/element-templates/agenticai-mcp-remote-client-outbound-connector.json +2 -5
- package/src/element-templates/asana-connector.json +718 -7
- package/src/element-templates/automation-anywhere-outbound-connector.json +1175 -1171
- package/src/element-templates/aws-bedrock-agentcore-long-term-memory-outbound-connector.json +431 -0
- package/src/element-templates/aws-bedrock-agentcore-runtime-outbound-connector.json +285 -0
- package/src/element-templates/aws-bedrock-codeinterpreter-outbound-connector.json +341 -0
- package/src/element-templates/aws-bedrock-knowledgebase-outbound-connector.json +316 -0
- package/src/element-templates/aws-bedrock-outbound-connector.json +775 -38
- package/src/element-templates/aws-comprehend-outbound-connector.json +10 -5
- package/src/element-templates/aws-dynamodb-outbound-connector.json +1407 -1407
- package/src/element-templates/aws-eventbridge-connector-boundary.json +370 -5
- package/src/element-templates/aws-eventbridge-connector-intermediate.json +400 -35
- package/src/element-templates/aws-eventbridge-connector-message-start.json +399 -0
- package/src/element-templates/aws-eventbridge-connector-receive.json +364 -0
- package/src/element-templates/aws-eventbridge-connector-start-event.json +317 -0
- package/src/element-templates/aws-eventbridge-outbound-connector.json +300 -295
- package/src/element-templates/aws-lambda-outbound-connector.json +472 -468
- package/src/element-templates/aws-s3-outbound-connector.json +656 -15
- package/src/element-templates/aws-sagemaker-outbound-connector.json +56 -52
- package/src/element-templates/aws-sns-inbound-boundary.json +230 -223
- package/src/element-templates/aws-sns-inbound-intermediate.json +486 -479
- package/src/element-templates/aws-sns-inbound-message-start.json +240 -233
- package/src/element-templates/aws-sns-inbound-receive.json +13 -6
- package/src/element-templates/aws-sns-inbound-start-event.json +139 -132
- package/src/element-templates/aws-sns-outbound-connector.json +390 -386
- package/src/element-templates/aws-sqs-boundary-connector.json +472 -468
- package/src/element-templates/aws-sqs-inbound-intermediate-connector.json +388 -384
- package/src/element-templates/aws-sqs-outbound-connector.json +402 -400
- package/src/element-templates/aws-sqs-receive-connector.json +15 -11
- package/src/element-templates/aws-sqs-start-event-connector.json +571 -563
- package/src/element-templates/aws-sqs-start-message.json +866 -862
- package/src/element-templates/aws-textract-outbound-connector.json +358 -354
- package/src/element-templates/azure-blobstorage-outbound-connector.json +668 -11
- package/src/element-templates/azure-open-ai-connector.json +1325 -0
- package/src/element-templates/blue-prism-connector.json +595 -50
- package/src/element-templates/box-outbound-connector.json +924 -12
- package/src/element-templates/csv-outbound-connector.json +39 -31
- package/src/element-templates/easy-post-connector.json +1088 -120
- package/src/element-templates/email-inbound-connector-boundary.json +16 -8
- package/src/element-templates/email-inbound-connector-intermediate.json +16 -8
- package/src/element-templates/email-inbound-connector-receive.json +564 -0
- package/src/element-templates/email-message-start-event-connector.json +16 -8
- package/src/element-templates/email-outbound-connector.json +2114 -241
- package/src/element-templates/embeddings-vector-database-outbound-connector.json +513 -516
- package/src/element-templates/github-connector.json +12587 -9052
- package/src/element-templates/github-webhook-connector-boundary.json +27 -29
- package/src/element-templates/github-webhook-connector-intermediate.json +40 -42
- package/src/element-templates/github-webhook-connector-message-start.json +19 -21
- package/src/element-templates/github-webhook-connector-receive.json +13 -15
- package/src/element-templates/github-webhook-connector-start-event.json +11 -13
- package/src/element-templates/gitlab-connector.json +4756 -3124
- package/src/element-templates/google-cloud-storage-outbound-connector.json +561 -12
- package/src/element-templates/google-drive-outbound-connector.json +1285 -665
- package/src/element-templates/google-gemini-outbound-connector.json +117 -109
- package/src/element-templates/google-maps-platform-connector.json +1055 -26
- package/src/element-templates/google-sheets-outbound-connector.json +2413 -1419
- package/src/element-templates/graphql-outbound-connector.json +1136 -1127
- package/src/element-templates/http-json-connector.json +2779 -2129
- package/src/element-templates/http-polling-boundary-catch-event-connector.json +1483 -1472
- package/src/element-templates/http-polling-connector.json +746 -735
- package/src/element-templates/hubspot-outbound-connector.json +2376 -30
- package/src/element-templates/hugging-face-connector.json +249 -18
- package/src/element-templates/jdbc-outbound-connector.json +62 -48
- package/src/element-templates/kafka-inbound-connector-boundary.json +528 -519
- package/src/element-templates/kafka-inbound-connector-intermediate.json +729 -720
- package/src/element-templates/kafka-inbound-connector-receive.json +15 -6
- package/src/element-templates/kafka-inbound-connector-start-message.json +628 -619
- package/src/element-templates/kafka-inbound-connector.json +240 -240
- package/src/element-templates/kafka-outbound-connector.json +666 -660
- package/src/element-templates/microsoft-o365-email-boundary-event-connector.json +18 -6
- package/src/element-templates/microsoft-o365-email-intermediate-catch-event-connector.json +18 -6
- package/src/element-templates/microsoft-o365-email-message-start-event-connector.json +18 -6
- package/src/element-templates/microsoft-office365-mail-connector.json +883 -0
- package/src/element-templates/microsoft-teams-outbound-connector.json +4161 -1997
- package/src/element-templates/openai-connector.json +579 -116
- package/src/element-templates/operate-connector.json +1219 -67
- package/src/element-templates/power-automate-connector.json +604 -12
- package/src/element-templates/rabbitmq-inbound-connector-boundary.json +863 -854
- package/src/element-templates/rabbitmq-inbound-connector-intermediate.json +926 -917
- package/src/element-templates/rabbitmq-inbound-connector-message-start.json +469 -460
- package/src/element-templates/rabbitmq-inbound-connector-receive.json +15 -6
- package/src/element-templates/rabbitmq-inbound-connector-start-event.json +601 -592
- package/src/element-templates/rabbitmq-outbound-connector.json +634 -628
- package/src/element-templates/rpa-connector.json +346 -0
- package/src/element-templates/salesforce-connector.json +553 -9
- package/src/element-templates/send-message-connector-intermediate-throw-event.json +10 -5
- package/src/element-templates/send-message-connector-message-end-event.json +10 -5
- package/src/element-templates/send-message-connector-send-task.json +10 -5
- package/src/element-templates/sendgrid-outbound-connector.json +1380 -772
- package/src/element-templates/servicenow-connector.json +971 -3
- package/src/element-templates/servicenow-flow-starter-connector.json +8 -3
- package/src/element-templates/servicenow-incident-connector.json +980 -3
- package/src/element-templates/slack-inbound-boundary.json +389 -91
- package/src/element-templates/slack-inbound-intermediate.json +393 -95
- package/src/element-templates/slack-inbound-message-start.json +566 -236
- package/src/element-templates/slack-inbound-receive.json +297 -0
- package/src/element-templates/slack-inbound-start-event.json +127 -122
- package/src/element-templates/slack-outbound-connector.json +2613 -915
- package/src/element-templates/soap-outbound-connector.json +812 -2
- package/src/element-templates/twilio-connector.json +1514 -34
- package/src/element-templates/twilio-webhook-boundary-connector.json +29 -20
- package/src/element-templates/twilio-webhook-connector.json +238 -8
- package/src/element-templates/twilio-webhook-intermediate-connector.json +39 -30
- package/src/element-templates/twilio-webhook-message-start-connector.json +312 -0
- package/src/element-templates/twilio-webhook-receive-connector.json +11 -2
- package/src/element-templates/uipath-connector.json +607 -15
- package/src/element-templates/webhook-connector-boundary.json +1218 -1208
- package/src/element-templates/webhook-connector-intermediate.json +1837 -1827
- package/src/element-templates/webhook-connector-receive.json +55 -45
- package/src/element-templates/webhook-connector-start-event.json +1299 -1292
- package/src/element-templates/webhook-connector-start-message.json +711 -701
- package/src/element-templates/whatsapp-connector.json +339 -5
- package/src/element-templates/http-connector.json.json +0 -654
|
@@ -4,14 +4,8 @@
|
|
|
4
4
|
"name": "Embeddings Vector DB Outbound Connector",
|
|
5
5
|
"id": "io.camunda.connectors.EmbeddingsVectorDB.v1",
|
|
6
6
|
"description": "Embed and download documents with vector databases",
|
|
7
|
-
"
|
|
8
|
-
|
|
9
|
-
},
|
|
10
|
-
"documentationRef": "https://docs.camunda.io/docs/8.8/components/connectors/out-of-the-box-connectors/embeddings-vector-db/",
|
|
11
|
-
"version": 1,
|
|
12
|
-
"deprecated": {
|
|
13
|
-
"message": "Replace with version >= 2 of the Embeddings Vector DB Outbound Connector template."
|
|
14
|
-
},
|
|
7
|
+
"documentationRef": "https://docs.camunda.io/docs/8.9/components/connectors/out-of-the-box-connectors/embeddings-vector-db/",
|
|
8
|
+
"version": 2,
|
|
15
9
|
"category": {
|
|
16
10
|
"id": "connectors",
|
|
17
11
|
"name": "Connectors"
|
|
@@ -74,7 +68,7 @@
|
|
|
74
68
|
"id": "vectorDatabaseConnectorOperation.operationType",
|
|
75
69
|
"label": "Operation",
|
|
76
70
|
"description": "Select operation",
|
|
77
|
-
"value": "
|
|
71
|
+
"value": "retrieveDocumentOperation",
|
|
78
72
|
"group": "operation",
|
|
79
73
|
"binding": {
|
|
80
74
|
"name": "vectorDatabaseConnectorOperation.operationType",
|
|
@@ -84,11 +78,11 @@
|
|
|
84
78
|
"choices": [
|
|
85
79
|
{
|
|
86
80
|
"name": "Embed document",
|
|
87
|
-
"value": "
|
|
81
|
+
"value": "embedDocumentOperation"
|
|
88
82
|
},
|
|
89
83
|
{
|
|
90
84
|
"name": "Retrieve document",
|
|
91
|
-
"value": "
|
|
85
|
+
"value": "retrieveDocumentOperation"
|
|
92
86
|
}
|
|
93
87
|
]
|
|
94
88
|
},
|
|
@@ -98,9 +92,7 @@
|
|
|
98
92
|
"description": "Document lookup query",
|
|
99
93
|
"optional": false,
|
|
100
94
|
"constraints": {
|
|
101
|
-
"notEmpty": true
|
|
102
|
-
"minLength": 0,
|
|
103
|
-
"maxLength": 200
|
|
95
|
+
"notEmpty": true
|
|
104
96
|
},
|
|
105
97
|
"feel": "optional",
|
|
106
98
|
"group": "query",
|
|
@@ -110,7 +102,7 @@
|
|
|
110
102
|
},
|
|
111
103
|
"condition": {
|
|
112
104
|
"property": "vectorDatabaseConnectorOperation.operationType",
|
|
113
|
-
"equals": "
|
|
105
|
+
"equals": "retrieveDocumentOperation",
|
|
114
106
|
"type": "simple"
|
|
115
107
|
},
|
|
116
108
|
"type": "String"
|
|
@@ -121,9 +113,6 @@
|
|
|
121
113
|
"description": "Limit number of returned results",
|
|
122
114
|
"optional": false,
|
|
123
115
|
"value": 5,
|
|
124
|
-
"constraints": {
|
|
125
|
-
"notEmpty": true
|
|
126
|
-
},
|
|
127
116
|
"feel": "static",
|
|
128
117
|
"group": "query",
|
|
129
118
|
"binding": {
|
|
@@ -132,7 +121,7 @@
|
|
|
132
121
|
},
|
|
133
122
|
"condition": {
|
|
134
123
|
"property": "vectorDatabaseConnectorOperation.operationType",
|
|
135
|
-
"equals": "
|
|
124
|
+
"equals": "retrieveDocumentOperation",
|
|
136
125
|
"type": "simple"
|
|
137
126
|
},
|
|
138
127
|
"type": "Number"
|
|
@@ -150,7 +139,7 @@
|
|
|
150
139
|
},
|
|
151
140
|
"condition": {
|
|
152
141
|
"property": "vectorDatabaseConnectorOperation.operationType",
|
|
153
|
-
"equals": "
|
|
142
|
+
"equals": "retrieveDocumentOperation",
|
|
154
143
|
"type": "simple"
|
|
155
144
|
},
|
|
156
145
|
"type": "Number"
|
|
@@ -159,7 +148,7 @@
|
|
|
159
148
|
"id": "embeddingModelProvider.modelProvider",
|
|
160
149
|
"label": "Model provider",
|
|
161
150
|
"description": "Select embedding model provider",
|
|
162
|
-
"value": "
|
|
151
|
+
"value": "bedrockModelProvider",
|
|
163
152
|
"group": "embeddingModel",
|
|
164
153
|
"binding": {
|
|
165
154
|
"name": "embeddingModelProvider.modelProvider",
|
|
@@ -169,24 +158,24 @@
|
|
|
169
158
|
"choices": [
|
|
170
159
|
{
|
|
171
160
|
"name": "Azure OpenAI",
|
|
172
|
-
"value": "
|
|
161
|
+
"value": "azureOpenAiModelProvider"
|
|
173
162
|
},
|
|
174
163
|
{
|
|
175
164
|
"name": "AWS Bedrock",
|
|
176
|
-
"value": "
|
|
165
|
+
"value": "bedrockModelProvider"
|
|
177
166
|
},
|
|
178
167
|
{
|
|
179
168
|
"name": "Google Vertex AI",
|
|
180
|
-
"value": "
|
|
169
|
+
"value": "vertexAiModelProvider"
|
|
181
170
|
},
|
|
182
171
|
{
|
|
183
172
|
"name": "OpenAI",
|
|
184
|
-
"value": "
|
|
173
|
+
"value": "openAiModelProvider"
|
|
185
174
|
}
|
|
186
175
|
]
|
|
187
176
|
},
|
|
188
177
|
{
|
|
189
|
-
"id": "embeddingModelProvider.endpoint",
|
|
178
|
+
"id": "embeddingModelProvider.azureOpenAi.endpoint",
|
|
190
179
|
"label": "Endpoint",
|
|
191
180
|
"description": "Specify Azure OpenAI endpoint. Details in the <a href=\"https://learn.microsoft.com/en-us/azure/ai-foundry/openai/reference\" target=\"_blank\">documentation</a>.",
|
|
192
181
|
"optional": false,
|
|
@@ -196,29 +185,29 @@
|
|
|
196
185
|
"feel": "optional",
|
|
197
186
|
"group": "embeddingModel",
|
|
198
187
|
"binding": {
|
|
199
|
-
"name": "embeddingModelProvider.endpoint",
|
|
188
|
+
"name": "embeddingModelProvider.azureOpenAi.endpoint",
|
|
200
189
|
"type": "zeebe:input"
|
|
201
190
|
},
|
|
202
191
|
"condition": {
|
|
203
192
|
"property": "embeddingModelProvider.modelProvider",
|
|
204
|
-
"equals": "
|
|
193
|
+
"equals": "azureOpenAiModelProvider",
|
|
205
194
|
"type": "simple"
|
|
206
195
|
},
|
|
207
196
|
"type": "String"
|
|
208
197
|
},
|
|
209
198
|
{
|
|
210
|
-
"id": "embeddingModelProvider.authentication.type",
|
|
199
|
+
"id": "embeddingModelProvider.azureOpenAi.authentication.type",
|
|
211
200
|
"label": "Authentication",
|
|
212
201
|
"description": "Specify the Azure OpenAI authentication strategy.",
|
|
213
202
|
"value": "apiKey",
|
|
214
203
|
"group": "embeddingModel",
|
|
215
204
|
"binding": {
|
|
216
|
-
"name": "embeddingModelProvider.authentication.type",
|
|
205
|
+
"name": "embeddingModelProvider.azureOpenAi.authentication.type",
|
|
217
206
|
"type": "zeebe:input"
|
|
218
207
|
},
|
|
219
208
|
"condition": {
|
|
220
209
|
"property": "embeddingModelProvider.modelProvider",
|
|
221
|
-
"equals": "
|
|
210
|
+
"equals": "azureOpenAiModelProvider",
|
|
222
211
|
"type": "simple"
|
|
223
212
|
},
|
|
224
213
|
"type": "Dropdown",
|
|
@@ -234,7 +223,7 @@
|
|
|
234
223
|
]
|
|
235
224
|
},
|
|
236
225
|
{
|
|
237
|
-
"id": "embeddingModelProvider.authentication.apiKey",
|
|
226
|
+
"id": "embeddingModelProvider.azureOpenAi.authentication.apiKey",
|
|
238
227
|
"label": "API key",
|
|
239
228
|
"optional": false,
|
|
240
229
|
"constraints": {
|
|
@@ -243,19 +232,19 @@
|
|
|
243
232
|
"feel": "optional",
|
|
244
233
|
"group": "embeddingModel",
|
|
245
234
|
"binding": {
|
|
246
|
-
"name": "embeddingModelProvider.authentication.apiKey",
|
|
235
|
+
"name": "embeddingModelProvider.azureOpenAi.authentication.apiKey",
|
|
247
236
|
"type": "zeebe:input"
|
|
248
237
|
},
|
|
249
238
|
"condition": {
|
|
250
239
|
"allMatch": [
|
|
251
240
|
{
|
|
252
|
-
"property": "embeddingModelProvider.authentication.type",
|
|
241
|
+
"property": "embeddingModelProvider.azureOpenAi.authentication.type",
|
|
253
242
|
"equals": "apiKey",
|
|
254
243
|
"type": "simple"
|
|
255
244
|
},
|
|
256
245
|
{
|
|
257
246
|
"property": "embeddingModelProvider.modelProvider",
|
|
258
|
-
"equals": "
|
|
247
|
+
"equals": "azureOpenAiModelProvider",
|
|
259
248
|
"type": "simple"
|
|
260
249
|
}
|
|
261
250
|
]
|
|
@@ -263,7 +252,7 @@
|
|
|
263
252
|
"type": "String"
|
|
264
253
|
},
|
|
265
254
|
{
|
|
266
|
-
"id": "embeddingModelProvider.authentication.clientId",
|
|
255
|
+
"id": "embeddingModelProvider.azureOpenAi.authentication.clientId",
|
|
267
256
|
"label": "Client ID",
|
|
268
257
|
"description": "ID of a Microsoft Entra application",
|
|
269
258
|
"optional": false,
|
|
@@ -273,19 +262,19 @@
|
|
|
273
262
|
"feel": "optional",
|
|
274
263
|
"group": "embeddingModel",
|
|
275
264
|
"binding": {
|
|
276
|
-
"name": "embeddingModelProvider.authentication.clientId",
|
|
265
|
+
"name": "embeddingModelProvider.azureOpenAi.authentication.clientId",
|
|
277
266
|
"type": "zeebe:input"
|
|
278
267
|
},
|
|
279
268
|
"condition": {
|
|
280
269
|
"allMatch": [
|
|
281
270
|
{
|
|
282
|
-
"property": "embeddingModelProvider.authentication.type",
|
|
271
|
+
"property": "embeddingModelProvider.azureOpenAi.authentication.type",
|
|
283
272
|
"equals": "clientCredentials",
|
|
284
273
|
"type": "simple"
|
|
285
274
|
},
|
|
286
275
|
{
|
|
287
276
|
"property": "embeddingModelProvider.modelProvider",
|
|
288
|
-
"equals": "
|
|
277
|
+
"equals": "azureOpenAiModelProvider",
|
|
289
278
|
"type": "simple"
|
|
290
279
|
}
|
|
291
280
|
]
|
|
@@ -293,7 +282,7 @@
|
|
|
293
282
|
"type": "String"
|
|
294
283
|
},
|
|
295
284
|
{
|
|
296
|
-
"id": "embeddingModelProvider.authentication.clientSecret",
|
|
285
|
+
"id": "embeddingModelProvider.azureOpenAi.authentication.clientSecret",
|
|
297
286
|
"label": "Client secret",
|
|
298
287
|
"description": "Secret of a Microsoft Entra application",
|
|
299
288
|
"optional": false,
|
|
@@ -303,19 +292,19 @@
|
|
|
303
292
|
"feel": "optional",
|
|
304
293
|
"group": "embeddingModel",
|
|
305
294
|
"binding": {
|
|
306
|
-
"name": "embeddingModelProvider.authentication.clientSecret",
|
|
295
|
+
"name": "embeddingModelProvider.azureOpenAi.authentication.clientSecret",
|
|
307
296
|
"type": "zeebe:input"
|
|
308
297
|
},
|
|
309
298
|
"condition": {
|
|
310
299
|
"allMatch": [
|
|
311
300
|
{
|
|
312
|
-
"property": "embeddingModelProvider.authentication.type",
|
|
301
|
+
"property": "embeddingModelProvider.azureOpenAi.authentication.type",
|
|
313
302
|
"equals": "clientCredentials",
|
|
314
303
|
"type": "simple"
|
|
315
304
|
},
|
|
316
305
|
{
|
|
317
306
|
"property": "embeddingModelProvider.modelProvider",
|
|
318
|
-
"equals": "
|
|
307
|
+
"equals": "azureOpenAiModelProvider",
|
|
319
308
|
"type": "simple"
|
|
320
309
|
}
|
|
321
310
|
]
|
|
@@ -323,7 +312,7 @@
|
|
|
323
312
|
"type": "String"
|
|
324
313
|
},
|
|
325
314
|
{
|
|
326
|
-
"id": "embeddingModelProvider.authentication.tenantId",
|
|
315
|
+
"id": "embeddingModelProvider.azureOpenAi.authentication.tenantId",
|
|
327
316
|
"label": "Tenant ID",
|
|
328
317
|
"description": "ID of a Microsoft Entra tenant. Details in the <a href=\"https://learn.microsoft.com/en-us/entra/fundamentals/how-to-find-tenant\" target=\"_blank\">documentation</a>.",
|
|
329
318
|
"optional": false,
|
|
@@ -333,19 +322,19 @@
|
|
|
333
322
|
"feel": "optional",
|
|
334
323
|
"group": "embeddingModel",
|
|
335
324
|
"binding": {
|
|
336
|
-
"name": "embeddingModelProvider.authentication.tenantId",
|
|
325
|
+
"name": "embeddingModelProvider.azureOpenAi.authentication.tenantId",
|
|
337
326
|
"type": "zeebe:input"
|
|
338
327
|
},
|
|
339
328
|
"condition": {
|
|
340
329
|
"allMatch": [
|
|
341
330
|
{
|
|
342
|
-
"property": "embeddingModelProvider.authentication.type",
|
|
331
|
+
"property": "embeddingModelProvider.azureOpenAi.authentication.type",
|
|
343
332
|
"equals": "clientCredentials",
|
|
344
333
|
"type": "simple"
|
|
345
334
|
},
|
|
346
335
|
{
|
|
347
336
|
"property": "embeddingModelProvider.modelProvider",
|
|
348
|
-
"equals": "
|
|
337
|
+
"equals": "azureOpenAiModelProvider",
|
|
349
338
|
"type": "simple"
|
|
350
339
|
}
|
|
351
340
|
]
|
|
@@ -353,26 +342,26 @@
|
|
|
353
342
|
"type": "String"
|
|
354
343
|
},
|
|
355
344
|
{
|
|
356
|
-
"id": "embeddingModelProvider.authentication.authorityHost",
|
|
345
|
+
"id": "embeddingModelProvider.azureOpenAi.authentication.authorityHost",
|
|
357
346
|
"label": "Authority host",
|
|
358
347
|
"description": "Authority host URL for the Microsoft Entra application. Defaults to <code>https://login.microsoftonline.com</code>. This can also contain an OAuth 2.0 token endpoint.",
|
|
359
348
|
"optional": true,
|
|
360
349
|
"feel": "optional",
|
|
361
350
|
"group": "embeddingModel",
|
|
362
351
|
"binding": {
|
|
363
|
-
"name": "embeddingModelProvider.authentication.authorityHost",
|
|
352
|
+
"name": "embeddingModelProvider.azureOpenAi.authentication.authorityHost",
|
|
364
353
|
"type": "zeebe:input"
|
|
365
354
|
},
|
|
366
355
|
"condition": {
|
|
367
356
|
"allMatch": [
|
|
368
357
|
{
|
|
369
|
-
"property": "embeddingModelProvider.authentication.type",
|
|
358
|
+
"property": "embeddingModelProvider.azureOpenAi.authentication.type",
|
|
370
359
|
"equals": "clientCredentials",
|
|
371
360
|
"type": "simple"
|
|
372
361
|
},
|
|
373
362
|
{
|
|
374
363
|
"property": "embeddingModelProvider.modelProvider",
|
|
375
|
-
"equals": "
|
|
364
|
+
"equals": "azureOpenAiModelProvider",
|
|
376
365
|
"type": "simple"
|
|
377
366
|
}
|
|
378
367
|
]
|
|
@@ -380,7 +369,7 @@
|
|
|
380
369
|
"type": "String"
|
|
381
370
|
},
|
|
382
371
|
{
|
|
383
|
-
"id": "embeddingModelProvider.deploymentName",
|
|
372
|
+
"id": "embeddingModelProvider.azureOpenAi.deploymentName",
|
|
384
373
|
"label": "Model deployment name",
|
|
385
374
|
"description": "Specify the model deployment name. Details in the <a href=\"https://learn.microsoft.com/en-us/azure/ai-foundry/openai/reference\" target=\"_blank\">documentation</a>.",
|
|
386
375
|
"optional": false,
|
|
@@ -390,36 +379,36 @@
|
|
|
390
379
|
"feel": "optional",
|
|
391
380
|
"group": "embeddingModel",
|
|
392
381
|
"binding": {
|
|
393
|
-
"name": "embeddingModelProvider.deploymentName",
|
|
382
|
+
"name": "embeddingModelProvider.azureOpenAi.deploymentName",
|
|
394
383
|
"type": "zeebe:input"
|
|
395
384
|
},
|
|
396
385
|
"condition": {
|
|
397
386
|
"property": "embeddingModelProvider.modelProvider",
|
|
398
|
-
"equals": "
|
|
387
|
+
"equals": "azureOpenAiModelProvider",
|
|
399
388
|
"type": "simple"
|
|
400
389
|
},
|
|
401
390
|
"type": "String"
|
|
402
391
|
},
|
|
403
392
|
{
|
|
404
|
-
"id": "embeddingModelProvider.dimensions",
|
|
393
|
+
"id": "embeddingModelProvider.azureOpenAi.dimensions",
|
|
405
394
|
"label": "Embedding dimensions",
|
|
406
395
|
"description": "The size of the vector used to represent data. If not specified, the default model dimensions are used. Details in the <a href=\"https://platform.openai.com/docs/guides/embeddings\" target=\"_blank\">documentation</a>.",
|
|
407
396
|
"optional": true,
|
|
408
397
|
"feel": "required",
|
|
409
398
|
"group": "embeddingModel",
|
|
410
399
|
"binding": {
|
|
411
|
-
"name": "embeddingModelProvider.dimensions",
|
|
400
|
+
"name": "embeddingModelProvider.azureOpenAi.dimensions",
|
|
412
401
|
"type": "zeebe:input"
|
|
413
402
|
},
|
|
414
403
|
"condition": {
|
|
415
404
|
"property": "embeddingModelProvider.modelProvider",
|
|
416
|
-
"equals": "
|
|
405
|
+
"equals": "azureOpenAiModelProvider",
|
|
417
406
|
"type": "simple"
|
|
418
407
|
},
|
|
419
408
|
"type": "Number"
|
|
420
409
|
},
|
|
421
410
|
{
|
|
422
|
-
"id": "embeddingModelProvider.maxRetries",
|
|
411
|
+
"id": "embeddingModelProvider.azureOpenAi.maxRetries",
|
|
423
412
|
"label": "Max retries",
|
|
424
413
|
"description": "Max retries",
|
|
425
414
|
"optional": true,
|
|
@@ -427,36 +416,36 @@
|
|
|
427
416
|
"feel": "static",
|
|
428
417
|
"group": "embeddingModel",
|
|
429
418
|
"binding": {
|
|
430
|
-
"name": "embeddingModelProvider.maxRetries",
|
|
419
|
+
"name": "embeddingModelProvider.azureOpenAi.maxRetries",
|
|
431
420
|
"type": "zeebe:input"
|
|
432
421
|
},
|
|
433
422
|
"condition": {
|
|
434
423
|
"property": "embeddingModelProvider.modelProvider",
|
|
435
|
-
"equals": "
|
|
424
|
+
"equals": "azureOpenAiModelProvider",
|
|
436
425
|
"type": "simple"
|
|
437
426
|
},
|
|
438
427
|
"type": "Number"
|
|
439
428
|
},
|
|
440
429
|
{
|
|
441
|
-
"id": "embeddingModelProvider.customHeaders",
|
|
430
|
+
"id": "embeddingModelProvider.azureOpenAi.customHeaders",
|
|
442
431
|
"label": "Custom headers",
|
|
443
432
|
"description": "Map of custom HTTP headers to add to the request.",
|
|
444
433
|
"optional": true,
|
|
445
434
|
"feel": "required",
|
|
446
435
|
"group": "embeddingModel",
|
|
447
436
|
"binding": {
|
|
448
|
-
"name": "embeddingModelProvider.customHeaders",
|
|
437
|
+
"name": "embeddingModelProvider.azureOpenAi.customHeaders",
|
|
449
438
|
"type": "zeebe:input"
|
|
450
439
|
},
|
|
451
440
|
"condition": {
|
|
452
441
|
"property": "embeddingModelProvider.modelProvider",
|
|
453
|
-
"equals": "
|
|
442
|
+
"equals": "azureOpenAiModelProvider",
|
|
454
443
|
"type": "simple"
|
|
455
444
|
},
|
|
456
445
|
"type": "String"
|
|
457
446
|
},
|
|
458
447
|
{
|
|
459
|
-
"id": "embeddingModelProvider.
|
|
448
|
+
"id": "embeddingModelProvider.bedrock.accessKey",
|
|
460
449
|
"label": "Access key",
|
|
461
450
|
"description": "Provide an IAM access key tailored to a user, equipped with the necessary permissions",
|
|
462
451
|
"optional": false,
|
|
@@ -466,18 +455,18 @@
|
|
|
466
455
|
"feel": "optional",
|
|
467
456
|
"group": "embeddingModel",
|
|
468
457
|
"binding": {
|
|
469
|
-
"name": "embeddingModelProvider.accessKey",
|
|
458
|
+
"name": "embeddingModelProvider.bedrock.accessKey",
|
|
470
459
|
"type": "zeebe:input"
|
|
471
460
|
},
|
|
472
461
|
"condition": {
|
|
473
462
|
"property": "embeddingModelProvider.modelProvider",
|
|
474
|
-
"equals": "
|
|
463
|
+
"equals": "bedrockModelProvider",
|
|
475
464
|
"type": "simple"
|
|
476
465
|
},
|
|
477
466
|
"type": "String"
|
|
478
467
|
},
|
|
479
468
|
{
|
|
480
|
-
"id": "embeddingModelProvider.
|
|
469
|
+
"id": "embeddingModelProvider.bedrock.secretKey",
|
|
481
470
|
"label": "Secret key",
|
|
482
471
|
"description": "Provide a secret key associated with the access key",
|
|
483
472
|
"optional": false,
|
|
@@ -487,18 +476,18 @@
|
|
|
487
476
|
"feel": "optional",
|
|
488
477
|
"group": "embeddingModel",
|
|
489
478
|
"binding": {
|
|
490
|
-
"name": "embeddingModelProvider.secretKey",
|
|
479
|
+
"name": "embeddingModelProvider.bedrock.secretKey",
|
|
491
480
|
"type": "zeebe:input"
|
|
492
481
|
},
|
|
493
482
|
"condition": {
|
|
494
483
|
"property": "embeddingModelProvider.modelProvider",
|
|
495
|
-
"equals": "
|
|
484
|
+
"equals": "bedrockModelProvider",
|
|
496
485
|
"type": "simple"
|
|
497
486
|
},
|
|
498
487
|
"type": "String"
|
|
499
488
|
},
|
|
500
489
|
{
|
|
501
|
-
"id": "embeddingModelProvider.
|
|
490
|
+
"id": "embeddingModelProvider.bedrock.region",
|
|
502
491
|
"label": "Region",
|
|
503
492
|
"description": "AWS Bedrock region",
|
|
504
493
|
"optional": false,
|
|
@@ -508,18 +497,18 @@
|
|
|
508
497
|
"feel": "optional",
|
|
509
498
|
"group": "embeddingModel",
|
|
510
499
|
"binding": {
|
|
511
|
-
"name": "embeddingModelProvider.region",
|
|
500
|
+
"name": "embeddingModelProvider.bedrock.region",
|
|
512
501
|
"type": "zeebe:input"
|
|
513
502
|
},
|
|
514
503
|
"condition": {
|
|
515
504
|
"property": "embeddingModelProvider.modelProvider",
|
|
516
|
-
"equals": "
|
|
505
|
+
"equals": "bedrockModelProvider",
|
|
517
506
|
"type": "simple"
|
|
518
507
|
},
|
|
519
508
|
"type": "String"
|
|
520
509
|
},
|
|
521
510
|
{
|
|
522
|
-
"id": "embeddingModelProvider.modelName",
|
|
511
|
+
"id": "embeddingModelProvider.bedrock.modelName",
|
|
523
512
|
"label": "Model name",
|
|
524
513
|
"description": "Bedrock model name or identifier",
|
|
525
514
|
"optional": false,
|
|
@@ -529,12 +518,12 @@
|
|
|
529
518
|
},
|
|
530
519
|
"group": "embeddingModel",
|
|
531
520
|
"binding": {
|
|
532
|
-
"name": "embeddingModelProvider.modelName",
|
|
521
|
+
"name": "embeddingModelProvider.bedrock.modelName",
|
|
533
522
|
"type": "zeebe:input"
|
|
534
523
|
},
|
|
535
524
|
"condition": {
|
|
536
525
|
"property": "embeddingModelProvider.modelProvider",
|
|
537
|
-
"equals": "
|
|
526
|
+
"equals": "bedrockModelProvider",
|
|
538
527
|
"type": "simple"
|
|
539
528
|
},
|
|
540
529
|
"type": "Dropdown",
|
|
@@ -554,7 +543,7 @@
|
|
|
554
543
|
]
|
|
555
544
|
},
|
|
556
545
|
{
|
|
557
|
-
"id": "embeddingModelProvider.
|
|
546
|
+
"id": "embeddingModelProvider.bedrock.customModelName",
|
|
558
547
|
"label": "Custom model name",
|
|
559
548
|
"optional": false,
|
|
560
549
|
"constraints": {
|
|
@@ -563,19 +552,19 @@
|
|
|
563
552
|
"feel": "optional",
|
|
564
553
|
"group": "embeddingModel",
|
|
565
554
|
"binding": {
|
|
566
|
-
"name": "embeddingModelProvider.customModelName",
|
|
555
|
+
"name": "embeddingModelProvider.bedrock.customModelName",
|
|
567
556
|
"type": "zeebe:input"
|
|
568
557
|
},
|
|
569
558
|
"condition": {
|
|
570
559
|
"allMatch": [
|
|
571
560
|
{
|
|
572
|
-
"property": "embeddingModelProvider.modelName",
|
|
561
|
+
"property": "embeddingModelProvider.bedrock.modelName",
|
|
573
562
|
"equals": "Custom",
|
|
574
563
|
"type": "simple"
|
|
575
564
|
},
|
|
576
565
|
{
|
|
577
566
|
"property": "embeddingModelProvider.modelProvider",
|
|
578
|
-
"equals": "
|
|
567
|
+
"equals": "bedrockModelProvider",
|
|
579
568
|
"type": "simple"
|
|
580
569
|
}
|
|
581
570
|
]
|
|
@@ -583,29 +572,26 @@
|
|
|
583
572
|
"type": "String"
|
|
584
573
|
},
|
|
585
574
|
{
|
|
586
|
-
"id": "embeddingModelProvider.
|
|
575
|
+
"id": "embeddingModelProvider.bedrock.dimensions",
|
|
587
576
|
"label": "Embedding dimensions",
|
|
588
577
|
"description": "The size of the vector used to represent data",
|
|
589
578
|
"optional": false,
|
|
590
579
|
"value": "D1024",
|
|
591
|
-
"constraints": {
|
|
592
|
-
"notEmpty": true
|
|
593
|
-
},
|
|
594
580
|
"group": "embeddingModel",
|
|
595
581
|
"binding": {
|
|
596
|
-
"name": "embeddingModelProvider.dimensions",
|
|
582
|
+
"name": "embeddingModelProvider.bedrock.dimensions",
|
|
597
583
|
"type": "zeebe:input"
|
|
598
584
|
},
|
|
599
585
|
"condition": {
|
|
600
586
|
"allMatch": [
|
|
601
587
|
{
|
|
602
|
-
"property": "embeddingModelProvider.modelName",
|
|
588
|
+
"property": "embeddingModelProvider.bedrock.modelName",
|
|
603
589
|
"equals": "TitanEmbedTextV2",
|
|
604
590
|
"type": "simple"
|
|
605
591
|
},
|
|
606
592
|
{
|
|
607
593
|
"property": "embeddingModelProvider.modelProvider",
|
|
608
|
-
"equals": "
|
|
594
|
+
"equals": "bedrockModelProvider",
|
|
609
595
|
"type": "simple"
|
|
610
596
|
}
|
|
611
597
|
]
|
|
@@ -627,30 +613,27 @@
|
|
|
627
613
|
]
|
|
628
614
|
},
|
|
629
615
|
{
|
|
630
|
-
"id": "embeddingModelProvider.
|
|
616
|
+
"id": "embeddingModelProvider.bedrock.normalize",
|
|
631
617
|
"label": "Normalize",
|
|
632
618
|
"description": "Normalize vector",
|
|
633
619
|
"optional": false,
|
|
634
620
|
"value": false,
|
|
635
|
-
"constraints": {
|
|
636
|
-
"notEmpty": true
|
|
637
|
-
},
|
|
638
621
|
"feel": "static",
|
|
639
622
|
"group": "embeddingModel",
|
|
640
623
|
"binding": {
|
|
641
|
-
"name": "embeddingModelProvider.normalize",
|
|
624
|
+
"name": "embeddingModelProvider.bedrock.normalize",
|
|
642
625
|
"type": "zeebe:input"
|
|
643
626
|
},
|
|
644
627
|
"condition": {
|
|
645
628
|
"allMatch": [
|
|
646
629
|
{
|
|
647
|
-
"property": "embeddingModelProvider.modelName",
|
|
630
|
+
"property": "embeddingModelProvider.bedrock.modelName",
|
|
648
631
|
"equals": "TitanEmbedTextV2",
|
|
649
632
|
"type": "simple"
|
|
650
633
|
},
|
|
651
634
|
{
|
|
652
635
|
"property": "embeddingModelProvider.modelProvider",
|
|
653
|
-
"equals": "
|
|
636
|
+
"equals": "bedrockModelProvider",
|
|
654
637
|
"type": "simple"
|
|
655
638
|
}
|
|
656
639
|
]
|
|
@@ -658,7 +641,7 @@
|
|
|
658
641
|
"type": "Boolean"
|
|
659
642
|
},
|
|
660
643
|
{
|
|
661
|
-
"id": "embeddingModelProvider.
|
|
644
|
+
"id": "embeddingModelProvider.bedrock.maxRetries",
|
|
662
645
|
"label": "Max retries",
|
|
663
646
|
"description": "Max retries",
|
|
664
647
|
"optional": false,
|
|
@@ -666,18 +649,18 @@
|
|
|
666
649
|
"feel": "static",
|
|
667
650
|
"group": "embeddingModel",
|
|
668
651
|
"binding": {
|
|
669
|
-
"name": "embeddingModelProvider.maxRetries",
|
|
652
|
+
"name": "embeddingModelProvider.bedrock.maxRetries",
|
|
670
653
|
"type": "zeebe:input"
|
|
671
654
|
},
|
|
672
655
|
"condition": {
|
|
673
656
|
"property": "embeddingModelProvider.modelProvider",
|
|
674
|
-
"equals": "
|
|
657
|
+
"equals": "bedrockModelProvider",
|
|
675
658
|
"type": "simple"
|
|
676
659
|
},
|
|
677
660
|
"type": "Number"
|
|
678
661
|
},
|
|
679
662
|
{
|
|
680
|
-
"id": "embeddingModelProvider.projectId",
|
|
663
|
+
"id": "embeddingModelProvider.googleVertexAi.projectId",
|
|
681
664
|
"label": "Project ID",
|
|
682
665
|
"description": "Google Cloud project ID",
|
|
683
666
|
"optional": false,
|
|
@@ -687,18 +670,18 @@
|
|
|
687
670
|
"feel": "optional",
|
|
688
671
|
"group": "embeddingModel",
|
|
689
672
|
"binding": {
|
|
690
|
-
"name": "embeddingModelProvider.projectId",
|
|
673
|
+
"name": "embeddingModelProvider.googleVertexAi.projectId",
|
|
691
674
|
"type": "zeebe:input"
|
|
692
675
|
},
|
|
693
676
|
"condition": {
|
|
694
677
|
"property": "embeddingModelProvider.modelProvider",
|
|
695
|
-
"equals": "
|
|
678
|
+
"equals": "vertexAiModelProvider",
|
|
696
679
|
"type": "simple"
|
|
697
680
|
},
|
|
698
681
|
"type": "String"
|
|
699
682
|
},
|
|
700
683
|
{
|
|
701
|
-
"id": "embeddingModelProvider.region",
|
|
684
|
+
"id": "embeddingModelProvider.googleVertexAi.region",
|
|
702
685
|
"label": "Region",
|
|
703
686
|
"description": "Google Cloud region for Vertex AI",
|
|
704
687
|
"optional": false,
|
|
@@ -708,29 +691,29 @@
|
|
|
708
691
|
"feel": "optional",
|
|
709
692
|
"group": "embeddingModel",
|
|
710
693
|
"binding": {
|
|
711
|
-
"name": "embeddingModelProvider.region",
|
|
694
|
+
"name": "embeddingModelProvider.googleVertexAi.region",
|
|
712
695
|
"type": "zeebe:input"
|
|
713
696
|
},
|
|
714
697
|
"condition": {
|
|
715
698
|
"property": "embeddingModelProvider.modelProvider",
|
|
716
|
-
"equals": "
|
|
699
|
+
"equals": "vertexAiModelProvider",
|
|
717
700
|
"type": "simple"
|
|
718
701
|
},
|
|
719
702
|
"type": "String"
|
|
720
703
|
},
|
|
721
704
|
{
|
|
722
|
-
"id": "embeddingModelProvider.
|
|
705
|
+
"id": "embeddingModelProvider.googleVertexAi.authentication.type",
|
|
723
706
|
"label": "Authentication",
|
|
724
707
|
"description": "Specify the Google Vertex AI authentication strategy.",
|
|
725
708
|
"value": "serviceAccountCredentials",
|
|
726
709
|
"group": "embeddingModel",
|
|
727
710
|
"binding": {
|
|
728
|
-
"name": "embeddingModelProvider.
|
|
711
|
+
"name": "embeddingModelProvider.googleVertexAi.authentication.type",
|
|
729
712
|
"type": "zeebe:input"
|
|
730
713
|
},
|
|
731
714
|
"condition": {
|
|
732
715
|
"property": "embeddingModelProvider.modelProvider",
|
|
733
|
-
"equals": "
|
|
716
|
+
"equals": "vertexAiModelProvider",
|
|
734
717
|
"type": "simple"
|
|
735
718
|
},
|
|
736
719
|
"type": "Dropdown",
|
|
@@ -746,7 +729,7 @@
|
|
|
746
729
|
]
|
|
747
730
|
},
|
|
748
731
|
{
|
|
749
|
-
"id": "embeddingModelProvider.
|
|
732
|
+
"id": "embeddingModelProvider.googleVertexAi.authentication.jsonKey",
|
|
750
733
|
"label": "JSON key of the service account",
|
|
751
734
|
"description": "This is the key of the service account in JSON format.",
|
|
752
735
|
"optional": false,
|
|
@@ -756,19 +739,19 @@
|
|
|
756
739
|
"feel": "optional",
|
|
757
740
|
"group": "embeddingModel",
|
|
758
741
|
"binding": {
|
|
759
|
-
"name": "embeddingModelProvider.
|
|
742
|
+
"name": "embeddingModelProvider.googleVertexAi.authentication.jsonKey",
|
|
760
743
|
"type": "zeebe:input"
|
|
761
744
|
},
|
|
762
745
|
"condition": {
|
|
763
746
|
"allMatch": [
|
|
764
747
|
{
|
|
765
|
-
"property": "embeddingModelProvider.
|
|
748
|
+
"property": "embeddingModelProvider.googleVertexAi.authentication.type",
|
|
766
749
|
"equals": "serviceAccountCredentials",
|
|
767
750
|
"type": "simple"
|
|
768
751
|
},
|
|
769
752
|
{
|
|
770
753
|
"property": "embeddingModelProvider.modelProvider",
|
|
771
|
-
"equals": "
|
|
754
|
+
"equals": "vertexAiModelProvider",
|
|
772
755
|
"type": "simple"
|
|
773
756
|
}
|
|
774
757
|
]
|
|
@@ -776,7 +759,7 @@
|
|
|
776
759
|
"type": "String"
|
|
777
760
|
},
|
|
778
761
|
{
|
|
779
|
-
"id": "embeddingModelProvider.
|
|
762
|
+
"id": "embeddingModelProvider.googleVertexAi.modelName",
|
|
780
763
|
"label": "Model name",
|
|
781
764
|
"description": "Vertex AI embedding model name",
|
|
782
765
|
"optional": false,
|
|
@@ -786,18 +769,18 @@
|
|
|
786
769
|
"feel": "optional",
|
|
787
770
|
"group": "embeddingModel",
|
|
788
771
|
"binding": {
|
|
789
|
-
"name": "embeddingModelProvider.modelName",
|
|
772
|
+
"name": "embeddingModelProvider.googleVertexAi.modelName",
|
|
790
773
|
"type": "zeebe:input"
|
|
791
774
|
},
|
|
792
775
|
"condition": {
|
|
793
776
|
"property": "embeddingModelProvider.modelProvider",
|
|
794
|
-
"equals": "
|
|
777
|
+
"equals": "vertexAiModelProvider",
|
|
795
778
|
"type": "simple"
|
|
796
779
|
},
|
|
797
780
|
"type": "String"
|
|
798
781
|
},
|
|
799
782
|
{
|
|
800
|
-
"id": "embeddingModelProvider.
|
|
783
|
+
"id": "embeddingModelProvider.googleVertexAi.dimensions",
|
|
801
784
|
"label": "Embedding dimensions",
|
|
802
785
|
"description": "The size of the vector used to represent data. Details in the <a href=\"https://cloud.google.com/vertex-ai/generative-ai/docs/embeddings/get-text-embeddings\" target=\"_blank\">documentation</a>.",
|
|
803
786
|
"optional": false,
|
|
@@ -807,18 +790,18 @@
|
|
|
807
790
|
"feel": "required",
|
|
808
791
|
"group": "embeddingModel",
|
|
809
792
|
"binding": {
|
|
810
|
-
"name": "embeddingModelProvider.dimensions",
|
|
793
|
+
"name": "embeddingModelProvider.googleVertexAi.dimensions",
|
|
811
794
|
"type": "zeebe:input"
|
|
812
795
|
},
|
|
813
796
|
"condition": {
|
|
814
797
|
"property": "embeddingModelProvider.modelProvider",
|
|
815
|
-
"equals": "
|
|
798
|
+
"equals": "vertexAiModelProvider",
|
|
816
799
|
"type": "simple"
|
|
817
800
|
},
|
|
818
801
|
"type": "Number"
|
|
819
802
|
},
|
|
820
803
|
{
|
|
821
|
-
"id": "embeddingModelProvider.publisher",
|
|
804
|
+
"id": "embeddingModelProvider.googleVertexAi.publisher",
|
|
822
805
|
"label": "Publisher",
|
|
823
806
|
"description": "The publisher of the Vertex AI model (e.g., 'google', 'third-party'). Optional.",
|
|
824
807
|
"optional": true,
|
|
@@ -826,18 +809,18 @@
|
|
|
826
809
|
"feel": "optional",
|
|
827
810
|
"group": "embeddingModel",
|
|
828
811
|
"binding": {
|
|
829
|
-
"name": "embeddingModelProvider.publisher",
|
|
812
|
+
"name": "embeddingModelProvider.googleVertexAi.publisher",
|
|
830
813
|
"type": "zeebe:input"
|
|
831
814
|
},
|
|
832
815
|
"condition": {
|
|
833
816
|
"property": "embeddingModelProvider.modelProvider",
|
|
834
|
-
"equals": "
|
|
817
|
+
"equals": "vertexAiModelProvider",
|
|
835
818
|
"type": "simple"
|
|
836
819
|
},
|
|
837
820
|
"type": "String"
|
|
838
821
|
},
|
|
839
822
|
{
|
|
840
|
-
"id": "embeddingModelProvider.
|
|
823
|
+
"id": "embeddingModelProvider.googleVertexAi.maxRetries",
|
|
841
824
|
"label": "Max retries",
|
|
842
825
|
"description": "Max retries",
|
|
843
826
|
"optional": true,
|
|
@@ -845,18 +828,18 @@
|
|
|
845
828
|
"feel": "static",
|
|
846
829
|
"group": "embeddingModel",
|
|
847
830
|
"binding": {
|
|
848
|
-
"name": "embeddingModelProvider.maxRetries",
|
|
831
|
+
"name": "embeddingModelProvider.googleVertexAi.maxRetries",
|
|
849
832
|
"type": "zeebe:input"
|
|
850
833
|
},
|
|
851
834
|
"condition": {
|
|
852
835
|
"property": "embeddingModelProvider.modelProvider",
|
|
853
|
-
"equals": "
|
|
836
|
+
"equals": "vertexAiModelProvider",
|
|
854
837
|
"type": "simple"
|
|
855
838
|
},
|
|
856
839
|
"type": "Number"
|
|
857
840
|
},
|
|
858
841
|
{
|
|
859
|
-
"id": "embeddingModelProvider.
|
|
842
|
+
"id": "embeddingModelProvider.openAi.apiKey",
|
|
860
843
|
"label": "OpenAI API key",
|
|
861
844
|
"optional": false,
|
|
862
845
|
"constraints": {
|
|
@@ -865,18 +848,18 @@
|
|
|
865
848
|
"feel": "optional",
|
|
866
849
|
"group": "embeddingModel",
|
|
867
850
|
"binding": {
|
|
868
|
-
"name": "embeddingModelProvider.apiKey",
|
|
851
|
+
"name": "embeddingModelProvider.openAi.apiKey",
|
|
869
852
|
"type": "zeebe:input"
|
|
870
853
|
},
|
|
871
854
|
"condition": {
|
|
872
855
|
"property": "embeddingModelProvider.modelProvider",
|
|
873
|
-
"equals": "
|
|
856
|
+
"equals": "openAiModelProvider",
|
|
874
857
|
"type": "simple"
|
|
875
858
|
},
|
|
876
859
|
"type": "String"
|
|
877
860
|
},
|
|
878
861
|
{
|
|
879
|
-
"id": "embeddingModelProvider.
|
|
862
|
+
"id": "embeddingModelProvider.openAi.modelName",
|
|
880
863
|
"label": "Model name",
|
|
881
864
|
"description": "Specify the model name. Details in the <a href=\"https://platform.openai.com/docs/guides/embeddings\" target=\"_blank\">documentation</a>.",
|
|
882
865
|
"optional": false,
|
|
@@ -886,72 +869,72 @@
|
|
|
886
869
|
"feel": "optional",
|
|
887
870
|
"group": "embeddingModel",
|
|
888
871
|
"binding": {
|
|
889
|
-
"name": "embeddingModelProvider.modelName",
|
|
872
|
+
"name": "embeddingModelProvider.openAi.modelName",
|
|
890
873
|
"type": "zeebe:input"
|
|
891
874
|
},
|
|
892
875
|
"condition": {
|
|
893
876
|
"property": "embeddingModelProvider.modelProvider",
|
|
894
|
-
"equals": "
|
|
877
|
+
"equals": "openAiModelProvider",
|
|
895
878
|
"type": "simple"
|
|
896
879
|
},
|
|
897
880
|
"type": "String"
|
|
898
881
|
},
|
|
899
882
|
{
|
|
900
|
-
"id": "embeddingModelProvider.
|
|
883
|
+
"id": "embeddingModelProvider.openAi.organizationId",
|
|
901
884
|
"label": "Organization ID",
|
|
902
885
|
"description": "For members of multiple organizations. Details in the <a href=\"https://platform.openai.com/docs/api-reference/authentication\" target=\"_blank\">documentation</a>.",
|
|
903
886
|
"optional": true,
|
|
904
887
|
"feel": "optional",
|
|
905
888
|
"group": "embeddingModel",
|
|
906
889
|
"binding": {
|
|
907
|
-
"name": "embeddingModelProvider.organizationId",
|
|
890
|
+
"name": "embeddingModelProvider.openAi.organizationId",
|
|
908
891
|
"type": "zeebe:input"
|
|
909
892
|
},
|
|
910
893
|
"condition": {
|
|
911
894
|
"property": "embeddingModelProvider.modelProvider",
|
|
912
|
-
"equals": "
|
|
895
|
+
"equals": "openAiModelProvider",
|
|
913
896
|
"type": "simple"
|
|
914
897
|
},
|
|
915
898
|
"type": "String"
|
|
916
899
|
},
|
|
917
900
|
{
|
|
918
|
-
"id": "embeddingModelProvider.
|
|
901
|
+
"id": "embeddingModelProvider.openAi.projectId",
|
|
919
902
|
"label": "Project ID",
|
|
920
903
|
"description": "For accounts with multiple projects. Details in the <a href=\"https://platform.openai.com/docs/api-reference/authentication\" target=\"_blank\">documentation</a>.",
|
|
921
904
|
"optional": true,
|
|
922
905
|
"feel": "optional",
|
|
923
906
|
"group": "embeddingModel",
|
|
924
907
|
"binding": {
|
|
925
|
-
"name": "embeddingModelProvider.projectId",
|
|
908
|
+
"name": "embeddingModelProvider.openAi.projectId",
|
|
926
909
|
"type": "zeebe:input"
|
|
927
910
|
},
|
|
928
911
|
"condition": {
|
|
929
912
|
"property": "embeddingModelProvider.modelProvider",
|
|
930
|
-
"equals": "
|
|
913
|
+
"equals": "openAiModelProvider",
|
|
931
914
|
"type": "simple"
|
|
932
915
|
},
|
|
933
916
|
"type": "String"
|
|
934
917
|
},
|
|
935
918
|
{
|
|
936
|
-
"id": "embeddingModelProvider.
|
|
919
|
+
"id": "embeddingModelProvider.openAi.dimensions",
|
|
937
920
|
"label": "Embedding dimensions",
|
|
938
921
|
"description": "The size of the vector used to represent data. If not specified, the default model dimensions are used. Details in the <a href=\"https://platform.openai.com/docs/guides/embeddings\" target=\"_blank\">documentation</a>.",
|
|
939
922
|
"optional": true,
|
|
940
923
|
"feel": "required",
|
|
941
924
|
"group": "embeddingModel",
|
|
942
925
|
"binding": {
|
|
943
|
-
"name": "embeddingModelProvider.dimensions",
|
|
926
|
+
"name": "embeddingModelProvider.openAi.dimensions",
|
|
944
927
|
"type": "zeebe:input"
|
|
945
928
|
},
|
|
946
929
|
"condition": {
|
|
947
930
|
"property": "embeddingModelProvider.modelProvider",
|
|
948
|
-
"equals": "
|
|
931
|
+
"equals": "openAiModelProvider",
|
|
949
932
|
"type": "simple"
|
|
950
933
|
},
|
|
951
934
|
"type": "Number"
|
|
952
935
|
},
|
|
953
936
|
{
|
|
954
|
-
"id": "embeddingModelProvider.
|
|
937
|
+
"id": "embeddingModelProvider.openAi.maxRetries",
|
|
955
938
|
"label": "Max retries",
|
|
956
939
|
"description": "Max retries",
|
|
957
940
|
"optional": true,
|
|
@@ -959,47 +942,47 @@
|
|
|
959
942
|
"feel": "static",
|
|
960
943
|
"group": "embeddingModel",
|
|
961
944
|
"binding": {
|
|
962
|
-
"name": "embeddingModelProvider.maxRetries",
|
|
945
|
+
"name": "embeddingModelProvider.openAi.maxRetries",
|
|
963
946
|
"type": "zeebe:input"
|
|
964
947
|
},
|
|
965
948
|
"condition": {
|
|
966
949
|
"property": "embeddingModelProvider.modelProvider",
|
|
967
|
-
"equals": "
|
|
950
|
+
"equals": "openAiModelProvider",
|
|
968
951
|
"type": "simple"
|
|
969
952
|
},
|
|
970
953
|
"type": "Number"
|
|
971
954
|
},
|
|
972
955
|
{
|
|
973
|
-
"id": "embeddingModelProvider.
|
|
956
|
+
"id": "embeddingModelProvider.openAi.customHeaders",
|
|
974
957
|
"label": "Custom headers",
|
|
975
958
|
"description": "Map of custom HTTP headers to add to the request.",
|
|
976
959
|
"optional": true,
|
|
977
960
|
"feel": "required",
|
|
978
961
|
"group": "embeddingModel",
|
|
979
962
|
"binding": {
|
|
980
|
-
"name": "embeddingModelProvider.customHeaders",
|
|
963
|
+
"name": "embeddingModelProvider.openAi.customHeaders",
|
|
981
964
|
"type": "zeebe:input"
|
|
982
965
|
},
|
|
983
966
|
"condition": {
|
|
984
967
|
"property": "embeddingModelProvider.modelProvider",
|
|
985
|
-
"equals": "
|
|
968
|
+
"equals": "openAiModelProvider",
|
|
986
969
|
"type": "simple"
|
|
987
970
|
},
|
|
988
971
|
"type": "String"
|
|
989
972
|
},
|
|
990
973
|
{
|
|
991
|
-
"id": "embeddingModelProvider.
|
|
974
|
+
"id": "embeddingModelProvider.openAi.baseUrl",
|
|
992
975
|
"label": "Custom base URL",
|
|
993
976
|
"optional": true,
|
|
994
977
|
"feel": "optional",
|
|
995
978
|
"group": "embeddingModel",
|
|
996
979
|
"binding": {
|
|
997
|
-
"name": "embeddingModelProvider.baseUrl",
|
|
980
|
+
"name": "embeddingModelProvider.openAi.baseUrl",
|
|
998
981
|
"type": "zeebe:input"
|
|
999
982
|
},
|
|
1000
983
|
"condition": {
|
|
1001
984
|
"property": "embeddingModelProvider.modelProvider",
|
|
1002
|
-
"equals": "
|
|
985
|
+
"equals": "openAiModelProvider",
|
|
1003
986
|
"type": "simple"
|
|
1004
987
|
},
|
|
1005
988
|
"tooltip": "Base URL of OpenAI API. The default is 'https://api.openai.com/v1/'",
|
|
@@ -1009,7 +992,7 @@
|
|
|
1009
992
|
"id": "vectorStore.vectorStore",
|
|
1010
993
|
"label": "Embeddings store",
|
|
1011
994
|
"description": "Select embedding store",
|
|
1012
|
-
"value": "
|
|
995
|
+
"value": "elasticsearchStore",
|
|
1013
996
|
"group": "embeddingsStore",
|
|
1014
997
|
"binding": {
|
|
1015
998
|
"name": "vectorStore.storeType",
|
|
@@ -1019,23 +1002,23 @@
|
|
|
1019
1002
|
"choices": [
|
|
1020
1003
|
{
|
|
1021
1004
|
"name": "Amazon Managed OpenSearch",
|
|
1022
|
-
"value": "
|
|
1005
|
+
"value": "amazonManagedOpenSearchStore"
|
|
1023
1006
|
},
|
|
1024
1007
|
{
|
|
1025
1008
|
"name": "Azure AI Search",
|
|
1026
|
-
"value": "
|
|
1009
|
+
"value": "azureAiSearchStore"
|
|
1027
1010
|
},
|
|
1028
1011
|
{
|
|
1029
1012
|
"name": "Azure Cosmos DB NoSQL",
|
|
1030
|
-
"value": "
|
|
1013
|
+
"value": "azureCosmosDbNoSqlStore"
|
|
1031
1014
|
},
|
|
1032
1015
|
{
|
|
1033
1016
|
"name": "Elasticsearch",
|
|
1034
|
-
"value": "
|
|
1017
|
+
"value": "elasticsearchStore"
|
|
1035
1018
|
},
|
|
1036
1019
|
{
|
|
1037
1020
|
"name": "OpenSearch",
|
|
1038
|
-
"value": "
|
|
1021
|
+
"value": "openSearchStore"
|
|
1039
1022
|
}
|
|
1040
1023
|
]
|
|
1041
1024
|
},
|
|
@@ -1050,12 +1033,12 @@
|
|
|
1050
1033
|
"feel": "optional",
|
|
1051
1034
|
"group": "embeddingsStore",
|
|
1052
1035
|
"binding": {
|
|
1053
|
-
"name": "vectorStore.accessKey",
|
|
1036
|
+
"name": "vectorStore.amazonManagedOpensearch.accessKey",
|
|
1054
1037
|
"type": "zeebe:input"
|
|
1055
1038
|
},
|
|
1056
1039
|
"condition": {
|
|
1057
1040
|
"property": "vectorStore.vectorStore",
|
|
1058
|
-
"equals": "
|
|
1041
|
+
"equals": "amazonManagedOpenSearchStore",
|
|
1059
1042
|
"type": "simple"
|
|
1060
1043
|
},
|
|
1061
1044
|
"type": "String"
|
|
@@ -1071,12 +1054,12 @@
|
|
|
1071
1054
|
"feel": "optional",
|
|
1072
1055
|
"group": "embeddingsStore",
|
|
1073
1056
|
"binding": {
|
|
1074
|
-
"name": "vectorStore.secretKey",
|
|
1057
|
+
"name": "vectorStore.amazonManagedOpensearch.secretKey",
|
|
1075
1058
|
"type": "zeebe:input"
|
|
1076
1059
|
},
|
|
1077
1060
|
"condition": {
|
|
1078
1061
|
"property": "vectorStore.vectorStore",
|
|
1079
|
-
"equals": "
|
|
1062
|
+
"equals": "amazonManagedOpenSearchStore",
|
|
1080
1063
|
"type": "simple"
|
|
1081
1064
|
},
|
|
1082
1065
|
"type": "String"
|
|
@@ -1092,12 +1075,12 @@
|
|
|
1092
1075
|
"feel": "optional",
|
|
1093
1076
|
"group": "embeddingsStore",
|
|
1094
1077
|
"binding": {
|
|
1095
|
-
"name": "vectorStore.serverUrl",
|
|
1078
|
+
"name": "vectorStore.amazonManagedOpensearch.serverUrl",
|
|
1096
1079
|
"type": "zeebe:input"
|
|
1097
1080
|
},
|
|
1098
1081
|
"condition": {
|
|
1099
1082
|
"property": "vectorStore.vectorStore",
|
|
1100
|
-
"equals": "
|
|
1083
|
+
"equals": "amazonManagedOpenSearchStore",
|
|
1101
1084
|
"type": "simple"
|
|
1102
1085
|
},
|
|
1103
1086
|
"type": "String"
|
|
@@ -1113,12 +1096,12 @@
|
|
|
1113
1096
|
"feel": "optional",
|
|
1114
1097
|
"group": "embeddingsStore",
|
|
1115
1098
|
"binding": {
|
|
1116
|
-
"name": "vectorStore.region",
|
|
1099
|
+
"name": "vectorStore.amazonManagedOpensearch.region",
|
|
1117
1100
|
"type": "zeebe:input"
|
|
1118
1101
|
},
|
|
1119
1102
|
"condition": {
|
|
1120
1103
|
"property": "vectorStore.vectorStore",
|
|
1121
|
-
"equals": "
|
|
1104
|
+
"equals": "amazonManagedOpenSearchStore",
|
|
1122
1105
|
"type": "simple"
|
|
1123
1106
|
},
|
|
1124
1107
|
"type": "String"
|
|
@@ -1134,18 +1117,18 @@
|
|
|
1134
1117
|
"feel": "optional",
|
|
1135
1118
|
"group": "embeddingsStore",
|
|
1136
1119
|
"binding": {
|
|
1137
|
-
"name": "vectorStore.indexName",
|
|
1120
|
+
"name": "vectorStore.amazonManagedOpensearch.indexName",
|
|
1138
1121
|
"type": "zeebe:input"
|
|
1139
1122
|
},
|
|
1140
1123
|
"condition": {
|
|
1141
1124
|
"property": "vectorStore.vectorStore",
|
|
1142
|
-
"equals": "
|
|
1125
|
+
"equals": "amazonManagedOpenSearchStore",
|
|
1143
1126
|
"type": "simple"
|
|
1144
1127
|
},
|
|
1145
1128
|
"type": "String"
|
|
1146
1129
|
},
|
|
1147
1130
|
{
|
|
1148
|
-
"id": "vectorStore.
|
|
1131
|
+
"id": "vectorStore.aiSearch.endpoint",
|
|
1149
1132
|
"label": "Endpoint",
|
|
1150
1133
|
"description": "Specify Azure AI Search endpoint. Details in the <a href=\"https://learn.microsoft.com/en-us/azure/search/\" target=\"_blank\">documentation</a>.",
|
|
1151
1134
|
"optional": false,
|
|
@@ -1155,29 +1138,29 @@
|
|
|
1155
1138
|
"feel": "optional",
|
|
1156
1139
|
"group": "embeddingsStore",
|
|
1157
1140
|
"binding": {
|
|
1158
|
-
"name": "vectorStore.endpoint",
|
|
1141
|
+
"name": "vectorStore.aiSearch.endpoint",
|
|
1159
1142
|
"type": "zeebe:input"
|
|
1160
1143
|
},
|
|
1161
1144
|
"condition": {
|
|
1162
1145
|
"property": "vectorStore.vectorStore",
|
|
1163
|
-
"equals": "
|
|
1146
|
+
"equals": "azureAiSearchStore",
|
|
1164
1147
|
"type": "simple"
|
|
1165
1148
|
},
|
|
1166
1149
|
"type": "String"
|
|
1167
1150
|
},
|
|
1168
1151
|
{
|
|
1169
|
-
"id": "vectorStore.
|
|
1152
|
+
"id": "vectorStore.aiSearch.authentication.type",
|
|
1170
1153
|
"label": "Authentication",
|
|
1171
|
-
"description": "Specify the Azure
|
|
1154
|
+
"description": "Specify the Azure authentication strategy.",
|
|
1172
1155
|
"value": "apiKey",
|
|
1173
1156
|
"group": "embeddingsStore",
|
|
1174
1157
|
"binding": {
|
|
1175
|
-
"name": "vectorStore.
|
|
1158
|
+
"name": "vectorStore.aiSearch.authentication.type",
|
|
1176
1159
|
"type": "zeebe:input"
|
|
1177
1160
|
},
|
|
1178
1161
|
"condition": {
|
|
1179
1162
|
"property": "vectorStore.vectorStore",
|
|
1180
|
-
"equals": "
|
|
1163
|
+
"equals": "azureAiSearchStore",
|
|
1181
1164
|
"type": "simple"
|
|
1182
1165
|
},
|
|
1183
1166
|
"type": "Dropdown",
|
|
@@ -1193,7 +1176,7 @@
|
|
|
1193
1176
|
]
|
|
1194
1177
|
},
|
|
1195
1178
|
{
|
|
1196
|
-
"id": "vectorStore.
|
|
1179
|
+
"id": "vectorStore.aiSearch.authentication.apiKey",
|
|
1197
1180
|
"label": "API key",
|
|
1198
1181
|
"optional": false,
|
|
1199
1182
|
"constraints": {
|
|
@@ -1202,19 +1185,19 @@
|
|
|
1202
1185
|
"feel": "optional",
|
|
1203
1186
|
"group": "embeddingsStore",
|
|
1204
1187
|
"binding": {
|
|
1205
|
-
"name": "vectorStore.
|
|
1188
|
+
"name": "vectorStore.aiSearch.authentication.apiKey",
|
|
1206
1189
|
"type": "zeebe:input"
|
|
1207
1190
|
},
|
|
1208
1191
|
"condition": {
|
|
1209
1192
|
"allMatch": [
|
|
1210
1193
|
{
|
|
1211
|
-
"property": "vectorStore.
|
|
1194
|
+
"property": "vectorStore.aiSearch.authentication.type",
|
|
1212
1195
|
"equals": "apiKey",
|
|
1213
1196
|
"type": "simple"
|
|
1214
1197
|
},
|
|
1215
1198
|
{
|
|
1216
1199
|
"property": "vectorStore.vectorStore",
|
|
1217
|
-
"equals": "
|
|
1200
|
+
"equals": "azureAiSearchStore",
|
|
1218
1201
|
"type": "simple"
|
|
1219
1202
|
}
|
|
1220
1203
|
]
|
|
@@ -1222,7 +1205,7 @@
|
|
|
1222
1205
|
"type": "String"
|
|
1223
1206
|
},
|
|
1224
1207
|
{
|
|
1225
|
-
"id": "vectorStore.
|
|
1208
|
+
"id": "vectorStore.aiSearch.authentication.clientId",
|
|
1226
1209
|
"label": "Client ID",
|
|
1227
1210
|
"description": "ID of a Microsoft Entra application",
|
|
1228
1211
|
"optional": false,
|
|
@@ -1232,19 +1215,19 @@
|
|
|
1232
1215
|
"feel": "optional",
|
|
1233
1216
|
"group": "embeddingsStore",
|
|
1234
1217
|
"binding": {
|
|
1235
|
-
"name": "vectorStore.
|
|
1218
|
+
"name": "vectorStore.aiSearch.authentication.clientId",
|
|
1236
1219
|
"type": "zeebe:input"
|
|
1237
1220
|
},
|
|
1238
1221
|
"condition": {
|
|
1239
1222
|
"allMatch": [
|
|
1240
1223
|
{
|
|
1241
|
-
"property": "vectorStore.
|
|
1224
|
+
"property": "vectorStore.aiSearch.authentication.type",
|
|
1242
1225
|
"equals": "clientCredentials",
|
|
1243
1226
|
"type": "simple"
|
|
1244
1227
|
},
|
|
1245
1228
|
{
|
|
1246
1229
|
"property": "vectorStore.vectorStore",
|
|
1247
|
-
"equals": "
|
|
1230
|
+
"equals": "azureAiSearchStore",
|
|
1248
1231
|
"type": "simple"
|
|
1249
1232
|
}
|
|
1250
1233
|
]
|
|
@@ -1252,7 +1235,7 @@
|
|
|
1252
1235
|
"type": "String"
|
|
1253
1236
|
},
|
|
1254
1237
|
{
|
|
1255
|
-
"id": "vectorStore.
|
|
1238
|
+
"id": "vectorStore.aiSearch.authentication.clientSecret",
|
|
1256
1239
|
"label": "Client secret",
|
|
1257
1240
|
"description": "Secret of a Microsoft Entra application",
|
|
1258
1241
|
"optional": false,
|
|
@@ -1262,19 +1245,19 @@
|
|
|
1262
1245
|
"feel": "optional",
|
|
1263
1246
|
"group": "embeddingsStore",
|
|
1264
1247
|
"binding": {
|
|
1265
|
-
"name": "vectorStore.
|
|
1248
|
+
"name": "vectorStore.aiSearch.authentication.clientSecret",
|
|
1266
1249
|
"type": "zeebe:input"
|
|
1267
1250
|
},
|
|
1268
1251
|
"condition": {
|
|
1269
1252
|
"allMatch": [
|
|
1270
1253
|
{
|
|
1271
|
-
"property": "vectorStore.
|
|
1254
|
+
"property": "vectorStore.aiSearch.authentication.type",
|
|
1272
1255
|
"equals": "clientCredentials",
|
|
1273
1256
|
"type": "simple"
|
|
1274
1257
|
},
|
|
1275
1258
|
{
|
|
1276
1259
|
"property": "vectorStore.vectorStore",
|
|
1277
|
-
"equals": "
|
|
1260
|
+
"equals": "azureAiSearchStore",
|
|
1278
1261
|
"type": "simple"
|
|
1279
1262
|
}
|
|
1280
1263
|
]
|
|
@@ -1282,7 +1265,7 @@
|
|
|
1282
1265
|
"type": "String"
|
|
1283
1266
|
},
|
|
1284
1267
|
{
|
|
1285
|
-
"id": "vectorStore.
|
|
1268
|
+
"id": "vectorStore.aiSearch.authentication.tenantId",
|
|
1286
1269
|
"label": "Tenant ID",
|
|
1287
1270
|
"description": "ID of a Microsoft Entra tenant. Details in the <a href=\"https://learn.microsoft.com/en-us/entra/fundamentals/how-to-find-tenant\" target=\"_blank\">documentation</a>.",
|
|
1288
1271
|
"optional": false,
|
|
@@ -1292,19 +1275,19 @@
|
|
|
1292
1275
|
"feel": "optional",
|
|
1293
1276
|
"group": "embeddingsStore",
|
|
1294
1277
|
"binding": {
|
|
1295
|
-
"name": "vectorStore.
|
|
1278
|
+
"name": "vectorStore.aiSearch.authentication.tenantId",
|
|
1296
1279
|
"type": "zeebe:input"
|
|
1297
1280
|
},
|
|
1298
1281
|
"condition": {
|
|
1299
1282
|
"allMatch": [
|
|
1300
1283
|
{
|
|
1301
|
-
"property": "vectorStore.
|
|
1284
|
+
"property": "vectorStore.aiSearch.authentication.type",
|
|
1302
1285
|
"equals": "clientCredentials",
|
|
1303
1286
|
"type": "simple"
|
|
1304
1287
|
},
|
|
1305
1288
|
{
|
|
1306
1289
|
"property": "vectorStore.vectorStore",
|
|
1307
|
-
"equals": "
|
|
1290
|
+
"equals": "azureAiSearchStore",
|
|
1308
1291
|
"type": "simple"
|
|
1309
1292
|
}
|
|
1310
1293
|
]
|
|
@@ -1312,26 +1295,26 @@
|
|
|
1312
1295
|
"type": "String"
|
|
1313
1296
|
},
|
|
1314
1297
|
{
|
|
1315
|
-
"id": "vectorStore.
|
|
1298
|
+
"id": "vectorStore.aiSearch.authentication.authorityHost",
|
|
1316
1299
|
"label": "Authority host",
|
|
1317
1300
|
"description": "Authority host URL for the Microsoft Entra application. Defaults to <code>https://login.microsoftonline.com</code>. This can also contain an OAuth 2.0 token endpoint.",
|
|
1318
1301
|
"optional": true,
|
|
1319
1302
|
"feel": "optional",
|
|
1320
1303
|
"group": "embeddingsStore",
|
|
1321
1304
|
"binding": {
|
|
1322
|
-
"name": "vectorStore.
|
|
1305
|
+
"name": "vectorStore.aiSearch.authentication.authorityHost",
|
|
1323
1306
|
"type": "zeebe:input"
|
|
1324
1307
|
},
|
|
1325
1308
|
"condition": {
|
|
1326
1309
|
"allMatch": [
|
|
1327
1310
|
{
|
|
1328
|
-
"property": "vectorStore.
|
|
1311
|
+
"property": "vectorStore.aiSearch.authentication.type",
|
|
1329
1312
|
"equals": "clientCredentials",
|
|
1330
1313
|
"type": "simple"
|
|
1331
1314
|
},
|
|
1332
1315
|
{
|
|
1333
1316
|
"property": "vectorStore.vectorStore",
|
|
1334
|
-
"equals": "
|
|
1317
|
+
"equals": "azureAiSearchStore",
|
|
1335
1318
|
"type": "simple"
|
|
1336
1319
|
}
|
|
1337
1320
|
]
|
|
@@ -1339,7 +1322,7 @@
|
|
|
1339
1322
|
"type": "String"
|
|
1340
1323
|
},
|
|
1341
1324
|
{
|
|
1342
|
-
"id": "vectorStore.
|
|
1325
|
+
"id": "vectorStore.aiSearch.indexName",
|
|
1343
1326
|
"label": "Index name",
|
|
1344
1327
|
"description": "The name of the search index. When storing embeddings this index is created or updated automatically.",
|
|
1345
1328
|
"optional": false,
|
|
@@ -1349,12 +1332,12 @@
|
|
|
1349
1332
|
"feel": "optional",
|
|
1350
1333
|
"group": "embeddingsStore",
|
|
1351
1334
|
"binding": {
|
|
1352
|
-
"name": "vectorStore.indexName",
|
|
1335
|
+
"name": "vectorStore.aiSearch.indexName",
|
|
1353
1336
|
"type": "zeebe:input"
|
|
1354
1337
|
},
|
|
1355
1338
|
"condition": {
|
|
1356
1339
|
"property": "vectorStore.vectorStore",
|
|
1357
|
-
"equals": "
|
|
1340
|
+
"equals": "azureAiSearchStore",
|
|
1358
1341
|
"type": "simple"
|
|
1359
1342
|
},
|
|
1360
1343
|
"type": "String"
|
|
@@ -1370,29 +1353,29 @@
|
|
|
1370
1353
|
"feel": "optional",
|
|
1371
1354
|
"group": "embeddingsStore",
|
|
1372
1355
|
"binding": {
|
|
1373
|
-
"name": "vectorStore.endpoint",
|
|
1356
|
+
"name": "vectorStore.azureCosmosDbNoSql.endpoint",
|
|
1374
1357
|
"type": "zeebe:input"
|
|
1375
1358
|
},
|
|
1376
1359
|
"condition": {
|
|
1377
1360
|
"property": "vectorStore.vectorStore",
|
|
1378
|
-
"equals": "
|
|
1361
|
+
"equals": "azureCosmosDbNoSqlStore",
|
|
1379
1362
|
"type": "simple"
|
|
1380
1363
|
},
|
|
1381
1364
|
"type": "String"
|
|
1382
1365
|
},
|
|
1383
1366
|
{
|
|
1384
|
-
"id": "vectorStore.
|
|
1367
|
+
"id": "vectorStore.azureCosmosDbNoSql.authentication.type",
|
|
1385
1368
|
"label": "Authentication",
|
|
1386
|
-
"description": "Specify the Azure
|
|
1369
|
+
"description": "Specify the Azure authentication strategy.",
|
|
1387
1370
|
"value": "apiKey",
|
|
1388
1371
|
"group": "embeddingsStore",
|
|
1389
1372
|
"binding": {
|
|
1390
|
-
"name": "vectorStore.
|
|
1373
|
+
"name": "vectorStore.azureCosmosDbNoSql.authentication.type",
|
|
1391
1374
|
"type": "zeebe:input"
|
|
1392
1375
|
},
|
|
1393
1376
|
"condition": {
|
|
1394
1377
|
"property": "vectorStore.vectorStore",
|
|
1395
|
-
"equals": "
|
|
1378
|
+
"equals": "azureCosmosDbNoSqlStore",
|
|
1396
1379
|
"type": "simple"
|
|
1397
1380
|
},
|
|
1398
1381
|
"type": "Dropdown",
|
|
@@ -1408,7 +1391,7 @@
|
|
|
1408
1391
|
]
|
|
1409
1392
|
},
|
|
1410
1393
|
{
|
|
1411
|
-
"id": "vectorStore.
|
|
1394
|
+
"id": "vectorStore.azureCosmosDbNoSql.authentication.apiKey",
|
|
1412
1395
|
"label": "API key",
|
|
1413
1396
|
"optional": false,
|
|
1414
1397
|
"constraints": {
|
|
@@ -1417,19 +1400,19 @@
|
|
|
1417
1400
|
"feel": "optional",
|
|
1418
1401
|
"group": "embeddingsStore",
|
|
1419
1402
|
"binding": {
|
|
1420
|
-
"name": "vectorStore.
|
|
1403
|
+
"name": "vectorStore.azureCosmosDbNoSql.authentication.apiKey",
|
|
1421
1404
|
"type": "zeebe:input"
|
|
1422
1405
|
},
|
|
1423
1406
|
"condition": {
|
|
1424
1407
|
"allMatch": [
|
|
1425
1408
|
{
|
|
1426
|
-
"property": "vectorStore.
|
|
1409
|
+
"property": "vectorStore.azureCosmosDbNoSql.authentication.type",
|
|
1427
1410
|
"equals": "apiKey",
|
|
1428
1411
|
"type": "simple"
|
|
1429
1412
|
},
|
|
1430
1413
|
{
|
|
1431
1414
|
"property": "vectorStore.vectorStore",
|
|
1432
|
-
"equals": "
|
|
1415
|
+
"equals": "azureCosmosDbNoSqlStore",
|
|
1433
1416
|
"type": "simple"
|
|
1434
1417
|
}
|
|
1435
1418
|
]
|
|
@@ -1437,7 +1420,7 @@
|
|
|
1437
1420
|
"type": "String"
|
|
1438
1421
|
},
|
|
1439
1422
|
{
|
|
1440
|
-
"id": "vectorStore.
|
|
1423
|
+
"id": "vectorStore.azureCosmosDbNoSql.authentication.clientId",
|
|
1441
1424
|
"label": "Client ID",
|
|
1442
1425
|
"description": "ID of a Microsoft Entra application",
|
|
1443
1426
|
"optional": false,
|
|
@@ -1447,19 +1430,19 @@
|
|
|
1447
1430
|
"feel": "optional",
|
|
1448
1431
|
"group": "embeddingsStore",
|
|
1449
1432
|
"binding": {
|
|
1450
|
-
"name": "vectorStore.
|
|
1433
|
+
"name": "vectorStore.azureCosmosDbNoSql.authentication.clientId",
|
|
1451
1434
|
"type": "zeebe:input"
|
|
1452
1435
|
},
|
|
1453
1436
|
"condition": {
|
|
1454
1437
|
"allMatch": [
|
|
1455
1438
|
{
|
|
1456
|
-
"property": "vectorStore.
|
|
1439
|
+
"property": "vectorStore.azureCosmosDbNoSql.authentication.type",
|
|
1457
1440
|
"equals": "clientCredentials",
|
|
1458
1441
|
"type": "simple"
|
|
1459
1442
|
},
|
|
1460
1443
|
{
|
|
1461
1444
|
"property": "vectorStore.vectorStore",
|
|
1462
|
-
"equals": "
|
|
1445
|
+
"equals": "azureCosmosDbNoSqlStore",
|
|
1463
1446
|
"type": "simple"
|
|
1464
1447
|
}
|
|
1465
1448
|
]
|
|
@@ -1467,7 +1450,7 @@
|
|
|
1467
1450
|
"type": "String"
|
|
1468
1451
|
},
|
|
1469
1452
|
{
|
|
1470
|
-
"id": "vectorStore.
|
|
1453
|
+
"id": "vectorStore.azureCosmosDbNoSql.authentication.clientSecret",
|
|
1471
1454
|
"label": "Client secret",
|
|
1472
1455
|
"description": "Secret of a Microsoft Entra application",
|
|
1473
1456
|
"optional": false,
|
|
@@ -1477,19 +1460,19 @@
|
|
|
1477
1460
|
"feel": "optional",
|
|
1478
1461
|
"group": "embeddingsStore",
|
|
1479
1462
|
"binding": {
|
|
1480
|
-
"name": "vectorStore.
|
|
1463
|
+
"name": "vectorStore.azureCosmosDbNoSql.authentication.clientSecret",
|
|
1481
1464
|
"type": "zeebe:input"
|
|
1482
1465
|
},
|
|
1483
1466
|
"condition": {
|
|
1484
1467
|
"allMatch": [
|
|
1485
1468
|
{
|
|
1486
|
-
"property": "vectorStore.
|
|
1469
|
+
"property": "vectorStore.azureCosmosDbNoSql.authentication.type",
|
|
1487
1470
|
"equals": "clientCredentials",
|
|
1488
1471
|
"type": "simple"
|
|
1489
1472
|
},
|
|
1490
1473
|
{
|
|
1491
1474
|
"property": "vectorStore.vectorStore",
|
|
1492
|
-
"equals": "
|
|
1475
|
+
"equals": "azureCosmosDbNoSqlStore",
|
|
1493
1476
|
"type": "simple"
|
|
1494
1477
|
}
|
|
1495
1478
|
]
|
|
@@ -1497,7 +1480,7 @@
|
|
|
1497
1480
|
"type": "String"
|
|
1498
1481
|
},
|
|
1499
1482
|
{
|
|
1500
|
-
"id": "vectorStore.
|
|
1483
|
+
"id": "vectorStore.azureCosmosDbNoSql.authentication.tenantId",
|
|
1501
1484
|
"label": "Tenant ID",
|
|
1502
1485
|
"description": "ID of a Microsoft Entra tenant. Details in the <a href=\"https://learn.microsoft.com/en-us/entra/fundamentals/how-to-find-tenant\" target=\"_blank\">documentation</a>.",
|
|
1503
1486
|
"optional": false,
|
|
@@ -1507,19 +1490,19 @@
|
|
|
1507
1490
|
"feel": "optional",
|
|
1508
1491
|
"group": "embeddingsStore",
|
|
1509
1492
|
"binding": {
|
|
1510
|
-
"name": "vectorStore.
|
|
1493
|
+
"name": "vectorStore.azureCosmosDbNoSql.authentication.tenantId",
|
|
1511
1494
|
"type": "zeebe:input"
|
|
1512
1495
|
},
|
|
1513
1496
|
"condition": {
|
|
1514
1497
|
"allMatch": [
|
|
1515
1498
|
{
|
|
1516
|
-
"property": "vectorStore.
|
|
1499
|
+
"property": "vectorStore.azureCosmosDbNoSql.authentication.type",
|
|
1517
1500
|
"equals": "clientCredentials",
|
|
1518
1501
|
"type": "simple"
|
|
1519
1502
|
},
|
|
1520
1503
|
{
|
|
1521
1504
|
"property": "vectorStore.vectorStore",
|
|
1522
|
-
"equals": "
|
|
1505
|
+
"equals": "azureCosmosDbNoSqlStore",
|
|
1523
1506
|
"type": "simple"
|
|
1524
1507
|
}
|
|
1525
1508
|
]
|
|
@@ -1527,26 +1510,26 @@
|
|
|
1527
1510
|
"type": "String"
|
|
1528
1511
|
},
|
|
1529
1512
|
{
|
|
1530
|
-
"id": "vectorStore.
|
|
1513
|
+
"id": "vectorStore.azureCosmosDbNoSql.authentication.authorityHost",
|
|
1531
1514
|
"label": "Authority host",
|
|
1532
1515
|
"description": "Authority host URL for the Microsoft Entra application. Defaults to <code>https://login.microsoftonline.com</code>. This can also contain an OAuth 2.0 token endpoint.",
|
|
1533
1516
|
"optional": true,
|
|
1534
1517
|
"feel": "optional",
|
|
1535
1518
|
"group": "embeddingsStore",
|
|
1536
1519
|
"binding": {
|
|
1537
|
-
"name": "vectorStore.
|
|
1520
|
+
"name": "vectorStore.azureCosmosDbNoSql.authentication.authorityHost",
|
|
1538
1521
|
"type": "zeebe:input"
|
|
1539
1522
|
},
|
|
1540
1523
|
"condition": {
|
|
1541
1524
|
"allMatch": [
|
|
1542
1525
|
{
|
|
1543
|
-
"property": "vectorStore.
|
|
1526
|
+
"property": "vectorStore.azureCosmosDbNoSql.authentication.type",
|
|
1544
1527
|
"equals": "clientCredentials",
|
|
1545
1528
|
"type": "simple"
|
|
1546
1529
|
},
|
|
1547
1530
|
{
|
|
1548
1531
|
"property": "vectorStore.vectorStore",
|
|
1549
|
-
"equals": "
|
|
1532
|
+
"equals": "azureCosmosDbNoSqlStore",
|
|
1550
1533
|
"type": "simple"
|
|
1551
1534
|
}
|
|
1552
1535
|
]
|
|
@@ -1564,12 +1547,12 @@
|
|
|
1564
1547
|
"feel": "optional",
|
|
1565
1548
|
"group": "embeddingsStore",
|
|
1566
1549
|
"binding": {
|
|
1567
|
-
"name": "vectorStore.databaseName",
|
|
1550
|
+
"name": "vectorStore.azureCosmosDbNoSql.databaseName",
|
|
1568
1551
|
"type": "zeebe:input"
|
|
1569
1552
|
},
|
|
1570
1553
|
"condition": {
|
|
1571
1554
|
"property": "vectorStore.vectorStore",
|
|
1572
|
-
"equals": "
|
|
1555
|
+
"equals": "azureCosmosDbNoSqlStore",
|
|
1573
1556
|
"type": "simple"
|
|
1574
1557
|
},
|
|
1575
1558
|
"type": "String"
|
|
@@ -1585,12 +1568,12 @@
|
|
|
1585
1568
|
"feel": "optional",
|
|
1586
1569
|
"group": "embeddingsStore",
|
|
1587
1570
|
"binding": {
|
|
1588
|
-
"name": "vectorStore.containerName",
|
|
1571
|
+
"name": "vectorStore.azureCosmosDbNoSql.containerName",
|
|
1589
1572
|
"type": "zeebe:input"
|
|
1590
1573
|
},
|
|
1591
1574
|
"condition": {
|
|
1592
1575
|
"property": "vectorStore.vectorStore",
|
|
1593
|
-
"equals": "
|
|
1576
|
+
"equals": "azureCosmosDbNoSqlStore",
|
|
1594
1577
|
"type": "simple"
|
|
1595
1578
|
},
|
|
1596
1579
|
"type": "String"
|
|
@@ -1606,12 +1589,12 @@
|
|
|
1606
1589
|
},
|
|
1607
1590
|
"group": "embeddingsStore",
|
|
1608
1591
|
"binding": {
|
|
1609
|
-
"name": "vectorStore.consistencyLevel",
|
|
1592
|
+
"name": "vectorStore.azureCosmosDbNoSql.consistencyLevel",
|
|
1610
1593
|
"type": "zeebe:input"
|
|
1611
1594
|
},
|
|
1612
1595
|
"condition": {
|
|
1613
1596
|
"property": "vectorStore.vectorStore",
|
|
1614
|
-
"equals": "
|
|
1597
|
+
"equals": "azureCosmosDbNoSqlStore",
|
|
1615
1598
|
"type": "simple"
|
|
1616
1599
|
},
|
|
1617
1600
|
"type": "Dropdown",
|
|
@@ -1649,12 +1632,12 @@
|
|
|
1649
1632
|
},
|
|
1650
1633
|
"group": "embeddingsStore",
|
|
1651
1634
|
"binding": {
|
|
1652
|
-
"name": "vectorStore.distanceFunction",
|
|
1635
|
+
"name": "vectorStore.azureCosmosDbNoSql.distanceFunction",
|
|
1653
1636
|
"type": "zeebe:input"
|
|
1654
1637
|
},
|
|
1655
1638
|
"condition": {
|
|
1656
1639
|
"property": "vectorStore.vectorStore",
|
|
1657
|
-
"equals": "
|
|
1640
|
+
"equals": "azureCosmosDbNoSqlStore",
|
|
1658
1641
|
"type": "simple"
|
|
1659
1642
|
},
|
|
1660
1643
|
"type": "Dropdown",
|
|
@@ -1684,12 +1667,12 @@
|
|
|
1684
1667
|
},
|
|
1685
1668
|
"group": "embeddingsStore",
|
|
1686
1669
|
"binding": {
|
|
1687
|
-
"name": "vectorStore.vectorIndexType",
|
|
1670
|
+
"name": "vectorStore.azureCosmosDbNoSql.vectorIndexType",
|
|
1688
1671
|
"type": "zeebe:input"
|
|
1689
1672
|
},
|
|
1690
1673
|
"condition": {
|
|
1691
1674
|
"property": "vectorStore.vectorStore",
|
|
1692
|
-
"equals": "
|
|
1675
|
+
"equals": "azureCosmosDbNoSqlStore",
|
|
1693
1676
|
"type": "simple"
|
|
1694
1677
|
},
|
|
1695
1678
|
"type": "Dropdown",
|
|
@@ -1709,7 +1692,7 @@
|
|
|
1709
1692
|
]
|
|
1710
1693
|
},
|
|
1711
1694
|
{
|
|
1712
|
-
"id": "vectorStore.
|
|
1695
|
+
"id": "vectorStore.elasticsearch.baseUrl",
|
|
1713
1696
|
"label": "Base URL",
|
|
1714
1697
|
"description": "Elasticsearch base URL, i.e. http(s)://host:port",
|
|
1715
1698
|
"optional": false,
|
|
@@ -1719,18 +1702,18 @@
|
|
|
1719
1702
|
"feel": "optional",
|
|
1720
1703
|
"group": "embeddingsStore",
|
|
1721
1704
|
"binding": {
|
|
1722
|
-
"name": "vectorStore.baseUrl",
|
|
1705
|
+
"name": "vectorStore.elasticsearch.baseUrl",
|
|
1723
1706
|
"type": "zeebe:input"
|
|
1724
1707
|
},
|
|
1725
1708
|
"condition": {
|
|
1726
1709
|
"property": "vectorStore.vectorStore",
|
|
1727
|
-
"equals": "
|
|
1710
|
+
"equals": "elasticsearchStore",
|
|
1728
1711
|
"type": "simple"
|
|
1729
1712
|
},
|
|
1730
1713
|
"type": "String"
|
|
1731
1714
|
},
|
|
1732
1715
|
{
|
|
1733
|
-
"id": "vectorStore.
|
|
1716
|
+
"id": "vectorStore.elasticsearch.userName",
|
|
1734
1717
|
"label": "Username",
|
|
1735
1718
|
"description": "Elasticsearch username",
|
|
1736
1719
|
"optional": false,
|
|
@@ -1740,18 +1723,18 @@
|
|
|
1740
1723
|
"feel": "optional",
|
|
1741
1724
|
"group": "embeddingsStore",
|
|
1742
1725
|
"binding": {
|
|
1743
|
-
"name": "vectorStore.userName",
|
|
1726
|
+
"name": "vectorStore.elasticsearch.userName",
|
|
1744
1727
|
"type": "zeebe:input"
|
|
1745
1728
|
},
|
|
1746
1729
|
"condition": {
|
|
1747
1730
|
"property": "vectorStore.vectorStore",
|
|
1748
|
-
"equals": "
|
|
1731
|
+
"equals": "elasticsearchStore",
|
|
1749
1732
|
"type": "simple"
|
|
1750
1733
|
},
|
|
1751
1734
|
"type": "String"
|
|
1752
1735
|
},
|
|
1753
1736
|
{
|
|
1754
|
-
"id": "vectorStore.
|
|
1737
|
+
"id": "vectorStore.elasticsearch.password",
|
|
1755
1738
|
"label": "Password",
|
|
1756
1739
|
"description": "Elasticsearch password",
|
|
1757
1740
|
"optional": false,
|
|
@@ -1761,18 +1744,18 @@
|
|
|
1761
1744
|
"feel": "optional",
|
|
1762
1745
|
"group": "embeddingsStore",
|
|
1763
1746
|
"binding": {
|
|
1764
|
-
"name": "vectorStore.password",
|
|
1747
|
+
"name": "vectorStore.elasticsearch.password",
|
|
1765
1748
|
"type": "zeebe:input"
|
|
1766
1749
|
},
|
|
1767
1750
|
"condition": {
|
|
1768
1751
|
"property": "vectorStore.vectorStore",
|
|
1769
|
-
"equals": "
|
|
1752
|
+
"equals": "elasticsearchStore",
|
|
1770
1753
|
"type": "simple"
|
|
1771
1754
|
},
|
|
1772
1755
|
"type": "String"
|
|
1773
1756
|
},
|
|
1774
1757
|
{
|
|
1775
|
-
"id": "vectorStore.
|
|
1758
|
+
"id": "vectorStore.elasticsearch.indexName",
|
|
1776
1759
|
"label": "Index name",
|
|
1777
1760
|
"description": "Elasticsearch index",
|
|
1778
1761
|
"optional": false,
|
|
@@ -1782,18 +1765,18 @@
|
|
|
1782
1765
|
"feel": "optional",
|
|
1783
1766
|
"group": "embeddingsStore",
|
|
1784
1767
|
"binding": {
|
|
1785
|
-
"name": "vectorStore.indexName",
|
|
1768
|
+
"name": "vectorStore.elasticsearch.indexName",
|
|
1786
1769
|
"type": "zeebe:input"
|
|
1787
1770
|
},
|
|
1788
1771
|
"condition": {
|
|
1789
1772
|
"property": "vectorStore.vectorStore",
|
|
1790
|
-
"equals": "
|
|
1773
|
+
"equals": "elasticsearchStore",
|
|
1791
1774
|
"type": "simple"
|
|
1792
1775
|
},
|
|
1793
1776
|
"type": "String"
|
|
1794
1777
|
},
|
|
1795
1778
|
{
|
|
1796
|
-
"id": "vectorStore.
|
|
1779
|
+
"id": "vectorStore.openSearch.baseUrl",
|
|
1797
1780
|
"label": "Base URL",
|
|
1798
1781
|
"description": "OpenSearch base URL, i.e. http(s)://host:port",
|
|
1799
1782
|
"optional": false,
|
|
@@ -1803,18 +1786,18 @@
|
|
|
1803
1786
|
"feel": "optional",
|
|
1804
1787
|
"group": "embeddingsStore",
|
|
1805
1788
|
"binding": {
|
|
1806
|
-
"name": "vectorStore.baseUrl",
|
|
1789
|
+
"name": "vectorStore.openSearch.baseUrl",
|
|
1807
1790
|
"type": "zeebe:input"
|
|
1808
1791
|
},
|
|
1809
1792
|
"condition": {
|
|
1810
1793
|
"property": "vectorStore.vectorStore",
|
|
1811
|
-
"equals": "
|
|
1794
|
+
"equals": "openSearchStore",
|
|
1812
1795
|
"type": "simple"
|
|
1813
1796
|
},
|
|
1814
1797
|
"type": "String"
|
|
1815
1798
|
},
|
|
1816
1799
|
{
|
|
1817
|
-
"id": "vectorStore.
|
|
1800
|
+
"id": "vectorStore.openSearch.userName",
|
|
1818
1801
|
"label": "Username",
|
|
1819
1802
|
"description": "OpenSearch username",
|
|
1820
1803
|
"optional": false,
|
|
@@ -1824,18 +1807,18 @@
|
|
|
1824
1807
|
"feel": "optional",
|
|
1825
1808
|
"group": "embeddingsStore",
|
|
1826
1809
|
"binding": {
|
|
1827
|
-
"name": "vectorStore.userName",
|
|
1810
|
+
"name": "vectorStore.openSearch.userName",
|
|
1828
1811
|
"type": "zeebe:input"
|
|
1829
1812
|
},
|
|
1830
1813
|
"condition": {
|
|
1831
1814
|
"property": "vectorStore.vectorStore",
|
|
1832
|
-
"equals": "
|
|
1815
|
+
"equals": "openSearchStore",
|
|
1833
1816
|
"type": "simple"
|
|
1834
1817
|
},
|
|
1835
1818
|
"type": "String"
|
|
1836
1819
|
},
|
|
1837
1820
|
{
|
|
1838
|
-
"id": "vectorStore.
|
|
1821
|
+
"id": "vectorStore.openSearch.password",
|
|
1839
1822
|
"label": "Password",
|
|
1840
1823
|
"description": "OpenSearch password",
|
|
1841
1824
|
"optional": false,
|
|
@@ -1845,18 +1828,18 @@
|
|
|
1845
1828
|
"feel": "optional",
|
|
1846
1829
|
"group": "embeddingsStore",
|
|
1847
1830
|
"binding": {
|
|
1848
|
-
"name": "vectorStore.password",
|
|
1831
|
+
"name": "vectorStore.openSearch.password",
|
|
1849
1832
|
"type": "zeebe:input"
|
|
1850
1833
|
},
|
|
1851
1834
|
"condition": {
|
|
1852
1835
|
"property": "vectorStore.vectorStore",
|
|
1853
|
-
"equals": "
|
|
1836
|
+
"equals": "openSearchStore",
|
|
1854
1837
|
"type": "simple"
|
|
1855
1838
|
},
|
|
1856
1839
|
"type": "String"
|
|
1857
1840
|
},
|
|
1858
1841
|
{
|
|
1859
|
-
"id": "vectorStore.
|
|
1842
|
+
"id": "vectorStore.openSearch.indexName",
|
|
1860
1843
|
"label": "Index name",
|
|
1861
1844
|
"description": "OpenSearch index",
|
|
1862
1845
|
"optional": false,
|
|
@@ -1866,12 +1849,12 @@
|
|
|
1866
1849
|
"feel": "optional",
|
|
1867
1850
|
"group": "embeddingsStore",
|
|
1868
1851
|
"binding": {
|
|
1869
|
-
"name": "vectorStore.indexName",
|
|
1852
|
+
"name": "vectorStore.openSearch.indexName",
|
|
1870
1853
|
"type": "zeebe:input"
|
|
1871
1854
|
},
|
|
1872
1855
|
"condition": {
|
|
1873
1856
|
"property": "vectorStore.vectorStore",
|
|
1874
|
-
"equals": "
|
|
1857
|
+
"equals": "openSearchStore",
|
|
1875
1858
|
"type": "simple"
|
|
1876
1859
|
},
|
|
1877
1860
|
"type": "String"
|
|
@@ -1892,7 +1875,7 @@
|
|
|
1892
1875
|
},
|
|
1893
1876
|
"condition": {
|
|
1894
1877
|
"property": "vectorDatabaseConnectorOperation.operationType",
|
|
1895
|
-
"equals": "
|
|
1878
|
+
"equals": "embedDocumentOperation",
|
|
1896
1879
|
"type": "simple"
|
|
1897
1880
|
},
|
|
1898
1881
|
"type": "Dropdown",
|
|
@@ -1929,7 +1912,7 @@
|
|
|
1929
1912
|
},
|
|
1930
1913
|
{
|
|
1931
1914
|
"property": "vectorDatabaseConnectorOperation.operationType",
|
|
1932
|
-
"equals": "
|
|
1915
|
+
"equals": "embedDocumentOperation",
|
|
1933
1916
|
"type": "simple"
|
|
1934
1917
|
}
|
|
1935
1918
|
]
|
|
@@ -1958,7 +1941,7 @@
|
|
|
1958
1941
|
},
|
|
1959
1942
|
{
|
|
1960
1943
|
"property": "vectorDatabaseConnectorOperation.operationType",
|
|
1961
|
-
"equals": "
|
|
1944
|
+
"equals": "embedDocumentOperation",
|
|
1962
1945
|
"type": "simple"
|
|
1963
1946
|
}
|
|
1964
1947
|
]
|
|
@@ -1968,7 +1951,7 @@
|
|
|
1968
1951
|
{
|
|
1969
1952
|
"id": "vectorDatabaseConnectorOperation.documentSplitter.documentSplitter",
|
|
1970
1953
|
"label": "Document splitting strategy",
|
|
1971
|
-
"value": "
|
|
1954
|
+
"value": "recursiveDocumentSplitter",
|
|
1972
1955
|
"group": "document",
|
|
1973
1956
|
"binding": {
|
|
1974
1957
|
"name": "vectorDatabaseConnectorOperation.documentSplitter.splitterType",
|
|
@@ -1976,18 +1959,18 @@
|
|
|
1976
1959
|
},
|
|
1977
1960
|
"condition": {
|
|
1978
1961
|
"property": "vectorDatabaseConnectorOperation.operationType",
|
|
1979
|
-
"equals": "
|
|
1962
|
+
"equals": "embedDocumentOperation",
|
|
1980
1963
|
"type": "simple"
|
|
1981
1964
|
},
|
|
1982
1965
|
"type": "Dropdown",
|
|
1983
1966
|
"choices": [
|
|
1984
1967
|
{
|
|
1985
1968
|
"name": "Recursive",
|
|
1986
|
-
"value": "
|
|
1969
|
+
"value": "recursiveDocumentSplitter"
|
|
1987
1970
|
},
|
|
1988
1971
|
{
|
|
1989
1972
|
"name": "Do not split",
|
|
1990
|
-
"value": "
|
|
1973
|
+
"value": "noopDocumentSplitter"
|
|
1991
1974
|
}
|
|
1992
1975
|
]
|
|
1993
1976
|
},
|
|
@@ -1997,9 +1980,6 @@
|
|
|
1997
1980
|
"description": "Max splitting segment size in chars",
|
|
1998
1981
|
"optional": false,
|
|
1999
1982
|
"value": 500,
|
|
2000
|
-
"constraints": {
|
|
2001
|
-
"notEmpty": true
|
|
2002
|
-
},
|
|
2003
1983
|
"feel": "static",
|
|
2004
1984
|
"group": "document",
|
|
2005
1985
|
"binding": {
|
|
@@ -2010,12 +1990,12 @@
|
|
|
2010
1990
|
"allMatch": [
|
|
2011
1991
|
{
|
|
2012
1992
|
"property": "vectorDatabaseConnectorOperation.documentSplitter.documentSplitter",
|
|
2013
|
-
"equals": "
|
|
1993
|
+
"equals": "recursiveDocumentSplitter",
|
|
2014
1994
|
"type": "simple"
|
|
2015
1995
|
},
|
|
2016
1996
|
{
|
|
2017
1997
|
"property": "vectorDatabaseConnectorOperation.operationType",
|
|
2018
|
-
"equals": "
|
|
1998
|
+
"equals": "embedDocumentOperation",
|
|
2019
1999
|
"type": "simple"
|
|
2020
2000
|
}
|
|
2021
2001
|
]
|
|
@@ -2028,9 +2008,6 @@
|
|
|
2028
2008
|
"description": "Max segment splitting overlap size in chars",
|
|
2029
2009
|
"optional": false,
|
|
2030
2010
|
"value": 80,
|
|
2031
|
-
"constraints": {
|
|
2032
|
-
"notEmpty": true
|
|
2033
|
-
},
|
|
2034
2011
|
"feel": "static",
|
|
2035
2012
|
"group": "document",
|
|
2036
2013
|
"binding": {
|
|
@@ -2041,12 +2018,12 @@
|
|
|
2041
2018
|
"allMatch": [
|
|
2042
2019
|
{
|
|
2043
2020
|
"property": "vectorDatabaseConnectorOperation.documentSplitter.documentSplitter",
|
|
2044
|
-
"equals": "
|
|
2021
|
+
"equals": "recursiveDocumentSplitter",
|
|
2045
2022
|
"type": "simple"
|
|
2046
2023
|
},
|
|
2047
2024
|
{
|
|
2048
2025
|
"property": "vectorDatabaseConnectorOperation.operationType",
|
|
2049
|
-
"equals": "
|
|
2026
|
+
"equals": "embedDocumentOperation",
|
|
2050
2027
|
"type": "simple"
|
|
2051
2028
|
}
|
|
2052
2029
|
]
|
|
@@ -2057,7 +2034,7 @@
|
|
|
2057
2034
|
"id": "version",
|
|
2058
2035
|
"label": "Version",
|
|
2059
2036
|
"description": "Version of the element template",
|
|
2060
|
-
"value": "
|
|
2037
|
+
"value": "2",
|
|
2061
2038
|
"group": "connector",
|
|
2062
2039
|
"binding": {
|
|
2063
2040
|
"key": "elementTemplateVersion",
|
|
@@ -2080,7 +2057,7 @@
|
|
|
2080
2057
|
{
|
|
2081
2058
|
"id": "resultVariable",
|
|
2082
2059
|
"label": "Result variable",
|
|
2083
|
-
"description": "Name of variable to store the response in",
|
|
2060
|
+
"description": "Name of variable to store the response in. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/#result-variable\" target=\"_blank\">documentation</a>.",
|
|
2084
2061
|
"group": "output",
|
|
2085
2062
|
"binding": {
|
|
2086
2063
|
"key": "resultVariable",
|
|
@@ -2091,7 +2068,7 @@
|
|
|
2091
2068
|
{
|
|
2092
2069
|
"id": "resultExpression",
|
|
2093
2070
|
"label": "Result expression",
|
|
2094
|
-
"description": "Expression to map the response into process variables",
|
|
2071
|
+
"description": "Expression to map the response into process variables. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/#result-expression\" target=\"_blank\">documentation</a>.",
|
|
2095
2072
|
"feel": "required",
|
|
2096
2073
|
"group": "output",
|
|
2097
2074
|
"binding": {
|
|
@@ -2151,7 +2128,10 @@
|
|
|
2151
2128
|
"keywords": []
|
|
2152
2129
|
},
|
|
2153
2130
|
"documentationRef": "https://docs.camunda.io/docs/8.8/components/connectors/out-of-the-box-connectors/embeddings-vector-db/",
|
|
2154
|
-
"version":
|
|
2131
|
+
"version": 1,
|
|
2132
|
+
"deprecated": {
|
|
2133
|
+
"message": "Replace with version >= 2 of the Embeddings Vector DB Outbound Connector template."
|
|
2134
|
+
},
|
|
2155
2135
|
"category": {
|
|
2156
2136
|
"id": "connectors",
|
|
2157
2137
|
"name": "Connectors"
|
|
@@ -2214,7 +2194,7 @@
|
|
|
2214
2194
|
"id": "vectorDatabaseConnectorOperation.operationType",
|
|
2215
2195
|
"label": "Operation",
|
|
2216
2196
|
"description": "Select operation",
|
|
2217
|
-
"value": "
|
|
2197
|
+
"value": "OPERATION_RETRIEVE_DOCUMENT",
|
|
2218
2198
|
"group": "operation",
|
|
2219
2199
|
"binding": {
|
|
2220
2200
|
"name": "vectorDatabaseConnectorOperation.operationType",
|
|
@@ -2224,11 +2204,11 @@
|
|
|
2224
2204
|
"choices": [
|
|
2225
2205
|
{
|
|
2226
2206
|
"name": "Embed document",
|
|
2227
|
-
"value": "
|
|
2207
|
+
"value": "OPERATION_EMBED_DOCUMENT"
|
|
2228
2208
|
},
|
|
2229
2209
|
{
|
|
2230
2210
|
"name": "Retrieve document",
|
|
2231
|
-
"value": "
|
|
2211
|
+
"value": "OPERATION_RETRIEVE_DOCUMENT"
|
|
2232
2212
|
}
|
|
2233
2213
|
]
|
|
2234
2214
|
},
|
|
@@ -2238,7 +2218,9 @@
|
|
|
2238
2218
|
"description": "Document lookup query",
|
|
2239
2219
|
"optional": false,
|
|
2240
2220
|
"constraints": {
|
|
2241
|
-
"notEmpty": true
|
|
2221
|
+
"notEmpty": true,
|
|
2222
|
+
"minLength": 0,
|
|
2223
|
+
"maxLength": 200
|
|
2242
2224
|
},
|
|
2243
2225
|
"feel": "optional",
|
|
2244
2226
|
"group": "query",
|
|
@@ -2248,7 +2230,7 @@
|
|
|
2248
2230
|
},
|
|
2249
2231
|
"condition": {
|
|
2250
2232
|
"property": "vectorDatabaseConnectorOperation.operationType",
|
|
2251
|
-
"equals": "
|
|
2233
|
+
"equals": "OPERATION_RETRIEVE_DOCUMENT",
|
|
2252
2234
|
"type": "simple"
|
|
2253
2235
|
},
|
|
2254
2236
|
"type": "String"
|
|
@@ -2259,6 +2241,9 @@
|
|
|
2259
2241
|
"description": "Limit number of returned results",
|
|
2260
2242
|
"optional": false,
|
|
2261
2243
|
"value": 5,
|
|
2244
|
+
"constraints": {
|
|
2245
|
+
"notEmpty": true
|
|
2246
|
+
},
|
|
2262
2247
|
"feel": "static",
|
|
2263
2248
|
"group": "query",
|
|
2264
2249
|
"binding": {
|
|
@@ -2267,7 +2252,7 @@
|
|
|
2267
2252
|
},
|
|
2268
2253
|
"condition": {
|
|
2269
2254
|
"property": "vectorDatabaseConnectorOperation.operationType",
|
|
2270
|
-
"equals": "
|
|
2255
|
+
"equals": "OPERATION_RETRIEVE_DOCUMENT",
|
|
2271
2256
|
"type": "simple"
|
|
2272
2257
|
},
|
|
2273
2258
|
"type": "Number"
|
|
@@ -2285,7 +2270,7 @@
|
|
|
2285
2270
|
},
|
|
2286
2271
|
"condition": {
|
|
2287
2272
|
"property": "vectorDatabaseConnectorOperation.operationType",
|
|
2288
|
-
"equals": "
|
|
2273
|
+
"equals": "OPERATION_RETRIEVE_DOCUMENT",
|
|
2289
2274
|
"type": "simple"
|
|
2290
2275
|
},
|
|
2291
2276
|
"type": "Number"
|
|
@@ -2294,7 +2279,7 @@
|
|
|
2294
2279
|
"id": "embeddingModelProvider.modelProvider",
|
|
2295
2280
|
"label": "Model provider",
|
|
2296
2281
|
"description": "Select embedding model provider",
|
|
2297
|
-
"value": "
|
|
2282
|
+
"value": "BEDROCK_MODEL_PROVIDER",
|
|
2298
2283
|
"group": "embeddingModel",
|
|
2299
2284
|
"binding": {
|
|
2300
2285
|
"name": "embeddingModelProvider.modelProvider",
|
|
@@ -2304,24 +2289,24 @@
|
|
|
2304
2289
|
"choices": [
|
|
2305
2290
|
{
|
|
2306
2291
|
"name": "Azure OpenAI",
|
|
2307
|
-
"value": "
|
|
2292
|
+
"value": "AZURE_OPEN_AI_MODEL_PROVIDER"
|
|
2308
2293
|
},
|
|
2309
2294
|
{
|
|
2310
2295
|
"name": "AWS Bedrock",
|
|
2311
|
-
"value": "
|
|
2296
|
+
"value": "BEDROCK_MODEL_PROVIDER"
|
|
2312
2297
|
},
|
|
2313
2298
|
{
|
|
2314
2299
|
"name": "Google Vertex AI",
|
|
2315
|
-
"value": "
|
|
2300
|
+
"value": "VERTEX_AI_MODEL_PROVIDER"
|
|
2316
2301
|
},
|
|
2317
2302
|
{
|
|
2318
2303
|
"name": "OpenAI",
|
|
2319
|
-
"value": "
|
|
2304
|
+
"value": "OPEN_AI_MODEL_PROVIDER"
|
|
2320
2305
|
}
|
|
2321
2306
|
]
|
|
2322
2307
|
},
|
|
2323
2308
|
{
|
|
2324
|
-
"id": "embeddingModelProvider.
|
|
2309
|
+
"id": "embeddingModelProvider.endpoint",
|
|
2325
2310
|
"label": "Endpoint",
|
|
2326
2311
|
"description": "Specify Azure OpenAI endpoint. Details in the <a href=\"https://learn.microsoft.com/en-us/azure/ai-foundry/openai/reference\" target=\"_blank\">documentation</a>.",
|
|
2327
2312
|
"optional": false,
|
|
@@ -2331,29 +2316,29 @@
|
|
|
2331
2316
|
"feel": "optional",
|
|
2332
2317
|
"group": "embeddingModel",
|
|
2333
2318
|
"binding": {
|
|
2334
|
-
"name": "embeddingModelProvider.
|
|
2319
|
+
"name": "embeddingModelProvider.endpoint",
|
|
2335
2320
|
"type": "zeebe:input"
|
|
2336
2321
|
},
|
|
2337
2322
|
"condition": {
|
|
2338
2323
|
"property": "embeddingModelProvider.modelProvider",
|
|
2339
|
-
"equals": "
|
|
2324
|
+
"equals": "AZURE_OPEN_AI_MODEL_PROVIDER",
|
|
2340
2325
|
"type": "simple"
|
|
2341
2326
|
},
|
|
2342
2327
|
"type": "String"
|
|
2343
2328
|
},
|
|
2344
2329
|
{
|
|
2345
|
-
"id": "embeddingModelProvider.
|
|
2330
|
+
"id": "embeddingModelProvider.authentication.type",
|
|
2346
2331
|
"label": "Authentication",
|
|
2347
2332
|
"description": "Specify the Azure OpenAI authentication strategy.",
|
|
2348
2333
|
"value": "apiKey",
|
|
2349
2334
|
"group": "embeddingModel",
|
|
2350
2335
|
"binding": {
|
|
2351
|
-
"name": "embeddingModelProvider.
|
|
2336
|
+
"name": "embeddingModelProvider.authentication.type",
|
|
2352
2337
|
"type": "zeebe:input"
|
|
2353
2338
|
},
|
|
2354
2339
|
"condition": {
|
|
2355
2340
|
"property": "embeddingModelProvider.modelProvider",
|
|
2356
|
-
"equals": "
|
|
2341
|
+
"equals": "AZURE_OPEN_AI_MODEL_PROVIDER",
|
|
2357
2342
|
"type": "simple"
|
|
2358
2343
|
},
|
|
2359
2344
|
"type": "Dropdown",
|
|
@@ -2369,7 +2354,7 @@
|
|
|
2369
2354
|
]
|
|
2370
2355
|
},
|
|
2371
2356
|
{
|
|
2372
|
-
"id": "embeddingModelProvider.
|
|
2357
|
+
"id": "embeddingModelProvider.authentication.apiKey",
|
|
2373
2358
|
"label": "API key",
|
|
2374
2359
|
"optional": false,
|
|
2375
2360
|
"constraints": {
|
|
@@ -2378,19 +2363,19 @@
|
|
|
2378
2363
|
"feel": "optional",
|
|
2379
2364
|
"group": "embeddingModel",
|
|
2380
2365
|
"binding": {
|
|
2381
|
-
"name": "embeddingModelProvider.
|
|
2366
|
+
"name": "embeddingModelProvider.authentication.apiKey",
|
|
2382
2367
|
"type": "zeebe:input"
|
|
2383
2368
|
},
|
|
2384
2369
|
"condition": {
|
|
2385
2370
|
"allMatch": [
|
|
2386
2371
|
{
|
|
2387
|
-
"property": "embeddingModelProvider.
|
|
2372
|
+
"property": "embeddingModelProvider.authentication.type",
|
|
2388
2373
|
"equals": "apiKey",
|
|
2389
2374
|
"type": "simple"
|
|
2390
2375
|
},
|
|
2391
2376
|
{
|
|
2392
2377
|
"property": "embeddingModelProvider.modelProvider",
|
|
2393
|
-
"equals": "
|
|
2378
|
+
"equals": "AZURE_OPEN_AI_MODEL_PROVIDER",
|
|
2394
2379
|
"type": "simple"
|
|
2395
2380
|
}
|
|
2396
2381
|
]
|
|
@@ -2398,7 +2383,7 @@
|
|
|
2398
2383
|
"type": "String"
|
|
2399
2384
|
},
|
|
2400
2385
|
{
|
|
2401
|
-
"id": "embeddingModelProvider.
|
|
2386
|
+
"id": "embeddingModelProvider.authentication.clientId",
|
|
2402
2387
|
"label": "Client ID",
|
|
2403
2388
|
"description": "ID of a Microsoft Entra application",
|
|
2404
2389
|
"optional": false,
|
|
@@ -2408,19 +2393,19 @@
|
|
|
2408
2393
|
"feel": "optional",
|
|
2409
2394
|
"group": "embeddingModel",
|
|
2410
2395
|
"binding": {
|
|
2411
|
-
"name": "embeddingModelProvider.
|
|
2396
|
+
"name": "embeddingModelProvider.authentication.clientId",
|
|
2412
2397
|
"type": "zeebe:input"
|
|
2413
2398
|
},
|
|
2414
2399
|
"condition": {
|
|
2415
2400
|
"allMatch": [
|
|
2416
2401
|
{
|
|
2417
|
-
"property": "embeddingModelProvider.
|
|
2402
|
+
"property": "embeddingModelProvider.authentication.type",
|
|
2418
2403
|
"equals": "clientCredentials",
|
|
2419
2404
|
"type": "simple"
|
|
2420
2405
|
},
|
|
2421
2406
|
{
|
|
2422
2407
|
"property": "embeddingModelProvider.modelProvider",
|
|
2423
|
-
"equals": "
|
|
2408
|
+
"equals": "AZURE_OPEN_AI_MODEL_PROVIDER",
|
|
2424
2409
|
"type": "simple"
|
|
2425
2410
|
}
|
|
2426
2411
|
]
|
|
@@ -2428,7 +2413,7 @@
|
|
|
2428
2413
|
"type": "String"
|
|
2429
2414
|
},
|
|
2430
2415
|
{
|
|
2431
|
-
"id": "embeddingModelProvider.
|
|
2416
|
+
"id": "embeddingModelProvider.authentication.clientSecret",
|
|
2432
2417
|
"label": "Client secret",
|
|
2433
2418
|
"description": "Secret of a Microsoft Entra application",
|
|
2434
2419
|
"optional": false,
|
|
@@ -2438,19 +2423,19 @@
|
|
|
2438
2423
|
"feel": "optional",
|
|
2439
2424
|
"group": "embeddingModel",
|
|
2440
2425
|
"binding": {
|
|
2441
|
-
"name": "embeddingModelProvider.
|
|
2426
|
+
"name": "embeddingModelProvider.authentication.clientSecret",
|
|
2442
2427
|
"type": "zeebe:input"
|
|
2443
2428
|
},
|
|
2444
2429
|
"condition": {
|
|
2445
2430
|
"allMatch": [
|
|
2446
2431
|
{
|
|
2447
|
-
"property": "embeddingModelProvider.
|
|
2432
|
+
"property": "embeddingModelProvider.authentication.type",
|
|
2448
2433
|
"equals": "clientCredentials",
|
|
2449
2434
|
"type": "simple"
|
|
2450
2435
|
},
|
|
2451
2436
|
{
|
|
2452
2437
|
"property": "embeddingModelProvider.modelProvider",
|
|
2453
|
-
"equals": "
|
|
2438
|
+
"equals": "AZURE_OPEN_AI_MODEL_PROVIDER",
|
|
2454
2439
|
"type": "simple"
|
|
2455
2440
|
}
|
|
2456
2441
|
]
|
|
@@ -2458,7 +2443,7 @@
|
|
|
2458
2443
|
"type": "String"
|
|
2459
2444
|
},
|
|
2460
2445
|
{
|
|
2461
|
-
"id": "embeddingModelProvider.
|
|
2446
|
+
"id": "embeddingModelProvider.authentication.tenantId",
|
|
2462
2447
|
"label": "Tenant ID",
|
|
2463
2448
|
"description": "ID of a Microsoft Entra tenant. Details in the <a href=\"https://learn.microsoft.com/en-us/entra/fundamentals/how-to-find-tenant\" target=\"_blank\">documentation</a>.",
|
|
2464
2449
|
"optional": false,
|
|
@@ -2468,19 +2453,19 @@
|
|
|
2468
2453
|
"feel": "optional",
|
|
2469
2454
|
"group": "embeddingModel",
|
|
2470
2455
|
"binding": {
|
|
2471
|
-
"name": "embeddingModelProvider.
|
|
2456
|
+
"name": "embeddingModelProvider.authentication.tenantId",
|
|
2472
2457
|
"type": "zeebe:input"
|
|
2473
2458
|
},
|
|
2474
2459
|
"condition": {
|
|
2475
2460
|
"allMatch": [
|
|
2476
2461
|
{
|
|
2477
|
-
"property": "embeddingModelProvider.
|
|
2462
|
+
"property": "embeddingModelProvider.authentication.type",
|
|
2478
2463
|
"equals": "clientCredentials",
|
|
2479
2464
|
"type": "simple"
|
|
2480
2465
|
},
|
|
2481
2466
|
{
|
|
2482
2467
|
"property": "embeddingModelProvider.modelProvider",
|
|
2483
|
-
"equals": "
|
|
2468
|
+
"equals": "AZURE_OPEN_AI_MODEL_PROVIDER",
|
|
2484
2469
|
"type": "simple"
|
|
2485
2470
|
}
|
|
2486
2471
|
]
|
|
@@ -2488,26 +2473,26 @@
|
|
|
2488
2473
|
"type": "String"
|
|
2489
2474
|
},
|
|
2490
2475
|
{
|
|
2491
|
-
"id": "embeddingModelProvider.
|
|
2476
|
+
"id": "embeddingModelProvider.authentication.authorityHost",
|
|
2492
2477
|
"label": "Authority host",
|
|
2493
2478
|
"description": "Authority host URL for the Microsoft Entra application. Defaults to <code>https://login.microsoftonline.com</code>. This can also contain an OAuth 2.0 token endpoint.",
|
|
2494
2479
|
"optional": true,
|
|
2495
2480
|
"feel": "optional",
|
|
2496
2481
|
"group": "embeddingModel",
|
|
2497
2482
|
"binding": {
|
|
2498
|
-
"name": "embeddingModelProvider.
|
|
2483
|
+
"name": "embeddingModelProvider.authentication.authorityHost",
|
|
2499
2484
|
"type": "zeebe:input"
|
|
2500
2485
|
},
|
|
2501
2486
|
"condition": {
|
|
2502
2487
|
"allMatch": [
|
|
2503
2488
|
{
|
|
2504
|
-
"property": "embeddingModelProvider.
|
|
2489
|
+
"property": "embeddingModelProvider.authentication.type",
|
|
2505
2490
|
"equals": "clientCredentials",
|
|
2506
2491
|
"type": "simple"
|
|
2507
2492
|
},
|
|
2508
2493
|
{
|
|
2509
2494
|
"property": "embeddingModelProvider.modelProvider",
|
|
2510
|
-
"equals": "
|
|
2495
|
+
"equals": "AZURE_OPEN_AI_MODEL_PROVIDER",
|
|
2511
2496
|
"type": "simple"
|
|
2512
2497
|
}
|
|
2513
2498
|
]
|
|
@@ -2515,7 +2500,7 @@
|
|
|
2515
2500
|
"type": "String"
|
|
2516
2501
|
},
|
|
2517
2502
|
{
|
|
2518
|
-
"id": "embeddingModelProvider.
|
|
2503
|
+
"id": "embeddingModelProvider.deploymentName",
|
|
2519
2504
|
"label": "Model deployment name",
|
|
2520
2505
|
"description": "Specify the model deployment name. Details in the <a href=\"https://learn.microsoft.com/en-us/azure/ai-foundry/openai/reference\" target=\"_blank\">documentation</a>.",
|
|
2521
2506
|
"optional": false,
|
|
@@ -2525,36 +2510,36 @@
|
|
|
2525
2510
|
"feel": "optional",
|
|
2526
2511
|
"group": "embeddingModel",
|
|
2527
2512
|
"binding": {
|
|
2528
|
-
"name": "embeddingModelProvider.
|
|
2513
|
+
"name": "embeddingModelProvider.deploymentName",
|
|
2529
2514
|
"type": "zeebe:input"
|
|
2530
2515
|
},
|
|
2531
2516
|
"condition": {
|
|
2532
2517
|
"property": "embeddingModelProvider.modelProvider",
|
|
2533
|
-
"equals": "
|
|
2518
|
+
"equals": "AZURE_OPEN_AI_MODEL_PROVIDER",
|
|
2534
2519
|
"type": "simple"
|
|
2535
2520
|
},
|
|
2536
2521
|
"type": "String"
|
|
2537
2522
|
},
|
|
2538
2523
|
{
|
|
2539
|
-
"id": "embeddingModelProvider.
|
|
2524
|
+
"id": "embeddingModelProvider.dimensions",
|
|
2540
2525
|
"label": "Embedding dimensions",
|
|
2541
2526
|
"description": "The size of the vector used to represent data. If not specified, the default model dimensions are used. Details in the <a href=\"https://platform.openai.com/docs/guides/embeddings\" target=\"_blank\">documentation</a>.",
|
|
2542
2527
|
"optional": true,
|
|
2543
2528
|
"feel": "required",
|
|
2544
2529
|
"group": "embeddingModel",
|
|
2545
2530
|
"binding": {
|
|
2546
|
-
"name": "embeddingModelProvider.
|
|
2531
|
+
"name": "embeddingModelProvider.dimensions",
|
|
2547
2532
|
"type": "zeebe:input"
|
|
2548
2533
|
},
|
|
2549
2534
|
"condition": {
|
|
2550
2535
|
"property": "embeddingModelProvider.modelProvider",
|
|
2551
|
-
"equals": "
|
|
2536
|
+
"equals": "AZURE_OPEN_AI_MODEL_PROVIDER",
|
|
2552
2537
|
"type": "simple"
|
|
2553
2538
|
},
|
|
2554
2539
|
"type": "Number"
|
|
2555
2540
|
},
|
|
2556
2541
|
{
|
|
2557
|
-
"id": "embeddingModelProvider.
|
|
2542
|
+
"id": "embeddingModelProvider.maxRetries",
|
|
2558
2543
|
"label": "Max retries",
|
|
2559
2544
|
"description": "Max retries",
|
|
2560
2545
|
"optional": true,
|
|
@@ -2562,36 +2547,36 @@
|
|
|
2562
2547
|
"feel": "static",
|
|
2563
2548
|
"group": "embeddingModel",
|
|
2564
2549
|
"binding": {
|
|
2565
|
-
"name": "embeddingModelProvider.
|
|
2550
|
+
"name": "embeddingModelProvider.maxRetries",
|
|
2566
2551
|
"type": "zeebe:input"
|
|
2567
2552
|
},
|
|
2568
2553
|
"condition": {
|
|
2569
2554
|
"property": "embeddingModelProvider.modelProvider",
|
|
2570
|
-
"equals": "
|
|
2555
|
+
"equals": "AZURE_OPEN_AI_MODEL_PROVIDER",
|
|
2571
2556
|
"type": "simple"
|
|
2572
2557
|
},
|
|
2573
2558
|
"type": "Number"
|
|
2574
2559
|
},
|
|
2575
2560
|
{
|
|
2576
|
-
"id": "embeddingModelProvider.
|
|
2561
|
+
"id": "embeddingModelProvider.customHeaders",
|
|
2577
2562
|
"label": "Custom headers",
|
|
2578
2563
|
"description": "Map of custom HTTP headers to add to the request.",
|
|
2579
2564
|
"optional": true,
|
|
2580
2565
|
"feel": "required",
|
|
2581
2566
|
"group": "embeddingModel",
|
|
2582
2567
|
"binding": {
|
|
2583
|
-
"name": "embeddingModelProvider.
|
|
2568
|
+
"name": "embeddingModelProvider.customHeaders",
|
|
2584
2569
|
"type": "zeebe:input"
|
|
2585
2570
|
},
|
|
2586
2571
|
"condition": {
|
|
2587
2572
|
"property": "embeddingModelProvider.modelProvider",
|
|
2588
|
-
"equals": "
|
|
2573
|
+
"equals": "AZURE_OPEN_AI_MODEL_PROVIDER",
|
|
2589
2574
|
"type": "simple"
|
|
2590
2575
|
},
|
|
2591
2576
|
"type": "String"
|
|
2592
2577
|
},
|
|
2593
2578
|
{
|
|
2594
|
-
"id": "embeddingModelProvider.
|
|
2579
|
+
"id": "embeddingModelProvider.bedrockAccessKey",
|
|
2595
2580
|
"label": "Access key",
|
|
2596
2581
|
"description": "Provide an IAM access key tailored to a user, equipped with the necessary permissions",
|
|
2597
2582
|
"optional": false,
|
|
@@ -2601,18 +2586,18 @@
|
|
|
2601
2586
|
"feel": "optional",
|
|
2602
2587
|
"group": "embeddingModel",
|
|
2603
2588
|
"binding": {
|
|
2604
|
-
"name": "embeddingModelProvider.
|
|
2589
|
+
"name": "embeddingModelProvider.accessKey",
|
|
2605
2590
|
"type": "zeebe:input"
|
|
2606
2591
|
},
|
|
2607
2592
|
"condition": {
|
|
2608
2593
|
"property": "embeddingModelProvider.modelProvider",
|
|
2609
|
-
"equals": "
|
|
2594
|
+
"equals": "BEDROCK_MODEL_PROVIDER",
|
|
2610
2595
|
"type": "simple"
|
|
2611
2596
|
},
|
|
2612
2597
|
"type": "String"
|
|
2613
2598
|
},
|
|
2614
2599
|
{
|
|
2615
|
-
"id": "embeddingModelProvider.
|
|
2600
|
+
"id": "embeddingModelProvider.bedrockSecretKey",
|
|
2616
2601
|
"label": "Secret key",
|
|
2617
2602
|
"description": "Provide a secret key associated with the access key",
|
|
2618
2603
|
"optional": false,
|
|
@@ -2622,18 +2607,18 @@
|
|
|
2622
2607
|
"feel": "optional",
|
|
2623
2608
|
"group": "embeddingModel",
|
|
2624
2609
|
"binding": {
|
|
2625
|
-
"name": "embeddingModelProvider.
|
|
2610
|
+
"name": "embeddingModelProvider.secretKey",
|
|
2626
2611
|
"type": "zeebe:input"
|
|
2627
2612
|
},
|
|
2628
2613
|
"condition": {
|
|
2629
2614
|
"property": "embeddingModelProvider.modelProvider",
|
|
2630
|
-
"equals": "
|
|
2615
|
+
"equals": "BEDROCK_MODEL_PROVIDER",
|
|
2631
2616
|
"type": "simple"
|
|
2632
2617
|
},
|
|
2633
2618
|
"type": "String"
|
|
2634
2619
|
},
|
|
2635
2620
|
{
|
|
2636
|
-
"id": "embeddingModelProvider.
|
|
2621
|
+
"id": "embeddingModelProvider.bedrockRegion",
|
|
2637
2622
|
"label": "Region",
|
|
2638
2623
|
"description": "AWS Bedrock region",
|
|
2639
2624
|
"optional": false,
|
|
@@ -2643,18 +2628,18 @@
|
|
|
2643
2628
|
"feel": "optional",
|
|
2644
2629
|
"group": "embeddingModel",
|
|
2645
2630
|
"binding": {
|
|
2646
|
-
"name": "embeddingModelProvider.
|
|
2631
|
+
"name": "embeddingModelProvider.region",
|
|
2647
2632
|
"type": "zeebe:input"
|
|
2648
2633
|
},
|
|
2649
2634
|
"condition": {
|
|
2650
2635
|
"property": "embeddingModelProvider.modelProvider",
|
|
2651
|
-
"equals": "
|
|
2636
|
+
"equals": "BEDROCK_MODEL_PROVIDER",
|
|
2652
2637
|
"type": "simple"
|
|
2653
2638
|
},
|
|
2654
2639
|
"type": "String"
|
|
2655
2640
|
},
|
|
2656
2641
|
{
|
|
2657
|
-
"id": "embeddingModelProvider.
|
|
2642
|
+
"id": "embeddingModelProvider.modelName",
|
|
2658
2643
|
"label": "Model name",
|
|
2659
2644
|
"description": "Bedrock model name or identifier",
|
|
2660
2645
|
"optional": false,
|
|
@@ -2664,12 +2649,12 @@
|
|
|
2664
2649
|
},
|
|
2665
2650
|
"group": "embeddingModel",
|
|
2666
2651
|
"binding": {
|
|
2667
|
-
"name": "embeddingModelProvider.
|
|
2652
|
+
"name": "embeddingModelProvider.modelName",
|
|
2668
2653
|
"type": "zeebe:input"
|
|
2669
2654
|
},
|
|
2670
2655
|
"condition": {
|
|
2671
2656
|
"property": "embeddingModelProvider.modelProvider",
|
|
2672
|
-
"equals": "
|
|
2657
|
+
"equals": "BEDROCK_MODEL_PROVIDER",
|
|
2673
2658
|
"type": "simple"
|
|
2674
2659
|
},
|
|
2675
2660
|
"type": "Dropdown",
|
|
@@ -2689,7 +2674,7 @@
|
|
|
2689
2674
|
]
|
|
2690
2675
|
},
|
|
2691
2676
|
{
|
|
2692
|
-
"id": "embeddingModelProvider.
|
|
2677
|
+
"id": "embeddingModelProvider.bedrockCustomModelName",
|
|
2693
2678
|
"label": "Custom model name",
|
|
2694
2679
|
"optional": false,
|
|
2695
2680
|
"constraints": {
|
|
@@ -2698,19 +2683,19 @@
|
|
|
2698
2683
|
"feel": "optional",
|
|
2699
2684
|
"group": "embeddingModel",
|
|
2700
2685
|
"binding": {
|
|
2701
|
-
"name": "embeddingModelProvider.
|
|
2686
|
+
"name": "embeddingModelProvider.customModelName",
|
|
2702
2687
|
"type": "zeebe:input"
|
|
2703
2688
|
},
|
|
2704
2689
|
"condition": {
|
|
2705
2690
|
"allMatch": [
|
|
2706
2691
|
{
|
|
2707
|
-
"property": "embeddingModelProvider.
|
|
2692
|
+
"property": "embeddingModelProvider.modelName",
|
|
2708
2693
|
"equals": "Custom",
|
|
2709
2694
|
"type": "simple"
|
|
2710
2695
|
},
|
|
2711
2696
|
{
|
|
2712
2697
|
"property": "embeddingModelProvider.modelProvider",
|
|
2713
|
-
"equals": "
|
|
2698
|
+
"equals": "BEDROCK_MODEL_PROVIDER",
|
|
2714
2699
|
"type": "simple"
|
|
2715
2700
|
}
|
|
2716
2701
|
]
|
|
@@ -2718,26 +2703,29 @@
|
|
|
2718
2703
|
"type": "String"
|
|
2719
2704
|
},
|
|
2720
2705
|
{
|
|
2721
|
-
"id": "embeddingModelProvider.
|
|
2706
|
+
"id": "embeddingModelProvider.bedrockDimensions",
|
|
2722
2707
|
"label": "Embedding dimensions",
|
|
2723
2708
|
"description": "The size of the vector used to represent data",
|
|
2724
2709
|
"optional": false,
|
|
2725
2710
|
"value": "D1024",
|
|
2711
|
+
"constraints": {
|
|
2712
|
+
"notEmpty": true
|
|
2713
|
+
},
|
|
2726
2714
|
"group": "embeddingModel",
|
|
2727
2715
|
"binding": {
|
|
2728
|
-
"name": "embeddingModelProvider.
|
|
2716
|
+
"name": "embeddingModelProvider.dimensions",
|
|
2729
2717
|
"type": "zeebe:input"
|
|
2730
2718
|
},
|
|
2731
2719
|
"condition": {
|
|
2732
2720
|
"allMatch": [
|
|
2733
2721
|
{
|
|
2734
|
-
"property": "embeddingModelProvider.
|
|
2722
|
+
"property": "embeddingModelProvider.modelName",
|
|
2735
2723
|
"equals": "TitanEmbedTextV2",
|
|
2736
2724
|
"type": "simple"
|
|
2737
2725
|
},
|
|
2738
2726
|
{
|
|
2739
2727
|
"property": "embeddingModelProvider.modelProvider",
|
|
2740
|
-
"equals": "
|
|
2728
|
+
"equals": "BEDROCK_MODEL_PROVIDER",
|
|
2741
2729
|
"type": "simple"
|
|
2742
2730
|
}
|
|
2743
2731
|
]
|
|
@@ -2759,27 +2747,30 @@
|
|
|
2759
2747
|
]
|
|
2760
2748
|
},
|
|
2761
2749
|
{
|
|
2762
|
-
"id": "embeddingModelProvider.
|
|
2750
|
+
"id": "embeddingModelProvider.bedrockNormalize",
|
|
2763
2751
|
"label": "Normalize",
|
|
2764
2752
|
"description": "Normalize vector",
|
|
2765
2753
|
"optional": false,
|
|
2766
2754
|
"value": false,
|
|
2755
|
+
"constraints": {
|
|
2756
|
+
"notEmpty": true
|
|
2757
|
+
},
|
|
2767
2758
|
"feel": "static",
|
|
2768
2759
|
"group": "embeddingModel",
|
|
2769
2760
|
"binding": {
|
|
2770
|
-
"name": "embeddingModelProvider.
|
|
2761
|
+
"name": "embeddingModelProvider.normalize",
|
|
2771
2762
|
"type": "zeebe:input"
|
|
2772
2763
|
},
|
|
2773
2764
|
"condition": {
|
|
2774
2765
|
"allMatch": [
|
|
2775
2766
|
{
|
|
2776
|
-
"property": "embeddingModelProvider.
|
|
2767
|
+
"property": "embeddingModelProvider.modelName",
|
|
2777
2768
|
"equals": "TitanEmbedTextV2",
|
|
2778
2769
|
"type": "simple"
|
|
2779
2770
|
},
|
|
2780
2771
|
{
|
|
2781
2772
|
"property": "embeddingModelProvider.modelProvider",
|
|
2782
|
-
"equals": "
|
|
2773
|
+
"equals": "BEDROCK_MODEL_PROVIDER",
|
|
2783
2774
|
"type": "simple"
|
|
2784
2775
|
}
|
|
2785
2776
|
]
|
|
@@ -2787,7 +2778,7 @@
|
|
|
2787
2778
|
"type": "Boolean"
|
|
2788
2779
|
},
|
|
2789
2780
|
{
|
|
2790
|
-
"id": "embeddingModelProvider.
|
|
2781
|
+
"id": "embeddingModelProvider.bedrockMaxRetries",
|
|
2791
2782
|
"label": "Max retries",
|
|
2792
2783
|
"description": "Max retries",
|
|
2793
2784
|
"optional": false,
|
|
@@ -2795,18 +2786,18 @@
|
|
|
2795
2786
|
"feel": "static",
|
|
2796
2787
|
"group": "embeddingModel",
|
|
2797
2788
|
"binding": {
|
|
2798
|
-
"name": "embeddingModelProvider.
|
|
2789
|
+
"name": "embeddingModelProvider.maxRetries",
|
|
2799
2790
|
"type": "zeebe:input"
|
|
2800
2791
|
},
|
|
2801
2792
|
"condition": {
|
|
2802
2793
|
"property": "embeddingModelProvider.modelProvider",
|
|
2803
|
-
"equals": "
|
|
2794
|
+
"equals": "BEDROCK_MODEL_PROVIDER",
|
|
2804
2795
|
"type": "simple"
|
|
2805
2796
|
},
|
|
2806
2797
|
"type": "Number"
|
|
2807
2798
|
},
|
|
2808
2799
|
{
|
|
2809
|
-
"id": "embeddingModelProvider.
|
|
2800
|
+
"id": "embeddingModelProvider.projectId",
|
|
2810
2801
|
"label": "Project ID",
|
|
2811
2802
|
"description": "Google Cloud project ID",
|
|
2812
2803
|
"optional": false,
|
|
@@ -2816,18 +2807,18 @@
|
|
|
2816
2807
|
"feel": "optional",
|
|
2817
2808
|
"group": "embeddingModel",
|
|
2818
2809
|
"binding": {
|
|
2819
|
-
"name": "embeddingModelProvider.
|
|
2810
|
+
"name": "embeddingModelProvider.projectId",
|
|
2820
2811
|
"type": "zeebe:input"
|
|
2821
2812
|
},
|
|
2822
2813
|
"condition": {
|
|
2823
2814
|
"property": "embeddingModelProvider.modelProvider",
|
|
2824
|
-
"equals": "
|
|
2815
|
+
"equals": "VERTEX_AI_MODEL_PROVIDER",
|
|
2825
2816
|
"type": "simple"
|
|
2826
2817
|
},
|
|
2827
2818
|
"type": "String"
|
|
2828
2819
|
},
|
|
2829
2820
|
{
|
|
2830
|
-
"id": "embeddingModelProvider.
|
|
2821
|
+
"id": "embeddingModelProvider.region",
|
|
2831
2822
|
"label": "Region",
|
|
2832
2823
|
"description": "Google Cloud region for Vertex AI",
|
|
2833
2824
|
"optional": false,
|
|
@@ -2837,29 +2828,29 @@
|
|
|
2837
2828
|
"feel": "optional",
|
|
2838
2829
|
"group": "embeddingModel",
|
|
2839
2830
|
"binding": {
|
|
2840
|
-
"name": "embeddingModelProvider.
|
|
2831
|
+
"name": "embeddingModelProvider.region",
|
|
2841
2832
|
"type": "zeebe:input"
|
|
2842
2833
|
},
|
|
2843
2834
|
"condition": {
|
|
2844
2835
|
"property": "embeddingModelProvider.modelProvider",
|
|
2845
|
-
"equals": "
|
|
2836
|
+
"equals": "VERTEX_AI_MODEL_PROVIDER",
|
|
2846
2837
|
"type": "simple"
|
|
2847
2838
|
},
|
|
2848
2839
|
"type": "String"
|
|
2849
2840
|
},
|
|
2850
2841
|
{
|
|
2851
|
-
"id": "embeddingModelProvider.
|
|
2842
|
+
"id": "embeddingModelProvider.vertexAiAuthentication.type",
|
|
2852
2843
|
"label": "Authentication",
|
|
2853
2844
|
"description": "Specify the Google Vertex AI authentication strategy.",
|
|
2854
2845
|
"value": "serviceAccountCredentials",
|
|
2855
2846
|
"group": "embeddingModel",
|
|
2856
2847
|
"binding": {
|
|
2857
|
-
"name": "embeddingModelProvider.
|
|
2848
|
+
"name": "embeddingModelProvider.vertexAiAuthentication.type",
|
|
2858
2849
|
"type": "zeebe:input"
|
|
2859
2850
|
},
|
|
2860
2851
|
"condition": {
|
|
2861
2852
|
"property": "embeddingModelProvider.modelProvider",
|
|
2862
|
-
"equals": "
|
|
2853
|
+
"equals": "VERTEX_AI_MODEL_PROVIDER",
|
|
2863
2854
|
"type": "simple"
|
|
2864
2855
|
},
|
|
2865
2856
|
"type": "Dropdown",
|
|
@@ -2875,7 +2866,7 @@
|
|
|
2875
2866
|
]
|
|
2876
2867
|
},
|
|
2877
2868
|
{
|
|
2878
|
-
"id": "embeddingModelProvider.
|
|
2869
|
+
"id": "embeddingModelProvider.vertexAiAuthentication.jsonKey",
|
|
2879
2870
|
"label": "JSON key of the service account",
|
|
2880
2871
|
"description": "This is the key of the service account in JSON format.",
|
|
2881
2872
|
"optional": false,
|
|
@@ -2885,19 +2876,19 @@
|
|
|
2885
2876
|
"feel": "optional",
|
|
2886
2877
|
"group": "embeddingModel",
|
|
2887
2878
|
"binding": {
|
|
2888
|
-
"name": "embeddingModelProvider.
|
|
2879
|
+
"name": "embeddingModelProvider.vertexAiAuthentication.jsonKey",
|
|
2889
2880
|
"type": "zeebe:input"
|
|
2890
2881
|
},
|
|
2891
2882
|
"condition": {
|
|
2892
2883
|
"allMatch": [
|
|
2893
2884
|
{
|
|
2894
|
-
"property": "embeddingModelProvider.
|
|
2885
|
+
"property": "embeddingModelProvider.vertexAiAuthentication.type",
|
|
2895
2886
|
"equals": "serviceAccountCredentials",
|
|
2896
2887
|
"type": "simple"
|
|
2897
2888
|
},
|
|
2898
2889
|
{
|
|
2899
2890
|
"property": "embeddingModelProvider.modelProvider",
|
|
2900
|
-
"equals": "
|
|
2891
|
+
"equals": "VERTEX_AI_MODEL_PROVIDER",
|
|
2901
2892
|
"type": "simple"
|
|
2902
2893
|
}
|
|
2903
2894
|
]
|
|
@@ -2905,7 +2896,7 @@
|
|
|
2905
2896
|
"type": "String"
|
|
2906
2897
|
},
|
|
2907
2898
|
{
|
|
2908
|
-
"id": "embeddingModelProvider.
|
|
2899
|
+
"id": "embeddingModelProvider.vertexAiModelName",
|
|
2909
2900
|
"label": "Model name",
|
|
2910
2901
|
"description": "Vertex AI embedding model name",
|
|
2911
2902
|
"optional": false,
|
|
@@ -2915,18 +2906,18 @@
|
|
|
2915
2906
|
"feel": "optional",
|
|
2916
2907
|
"group": "embeddingModel",
|
|
2917
2908
|
"binding": {
|
|
2918
|
-
"name": "embeddingModelProvider.
|
|
2909
|
+
"name": "embeddingModelProvider.modelName",
|
|
2919
2910
|
"type": "zeebe:input"
|
|
2920
2911
|
},
|
|
2921
2912
|
"condition": {
|
|
2922
2913
|
"property": "embeddingModelProvider.modelProvider",
|
|
2923
|
-
"equals": "
|
|
2914
|
+
"equals": "VERTEX_AI_MODEL_PROVIDER",
|
|
2924
2915
|
"type": "simple"
|
|
2925
2916
|
},
|
|
2926
2917
|
"type": "String"
|
|
2927
2918
|
},
|
|
2928
2919
|
{
|
|
2929
|
-
"id": "embeddingModelProvider.
|
|
2920
|
+
"id": "embeddingModelProvider.vertexAiDimensions",
|
|
2930
2921
|
"label": "Embedding dimensions",
|
|
2931
2922
|
"description": "The size of the vector used to represent data. Details in the <a href=\"https://cloud.google.com/vertex-ai/generative-ai/docs/embeddings/get-text-embeddings\" target=\"_blank\">documentation</a>.",
|
|
2932
2923
|
"optional": false,
|
|
@@ -2936,18 +2927,18 @@
|
|
|
2936
2927
|
"feel": "required",
|
|
2937
2928
|
"group": "embeddingModel",
|
|
2938
2929
|
"binding": {
|
|
2939
|
-
"name": "embeddingModelProvider.
|
|
2930
|
+
"name": "embeddingModelProvider.dimensions",
|
|
2940
2931
|
"type": "zeebe:input"
|
|
2941
2932
|
},
|
|
2942
2933
|
"condition": {
|
|
2943
2934
|
"property": "embeddingModelProvider.modelProvider",
|
|
2944
|
-
"equals": "
|
|
2935
|
+
"equals": "VERTEX_AI_MODEL_PROVIDER",
|
|
2945
2936
|
"type": "simple"
|
|
2946
2937
|
},
|
|
2947
2938
|
"type": "Number"
|
|
2948
2939
|
},
|
|
2949
2940
|
{
|
|
2950
|
-
"id": "embeddingModelProvider.
|
|
2941
|
+
"id": "embeddingModelProvider.publisher",
|
|
2951
2942
|
"label": "Publisher",
|
|
2952
2943
|
"description": "The publisher of the Vertex AI model (e.g., 'google', 'third-party'). Optional.",
|
|
2953
2944
|
"optional": true,
|
|
@@ -2955,18 +2946,18 @@
|
|
|
2955
2946
|
"feel": "optional",
|
|
2956
2947
|
"group": "embeddingModel",
|
|
2957
2948
|
"binding": {
|
|
2958
|
-
"name": "embeddingModelProvider.
|
|
2949
|
+
"name": "embeddingModelProvider.publisher",
|
|
2959
2950
|
"type": "zeebe:input"
|
|
2960
2951
|
},
|
|
2961
2952
|
"condition": {
|
|
2962
2953
|
"property": "embeddingModelProvider.modelProvider",
|
|
2963
|
-
"equals": "
|
|
2954
|
+
"equals": "VERTEX_AI_MODEL_PROVIDER",
|
|
2964
2955
|
"type": "simple"
|
|
2965
2956
|
},
|
|
2966
2957
|
"type": "String"
|
|
2967
2958
|
},
|
|
2968
2959
|
{
|
|
2969
|
-
"id": "embeddingModelProvider.
|
|
2960
|
+
"id": "embeddingModelProvider.vertexAiMaxRetries",
|
|
2970
2961
|
"label": "Max retries",
|
|
2971
2962
|
"description": "Max retries",
|
|
2972
2963
|
"optional": true,
|
|
@@ -2974,18 +2965,18 @@
|
|
|
2974
2965
|
"feel": "static",
|
|
2975
2966
|
"group": "embeddingModel",
|
|
2976
2967
|
"binding": {
|
|
2977
|
-
"name": "embeddingModelProvider.
|
|
2968
|
+
"name": "embeddingModelProvider.maxRetries",
|
|
2978
2969
|
"type": "zeebe:input"
|
|
2979
2970
|
},
|
|
2980
2971
|
"condition": {
|
|
2981
2972
|
"property": "embeddingModelProvider.modelProvider",
|
|
2982
|
-
"equals": "
|
|
2973
|
+
"equals": "VERTEX_AI_MODEL_PROVIDER",
|
|
2983
2974
|
"type": "simple"
|
|
2984
2975
|
},
|
|
2985
2976
|
"type": "Number"
|
|
2986
2977
|
},
|
|
2987
2978
|
{
|
|
2988
|
-
"id": "embeddingModelProvider.
|
|
2979
|
+
"id": "embeddingModelProvider.openAiApiKey",
|
|
2989
2980
|
"label": "OpenAI API key",
|
|
2990
2981
|
"optional": false,
|
|
2991
2982
|
"constraints": {
|
|
@@ -2994,18 +2985,18 @@
|
|
|
2994
2985
|
"feel": "optional",
|
|
2995
2986
|
"group": "embeddingModel",
|
|
2996
2987
|
"binding": {
|
|
2997
|
-
"name": "embeddingModelProvider.
|
|
2988
|
+
"name": "embeddingModelProvider.apiKey",
|
|
2998
2989
|
"type": "zeebe:input"
|
|
2999
2990
|
},
|
|
3000
2991
|
"condition": {
|
|
3001
2992
|
"property": "embeddingModelProvider.modelProvider",
|
|
3002
|
-
"equals": "
|
|
2993
|
+
"equals": "OPEN_AI_MODEL_PROVIDER",
|
|
3003
2994
|
"type": "simple"
|
|
3004
2995
|
},
|
|
3005
2996
|
"type": "String"
|
|
3006
2997
|
},
|
|
3007
2998
|
{
|
|
3008
|
-
"id": "embeddingModelProvider.
|
|
2999
|
+
"id": "embeddingModelProvider.openAiModelName",
|
|
3009
3000
|
"label": "Model name",
|
|
3010
3001
|
"description": "Specify the model name. Details in the <a href=\"https://platform.openai.com/docs/guides/embeddings\" target=\"_blank\">documentation</a>.",
|
|
3011
3002
|
"optional": false,
|
|
@@ -3015,72 +3006,72 @@
|
|
|
3015
3006
|
"feel": "optional",
|
|
3016
3007
|
"group": "embeddingModel",
|
|
3017
3008
|
"binding": {
|
|
3018
|
-
"name": "embeddingModelProvider.
|
|
3009
|
+
"name": "embeddingModelProvider.modelName",
|
|
3019
3010
|
"type": "zeebe:input"
|
|
3020
3011
|
},
|
|
3021
3012
|
"condition": {
|
|
3022
3013
|
"property": "embeddingModelProvider.modelProvider",
|
|
3023
|
-
"equals": "
|
|
3014
|
+
"equals": "OPEN_AI_MODEL_PROVIDER",
|
|
3024
3015
|
"type": "simple"
|
|
3025
3016
|
},
|
|
3026
3017
|
"type": "String"
|
|
3027
3018
|
},
|
|
3028
3019
|
{
|
|
3029
|
-
"id": "embeddingModelProvider.
|
|
3020
|
+
"id": "embeddingModelProvider.openAiOrganizationId",
|
|
3030
3021
|
"label": "Organization ID",
|
|
3031
3022
|
"description": "For members of multiple organizations. Details in the <a href=\"https://platform.openai.com/docs/api-reference/authentication\" target=\"_blank\">documentation</a>.",
|
|
3032
3023
|
"optional": true,
|
|
3033
3024
|
"feel": "optional",
|
|
3034
3025
|
"group": "embeddingModel",
|
|
3035
3026
|
"binding": {
|
|
3036
|
-
"name": "embeddingModelProvider.
|
|
3027
|
+
"name": "embeddingModelProvider.organizationId",
|
|
3037
3028
|
"type": "zeebe:input"
|
|
3038
3029
|
},
|
|
3039
3030
|
"condition": {
|
|
3040
3031
|
"property": "embeddingModelProvider.modelProvider",
|
|
3041
|
-
"equals": "
|
|
3032
|
+
"equals": "OPEN_AI_MODEL_PROVIDER",
|
|
3042
3033
|
"type": "simple"
|
|
3043
3034
|
},
|
|
3044
3035
|
"type": "String"
|
|
3045
3036
|
},
|
|
3046
3037
|
{
|
|
3047
|
-
"id": "embeddingModelProvider.
|
|
3038
|
+
"id": "embeddingModelProvider.openAiProjectId",
|
|
3048
3039
|
"label": "Project ID",
|
|
3049
3040
|
"description": "For accounts with multiple projects. Details in the <a href=\"https://platform.openai.com/docs/api-reference/authentication\" target=\"_blank\">documentation</a>.",
|
|
3050
3041
|
"optional": true,
|
|
3051
3042
|
"feel": "optional",
|
|
3052
3043
|
"group": "embeddingModel",
|
|
3053
3044
|
"binding": {
|
|
3054
|
-
"name": "embeddingModelProvider.
|
|
3045
|
+
"name": "embeddingModelProvider.projectId",
|
|
3055
3046
|
"type": "zeebe:input"
|
|
3056
3047
|
},
|
|
3057
3048
|
"condition": {
|
|
3058
3049
|
"property": "embeddingModelProvider.modelProvider",
|
|
3059
|
-
"equals": "
|
|
3050
|
+
"equals": "OPEN_AI_MODEL_PROVIDER",
|
|
3060
3051
|
"type": "simple"
|
|
3061
3052
|
},
|
|
3062
3053
|
"type": "String"
|
|
3063
3054
|
},
|
|
3064
3055
|
{
|
|
3065
|
-
"id": "embeddingModelProvider.
|
|
3056
|
+
"id": "embeddingModelProvider.openAiDimensions",
|
|
3066
3057
|
"label": "Embedding dimensions",
|
|
3067
3058
|
"description": "The size of the vector used to represent data. If not specified, the default model dimensions are used. Details in the <a href=\"https://platform.openai.com/docs/guides/embeddings\" target=\"_blank\">documentation</a>.",
|
|
3068
3059
|
"optional": true,
|
|
3069
3060
|
"feel": "required",
|
|
3070
3061
|
"group": "embeddingModel",
|
|
3071
3062
|
"binding": {
|
|
3072
|
-
"name": "embeddingModelProvider.
|
|
3063
|
+
"name": "embeddingModelProvider.dimensions",
|
|
3073
3064
|
"type": "zeebe:input"
|
|
3074
3065
|
},
|
|
3075
3066
|
"condition": {
|
|
3076
3067
|
"property": "embeddingModelProvider.modelProvider",
|
|
3077
|
-
"equals": "
|
|
3068
|
+
"equals": "OPEN_AI_MODEL_PROVIDER",
|
|
3078
3069
|
"type": "simple"
|
|
3079
3070
|
},
|
|
3080
3071
|
"type": "Number"
|
|
3081
3072
|
},
|
|
3082
3073
|
{
|
|
3083
|
-
"id": "embeddingModelProvider.
|
|
3074
|
+
"id": "embeddingModelProvider.openAiMaxRetries",
|
|
3084
3075
|
"label": "Max retries",
|
|
3085
3076
|
"description": "Max retries",
|
|
3086
3077
|
"optional": true,
|
|
@@ -3088,47 +3079,47 @@
|
|
|
3088
3079
|
"feel": "static",
|
|
3089
3080
|
"group": "embeddingModel",
|
|
3090
3081
|
"binding": {
|
|
3091
|
-
"name": "embeddingModelProvider.
|
|
3082
|
+
"name": "embeddingModelProvider.maxRetries",
|
|
3092
3083
|
"type": "zeebe:input"
|
|
3093
3084
|
},
|
|
3094
3085
|
"condition": {
|
|
3095
3086
|
"property": "embeddingModelProvider.modelProvider",
|
|
3096
|
-
"equals": "
|
|
3087
|
+
"equals": "OPEN_AI_MODEL_PROVIDER",
|
|
3097
3088
|
"type": "simple"
|
|
3098
3089
|
},
|
|
3099
3090
|
"type": "Number"
|
|
3100
3091
|
},
|
|
3101
3092
|
{
|
|
3102
|
-
"id": "embeddingModelProvider.
|
|
3093
|
+
"id": "embeddingModelProvider.openAiCustomHeaders",
|
|
3103
3094
|
"label": "Custom headers",
|
|
3104
3095
|
"description": "Map of custom HTTP headers to add to the request.",
|
|
3105
3096
|
"optional": true,
|
|
3106
3097
|
"feel": "required",
|
|
3107
3098
|
"group": "embeddingModel",
|
|
3108
3099
|
"binding": {
|
|
3109
|
-
"name": "embeddingModelProvider.
|
|
3100
|
+
"name": "embeddingModelProvider.customHeaders",
|
|
3110
3101
|
"type": "zeebe:input"
|
|
3111
3102
|
},
|
|
3112
3103
|
"condition": {
|
|
3113
3104
|
"property": "embeddingModelProvider.modelProvider",
|
|
3114
|
-
"equals": "
|
|
3105
|
+
"equals": "OPEN_AI_MODEL_PROVIDER",
|
|
3115
3106
|
"type": "simple"
|
|
3116
3107
|
},
|
|
3117
3108
|
"type": "String"
|
|
3118
3109
|
},
|
|
3119
3110
|
{
|
|
3120
|
-
"id": "embeddingModelProvider.
|
|
3111
|
+
"id": "embeddingModelProvider.openAiBaseUrl",
|
|
3121
3112
|
"label": "Custom base URL",
|
|
3122
3113
|
"optional": true,
|
|
3123
3114
|
"feel": "optional",
|
|
3124
3115
|
"group": "embeddingModel",
|
|
3125
3116
|
"binding": {
|
|
3126
|
-
"name": "embeddingModelProvider.
|
|
3117
|
+
"name": "embeddingModelProvider.baseUrl",
|
|
3127
3118
|
"type": "zeebe:input"
|
|
3128
3119
|
},
|
|
3129
3120
|
"condition": {
|
|
3130
3121
|
"property": "embeddingModelProvider.modelProvider",
|
|
3131
|
-
"equals": "
|
|
3122
|
+
"equals": "OPEN_AI_MODEL_PROVIDER",
|
|
3132
3123
|
"type": "simple"
|
|
3133
3124
|
},
|
|
3134
3125
|
"tooltip": "Base URL of OpenAI API. The default is 'https://api.openai.com/v1/'",
|
|
@@ -3138,7 +3129,7 @@
|
|
|
3138
3129
|
"id": "vectorStore.vectorStore",
|
|
3139
3130
|
"label": "Embeddings store",
|
|
3140
3131
|
"description": "Select embedding store",
|
|
3141
|
-
"value": "
|
|
3132
|
+
"value": "STORE_ELASTICSEARCH",
|
|
3142
3133
|
"group": "embeddingsStore",
|
|
3143
3134
|
"binding": {
|
|
3144
3135
|
"name": "vectorStore.storeType",
|
|
@@ -3148,23 +3139,23 @@
|
|
|
3148
3139
|
"choices": [
|
|
3149
3140
|
{
|
|
3150
3141
|
"name": "Amazon Managed OpenSearch",
|
|
3151
|
-
"value": "
|
|
3142
|
+
"value": "STORE_AMAZON_MANAGED_OPENSEARCH"
|
|
3152
3143
|
},
|
|
3153
3144
|
{
|
|
3154
3145
|
"name": "Azure AI Search",
|
|
3155
|
-
"value": "
|
|
3146
|
+
"value": "STORE_AZURE_AI_SEARCH"
|
|
3156
3147
|
},
|
|
3157
3148
|
{
|
|
3158
3149
|
"name": "Azure Cosmos DB NoSQL",
|
|
3159
|
-
"value": "
|
|
3150
|
+
"value": "STORE_AZURE_COSMOS_DB_NO_SQL"
|
|
3160
3151
|
},
|
|
3161
3152
|
{
|
|
3162
3153
|
"name": "Elasticsearch",
|
|
3163
|
-
"value": "
|
|
3154
|
+
"value": "STORE_ELASTICSEARCH"
|
|
3164
3155
|
},
|
|
3165
3156
|
{
|
|
3166
3157
|
"name": "OpenSearch",
|
|
3167
|
-
"value": "
|
|
3158
|
+
"value": "STORE_OPENSEARCH"
|
|
3168
3159
|
}
|
|
3169
3160
|
]
|
|
3170
3161
|
},
|
|
@@ -3179,12 +3170,12 @@
|
|
|
3179
3170
|
"feel": "optional",
|
|
3180
3171
|
"group": "embeddingsStore",
|
|
3181
3172
|
"binding": {
|
|
3182
|
-
"name": "vectorStore.
|
|
3173
|
+
"name": "vectorStore.accessKey",
|
|
3183
3174
|
"type": "zeebe:input"
|
|
3184
3175
|
},
|
|
3185
3176
|
"condition": {
|
|
3186
3177
|
"property": "vectorStore.vectorStore",
|
|
3187
|
-
"equals": "
|
|
3178
|
+
"equals": "STORE_AMAZON_MANAGED_OPENSEARCH",
|
|
3188
3179
|
"type": "simple"
|
|
3189
3180
|
},
|
|
3190
3181
|
"type": "String"
|
|
@@ -3200,12 +3191,12 @@
|
|
|
3200
3191
|
"feel": "optional",
|
|
3201
3192
|
"group": "embeddingsStore",
|
|
3202
3193
|
"binding": {
|
|
3203
|
-
"name": "vectorStore.
|
|
3194
|
+
"name": "vectorStore.secretKey",
|
|
3204
3195
|
"type": "zeebe:input"
|
|
3205
3196
|
},
|
|
3206
3197
|
"condition": {
|
|
3207
3198
|
"property": "vectorStore.vectorStore",
|
|
3208
|
-
"equals": "
|
|
3199
|
+
"equals": "STORE_AMAZON_MANAGED_OPENSEARCH",
|
|
3209
3200
|
"type": "simple"
|
|
3210
3201
|
},
|
|
3211
3202
|
"type": "String"
|
|
@@ -3221,12 +3212,12 @@
|
|
|
3221
3212
|
"feel": "optional",
|
|
3222
3213
|
"group": "embeddingsStore",
|
|
3223
3214
|
"binding": {
|
|
3224
|
-
"name": "vectorStore.
|
|
3215
|
+
"name": "vectorStore.serverUrl",
|
|
3225
3216
|
"type": "zeebe:input"
|
|
3226
3217
|
},
|
|
3227
3218
|
"condition": {
|
|
3228
3219
|
"property": "vectorStore.vectorStore",
|
|
3229
|
-
"equals": "
|
|
3220
|
+
"equals": "STORE_AMAZON_MANAGED_OPENSEARCH",
|
|
3230
3221
|
"type": "simple"
|
|
3231
3222
|
},
|
|
3232
3223
|
"type": "String"
|
|
@@ -3242,12 +3233,12 @@
|
|
|
3242
3233
|
"feel": "optional",
|
|
3243
3234
|
"group": "embeddingsStore",
|
|
3244
3235
|
"binding": {
|
|
3245
|
-
"name": "vectorStore.
|
|
3236
|
+
"name": "vectorStore.region",
|
|
3246
3237
|
"type": "zeebe:input"
|
|
3247
3238
|
},
|
|
3248
3239
|
"condition": {
|
|
3249
3240
|
"property": "vectorStore.vectorStore",
|
|
3250
|
-
"equals": "
|
|
3241
|
+
"equals": "STORE_AMAZON_MANAGED_OPENSEARCH",
|
|
3251
3242
|
"type": "simple"
|
|
3252
3243
|
},
|
|
3253
3244
|
"type": "String"
|
|
@@ -3263,18 +3254,18 @@
|
|
|
3263
3254
|
"feel": "optional",
|
|
3264
3255
|
"group": "embeddingsStore",
|
|
3265
3256
|
"binding": {
|
|
3266
|
-
"name": "vectorStore.
|
|
3257
|
+
"name": "vectorStore.indexName",
|
|
3267
3258
|
"type": "zeebe:input"
|
|
3268
3259
|
},
|
|
3269
3260
|
"condition": {
|
|
3270
3261
|
"property": "vectorStore.vectorStore",
|
|
3271
|
-
"equals": "
|
|
3262
|
+
"equals": "STORE_AMAZON_MANAGED_OPENSEARCH",
|
|
3272
3263
|
"type": "simple"
|
|
3273
3264
|
},
|
|
3274
3265
|
"type": "String"
|
|
3275
3266
|
},
|
|
3276
3267
|
{
|
|
3277
|
-
"id": "vectorStore.
|
|
3268
|
+
"id": "vectorStore.azureAiSearch.endpoint",
|
|
3278
3269
|
"label": "Endpoint",
|
|
3279
3270
|
"description": "Specify Azure AI Search endpoint. Details in the <a href=\"https://learn.microsoft.com/en-us/azure/search/\" target=\"_blank\">documentation</a>.",
|
|
3280
3271
|
"optional": false,
|
|
@@ -3284,29 +3275,29 @@
|
|
|
3284
3275
|
"feel": "optional",
|
|
3285
3276
|
"group": "embeddingsStore",
|
|
3286
3277
|
"binding": {
|
|
3287
|
-
"name": "vectorStore.
|
|
3278
|
+
"name": "vectorStore.endpoint",
|
|
3288
3279
|
"type": "zeebe:input"
|
|
3289
3280
|
},
|
|
3290
3281
|
"condition": {
|
|
3291
3282
|
"property": "vectorStore.vectorStore",
|
|
3292
|
-
"equals": "
|
|
3283
|
+
"equals": "STORE_AZURE_AI_SEARCH",
|
|
3293
3284
|
"type": "simple"
|
|
3294
3285
|
},
|
|
3295
3286
|
"type": "String"
|
|
3296
3287
|
},
|
|
3297
3288
|
{
|
|
3298
|
-
"id": "vectorStore.
|
|
3289
|
+
"id": "vectorStore.azureAiSearchAuthentication.type",
|
|
3299
3290
|
"label": "Authentication",
|
|
3300
|
-
"description": "Specify the Azure authentication strategy.",
|
|
3291
|
+
"description": "Specify the Azure OpenAI authentication strategy.",
|
|
3301
3292
|
"value": "apiKey",
|
|
3302
3293
|
"group": "embeddingsStore",
|
|
3303
3294
|
"binding": {
|
|
3304
|
-
"name": "vectorStore.
|
|
3295
|
+
"name": "vectorStore.azureAiSearchAuthentication.type",
|
|
3305
3296
|
"type": "zeebe:input"
|
|
3306
3297
|
},
|
|
3307
3298
|
"condition": {
|
|
3308
3299
|
"property": "vectorStore.vectorStore",
|
|
3309
|
-
"equals": "
|
|
3300
|
+
"equals": "STORE_AZURE_AI_SEARCH",
|
|
3310
3301
|
"type": "simple"
|
|
3311
3302
|
},
|
|
3312
3303
|
"type": "Dropdown",
|
|
@@ -3322,7 +3313,7 @@
|
|
|
3322
3313
|
]
|
|
3323
3314
|
},
|
|
3324
3315
|
{
|
|
3325
|
-
"id": "vectorStore.
|
|
3316
|
+
"id": "vectorStore.azureAiSearchAuthentication.apiKey",
|
|
3326
3317
|
"label": "API key",
|
|
3327
3318
|
"optional": false,
|
|
3328
3319
|
"constraints": {
|
|
@@ -3331,19 +3322,19 @@
|
|
|
3331
3322
|
"feel": "optional",
|
|
3332
3323
|
"group": "embeddingsStore",
|
|
3333
3324
|
"binding": {
|
|
3334
|
-
"name": "vectorStore.
|
|
3325
|
+
"name": "vectorStore.azureAiSearchAuthentication.apiKey",
|
|
3335
3326
|
"type": "zeebe:input"
|
|
3336
3327
|
},
|
|
3337
3328
|
"condition": {
|
|
3338
3329
|
"allMatch": [
|
|
3339
3330
|
{
|
|
3340
|
-
"property": "vectorStore.
|
|
3331
|
+
"property": "vectorStore.azureAiSearchAuthentication.type",
|
|
3341
3332
|
"equals": "apiKey",
|
|
3342
3333
|
"type": "simple"
|
|
3343
3334
|
},
|
|
3344
3335
|
{
|
|
3345
3336
|
"property": "vectorStore.vectorStore",
|
|
3346
|
-
"equals": "
|
|
3337
|
+
"equals": "STORE_AZURE_AI_SEARCH",
|
|
3347
3338
|
"type": "simple"
|
|
3348
3339
|
}
|
|
3349
3340
|
]
|
|
@@ -3351,7 +3342,7 @@
|
|
|
3351
3342
|
"type": "String"
|
|
3352
3343
|
},
|
|
3353
3344
|
{
|
|
3354
|
-
"id": "vectorStore.
|
|
3345
|
+
"id": "vectorStore.azureAiSearchAuthentication.clientId",
|
|
3355
3346
|
"label": "Client ID",
|
|
3356
3347
|
"description": "ID of a Microsoft Entra application",
|
|
3357
3348
|
"optional": false,
|
|
@@ -3361,19 +3352,19 @@
|
|
|
3361
3352
|
"feel": "optional",
|
|
3362
3353
|
"group": "embeddingsStore",
|
|
3363
3354
|
"binding": {
|
|
3364
|
-
"name": "vectorStore.
|
|
3355
|
+
"name": "vectorStore.azureAiSearchAuthentication.clientId",
|
|
3365
3356
|
"type": "zeebe:input"
|
|
3366
3357
|
},
|
|
3367
3358
|
"condition": {
|
|
3368
3359
|
"allMatch": [
|
|
3369
3360
|
{
|
|
3370
|
-
"property": "vectorStore.
|
|
3361
|
+
"property": "vectorStore.azureAiSearchAuthentication.type",
|
|
3371
3362
|
"equals": "clientCredentials",
|
|
3372
3363
|
"type": "simple"
|
|
3373
3364
|
},
|
|
3374
3365
|
{
|
|
3375
3366
|
"property": "vectorStore.vectorStore",
|
|
3376
|
-
"equals": "
|
|
3367
|
+
"equals": "STORE_AZURE_AI_SEARCH",
|
|
3377
3368
|
"type": "simple"
|
|
3378
3369
|
}
|
|
3379
3370
|
]
|
|
@@ -3381,7 +3372,7 @@
|
|
|
3381
3372
|
"type": "String"
|
|
3382
3373
|
},
|
|
3383
3374
|
{
|
|
3384
|
-
"id": "vectorStore.
|
|
3375
|
+
"id": "vectorStore.azureAiSearchAuthentication.clientSecret",
|
|
3385
3376
|
"label": "Client secret",
|
|
3386
3377
|
"description": "Secret of a Microsoft Entra application",
|
|
3387
3378
|
"optional": false,
|
|
@@ -3391,19 +3382,19 @@
|
|
|
3391
3382
|
"feel": "optional",
|
|
3392
3383
|
"group": "embeddingsStore",
|
|
3393
3384
|
"binding": {
|
|
3394
|
-
"name": "vectorStore.
|
|
3385
|
+
"name": "vectorStore.azureAiSearchAuthentication.clientSecret",
|
|
3395
3386
|
"type": "zeebe:input"
|
|
3396
3387
|
},
|
|
3397
3388
|
"condition": {
|
|
3398
3389
|
"allMatch": [
|
|
3399
3390
|
{
|
|
3400
|
-
"property": "vectorStore.
|
|
3391
|
+
"property": "vectorStore.azureAiSearchAuthentication.type",
|
|
3401
3392
|
"equals": "clientCredentials",
|
|
3402
3393
|
"type": "simple"
|
|
3403
3394
|
},
|
|
3404
3395
|
{
|
|
3405
3396
|
"property": "vectorStore.vectorStore",
|
|
3406
|
-
"equals": "
|
|
3397
|
+
"equals": "STORE_AZURE_AI_SEARCH",
|
|
3407
3398
|
"type": "simple"
|
|
3408
3399
|
}
|
|
3409
3400
|
]
|
|
@@ -3411,7 +3402,7 @@
|
|
|
3411
3402
|
"type": "String"
|
|
3412
3403
|
},
|
|
3413
3404
|
{
|
|
3414
|
-
"id": "vectorStore.
|
|
3405
|
+
"id": "vectorStore.azureAiSearchAuthentication.tenantId",
|
|
3415
3406
|
"label": "Tenant ID",
|
|
3416
3407
|
"description": "ID of a Microsoft Entra tenant. Details in the <a href=\"https://learn.microsoft.com/en-us/entra/fundamentals/how-to-find-tenant\" target=\"_blank\">documentation</a>.",
|
|
3417
3408
|
"optional": false,
|
|
@@ -3421,19 +3412,19 @@
|
|
|
3421
3412
|
"feel": "optional",
|
|
3422
3413
|
"group": "embeddingsStore",
|
|
3423
3414
|
"binding": {
|
|
3424
|
-
"name": "vectorStore.
|
|
3415
|
+
"name": "vectorStore.azureAiSearchAuthentication.tenantId",
|
|
3425
3416
|
"type": "zeebe:input"
|
|
3426
3417
|
},
|
|
3427
3418
|
"condition": {
|
|
3428
3419
|
"allMatch": [
|
|
3429
3420
|
{
|
|
3430
|
-
"property": "vectorStore.
|
|
3421
|
+
"property": "vectorStore.azureAiSearchAuthentication.type",
|
|
3431
3422
|
"equals": "clientCredentials",
|
|
3432
3423
|
"type": "simple"
|
|
3433
3424
|
},
|
|
3434
3425
|
{
|
|
3435
3426
|
"property": "vectorStore.vectorStore",
|
|
3436
|
-
"equals": "
|
|
3427
|
+
"equals": "STORE_AZURE_AI_SEARCH",
|
|
3437
3428
|
"type": "simple"
|
|
3438
3429
|
}
|
|
3439
3430
|
]
|
|
@@ -3441,26 +3432,26 @@
|
|
|
3441
3432
|
"type": "String"
|
|
3442
3433
|
},
|
|
3443
3434
|
{
|
|
3444
|
-
"id": "vectorStore.
|
|
3435
|
+
"id": "vectorStore.azureAiSearchAuthentication.authorityHost",
|
|
3445
3436
|
"label": "Authority host",
|
|
3446
3437
|
"description": "Authority host URL for the Microsoft Entra application. Defaults to <code>https://login.microsoftonline.com</code>. This can also contain an OAuth 2.0 token endpoint.",
|
|
3447
3438
|
"optional": true,
|
|
3448
3439
|
"feel": "optional",
|
|
3449
3440
|
"group": "embeddingsStore",
|
|
3450
3441
|
"binding": {
|
|
3451
|
-
"name": "vectorStore.
|
|
3442
|
+
"name": "vectorStore.azureAiSearchAuthentication.authorityHost",
|
|
3452
3443
|
"type": "zeebe:input"
|
|
3453
3444
|
},
|
|
3454
3445
|
"condition": {
|
|
3455
3446
|
"allMatch": [
|
|
3456
3447
|
{
|
|
3457
|
-
"property": "vectorStore.
|
|
3448
|
+
"property": "vectorStore.azureAiSearchAuthentication.type",
|
|
3458
3449
|
"equals": "clientCredentials",
|
|
3459
3450
|
"type": "simple"
|
|
3460
3451
|
},
|
|
3461
3452
|
{
|
|
3462
3453
|
"property": "vectorStore.vectorStore",
|
|
3463
|
-
"equals": "
|
|
3454
|
+
"equals": "STORE_AZURE_AI_SEARCH",
|
|
3464
3455
|
"type": "simple"
|
|
3465
3456
|
}
|
|
3466
3457
|
]
|
|
@@ -3468,7 +3459,7 @@
|
|
|
3468
3459
|
"type": "String"
|
|
3469
3460
|
},
|
|
3470
3461
|
{
|
|
3471
|
-
"id": "vectorStore.
|
|
3462
|
+
"id": "vectorStore.azureAiSearch.indexName",
|
|
3472
3463
|
"label": "Index name",
|
|
3473
3464
|
"description": "The name of the search index. When storing embeddings this index is created or updated automatically.",
|
|
3474
3465
|
"optional": false,
|
|
@@ -3478,12 +3469,12 @@
|
|
|
3478
3469
|
"feel": "optional",
|
|
3479
3470
|
"group": "embeddingsStore",
|
|
3480
3471
|
"binding": {
|
|
3481
|
-
"name": "vectorStore.
|
|
3472
|
+
"name": "vectorStore.indexName",
|
|
3482
3473
|
"type": "zeebe:input"
|
|
3483
3474
|
},
|
|
3484
3475
|
"condition": {
|
|
3485
3476
|
"property": "vectorStore.vectorStore",
|
|
3486
|
-
"equals": "
|
|
3477
|
+
"equals": "STORE_AZURE_AI_SEARCH",
|
|
3487
3478
|
"type": "simple"
|
|
3488
3479
|
},
|
|
3489
3480
|
"type": "String"
|
|
@@ -3499,29 +3490,29 @@
|
|
|
3499
3490
|
"feel": "optional",
|
|
3500
3491
|
"group": "embeddingsStore",
|
|
3501
3492
|
"binding": {
|
|
3502
|
-
"name": "vectorStore.
|
|
3493
|
+
"name": "vectorStore.endpoint",
|
|
3503
3494
|
"type": "zeebe:input"
|
|
3504
3495
|
},
|
|
3505
3496
|
"condition": {
|
|
3506
3497
|
"property": "vectorStore.vectorStore",
|
|
3507
|
-
"equals": "
|
|
3498
|
+
"equals": "STORE_AZURE_COSMOS_DB_NO_SQL",
|
|
3508
3499
|
"type": "simple"
|
|
3509
3500
|
},
|
|
3510
3501
|
"type": "String"
|
|
3511
3502
|
},
|
|
3512
3503
|
{
|
|
3513
|
-
"id": "vectorStore.
|
|
3504
|
+
"id": "vectorStore.azureCosmosDbAuthentication.type",
|
|
3514
3505
|
"label": "Authentication",
|
|
3515
|
-
"description": "Specify the Azure authentication strategy.",
|
|
3506
|
+
"description": "Specify the Azure OpenAI authentication strategy.",
|
|
3516
3507
|
"value": "apiKey",
|
|
3517
3508
|
"group": "embeddingsStore",
|
|
3518
3509
|
"binding": {
|
|
3519
|
-
"name": "vectorStore.
|
|
3510
|
+
"name": "vectorStore.azureCosmosDbAuthentication.type",
|
|
3520
3511
|
"type": "zeebe:input"
|
|
3521
3512
|
},
|
|
3522
3513
|
"condition": {
|
|
3523
3514
|
"property": "vectorStore.vectorStore",
|
|
3524
|
-
"equals": "
|
|
3515
|
+
"equals": "STORE_AZURE_COSMOS_DB_NO_SQL",
|
|
3525
3516
|
"type": "simple"
|
|
3526
3517
|
},
|
|
3527
3518
|
"type": "Dropdown",
|
|
@@ -3537,7 +3528,7 @@
|
|
|
3537
3528
|
]
|
|
3538
3529
|
},
|
|
3539
3530
|
{
|
|
3540
|
-
"id": "vectorStore.
|
|
3531
|
+
"id": "vectorStore.azureCosmosDbAuthentication.apiKey",
|
|
3541
3532
|
"label": "API key",
|
|
3542
3533
|
"optional": false,
|
|
3543
3534
|
"constraints": {
|
|
@@ -3546,19 +3537,19 @@
|
|
|
3546
3537
|
"feel": "optional",
|
|
3547
3538
|
"group": "embeddingsStore",
|
|
3548
3539
|
"binding": {
|
|
3549
|
-
"name": "vectorStore.
|
|
3540
|
+
"name": "vectorStore.azureCosmosDbAuthentication.apiKey",
|
|
3550
3541
|
"type": "zeebe:input"
|
|
3551
3542
|
},
|
|
3552
3543
|
"condition": {
|
|
3553
3544
|
"allMatch": [
|
|
3554
3545
|
{
|
|
3555
|
-
"property": "vectorStore.
|
|
3546
|
+
"property": "vectorStore.azureCosmosDbAuthentication.type",
|
|
3556
3547
|
"equals": "apiKey",
|
|
3557
3548
|
"type": "simple"
|
|
3558
3549
|
},
|
|
3559
3550
|
{
|
|
3560
3551
|
"property": "vectorStore.vectorStore",
|
|
3561
|
-
"equals": "
|
|
3552
|
+
"equals": "STORE_AZURE_COSMOS_DB_NO_SQL",
|
|
3562
3553
|
"type": "simple"
|
|
3563
3554
|
}
|
|
3564
3555
|
]
|
|
@@ -3566,7 +3557,7 @@
|
|
|
3566
3557
|
"type": "String"
|
|
3567
3558
|
},
|
|
3568
3559
|
{
|
|
3569
|
-
"id": "vectorStore.
|
|
3560
|
+
"id": "vectorStore.azureCosmosDbAuthentication.clientId",
|
|
3570
3561
|
"label": "Client ID",
|
|
3571
3562
|
"description": "ID of a Microsoft Entra application",
|
|
3572
3563
|
"optional": false,
|
|
@@ -3576,19 +3567,19 @@
|
|
|
3576
3567
|
"feel": "optional",
|
|
3577
3568
|
"group": "embeddingsStore",
|
|
3578
3569
|
"binding": {
|
|
3579
|
-
"name": "vectorStore.
|
|
3570
|
+
"name": "vectorStore.azureCosmosDbAuthentication.clientId",
|
|
3580
3571
|
"type": "zeebe:input"
|
|
3581
3572
|
},
|
|
3582
3573
|
"condition": {
|
|
3583
3574
|
"allMatch": [
|
|
3584
3575
|
{
|
|
3585
|
-
"property": "vectorStore.
|
|
3576
|
+
"property": "vectorStore.azureCosmosDbAuthentication.type",
|
|
3586
3577
|
"equals": "clientCredentials",
|
|
3587
3578
|
"type": "simple"
|
|
3588
3579
|
},
|
|
3589
3580
|
{
|
|
3590
3581
|
"property": "vectorStore.vectorStore",
|
|
3591
|
-
"equals": "
|
|
3582
|
+
"equals": "STORE_AZURE_COSMOS_DB_NO_SQL",
|
|
3592
3583
|
"type": "simple"
|
|
3593
3584
|
}
|
|
3594
3585
|
]
|
|
@@ -3596,7 +3587,7 @@
|
|
|
3596
3587
|
"type": "String"
|
|
3597
3588
|
},
|
|
3598
3589
|
{
|
|
3599
|
-
"id": "vectorStore.
|
|
3590
|
+
"id": "vectorStore.azureCosmosDbAuthentication.clientSecret",
|
|
3600
3591
|
"label": "Client secret",
|
|
3601
3592
|
"description": "Secret of a Microsoft Entra application",
|
|
3602
3593
|
"optional": false,
|
|
@@ -3606,19 +3597,19 @@
|
|
|
3606
3597
|
"feel": "optional",
|
|
3607
3598
|
"group": "embeddingsStore",
|
|
3608
3599
|
"binding": {
|
|
3609
|
-
"name": "vectorStore.
|
|
3600
|
+
"name": "vectorStore.azureCosmosDbAuthentication.clientSecret",
|
|
3610
3601
|
"type": "zeebe:input"
|
|
3611
3602
|
},
|
|
3612
3603
|
"condition": {
|
|
3613
3604
|
"allMatch": [
|
|
3614
3605
|
{
|
|
3615
|
-
"property": "vectorStore.
|
|
3606
|
+
"property": "vectorStore.azureCosmosDbAuthentication.type",
|
|
3616
3607
|
"equals": "clientCredentials",
|
|
3617
3608
|
"type": "simple"
|
|
3618
3609
|
},
|
|
3619
3610
|
{
|
|
3620
3611
|
"property": "vectorStore.vectorStore",
|
|
3621
|
-
"equals": "
|
|
3612
|
+
"equals": "STORE_AZURE_COSMOS_DB_NO_SQL",
|
|
3622
3613
|
"type": "simple"
|
|
3623
3614
|
}
|
|
3624
3615
|
]
|
|
@@ -3626,7 +3617,7 @@
|
|
|
3626
3617
|
"type": "String"
|
|
3627
3618
|
},
|
|
3628
3619
|
{
|
|
3629
|
-
"id": "vectorStore.
|
|
3620
|
+
"id": "vectorStore.azureCosmosDbAuthentication.tenantId",
|
|
3630
3621
|
"label": "Tenant ID",
|
|
3631
3622
|
"description": "ID of a Microsoft Entra tenant. Details in the <a href=\"https://learn.microsoft.com/en-us/entra/fundamentals/how-to-find-tenant\" target=\"_blank\">documentation</a>.",
|
|
3632
3623
|
"optional": false,
|
|
@@ -3636,19 +3627,19 @@
|
|
|
3636
3627
|
"feel": "optional",
|
|
3637
3628
|
"group": "embeddingsStore",
|
|
3638
3629
|
"binding": {
|
|
3639
|
-
"name": "vectorStore.
|
|
3630
|
+
"name": "vectorStore.azureCosmosDbAuthentication.tenantId",
|
|
3640
3631
|
"type": "zeebe:input"
|
|
3641
3632
|
},
|
|
3642
3633
|
"condition": {
|
|
3643
3634
|
"allMatch": [
|
|
3644
3635
|
{
|
|
3645
|
-
"property": "vectorStore.
|
|
3636
|
+
"property": "vectorStore.azureCosmosDbAuthentication.type",
|
|
3646
3637
|
"equals": "clientCredentials",
|
|
3647
3638
|
"type": "simple"
|
|
3648
3639
|
},
|
|
3649
3640
|
{
|
|
3650
3641
|
"property": "vectorStore.vectorStore",
|
|
3651
|
-
"equals": "
|
|
3642
|
+
"equals": "STORE_AZURE_COSMOS_DB_NO_SQL",
|
|
3652
3643
|
"type": "simple"
|
|
3653
3644
|
}
|
|
3654
3645
|
]
|
|
@@ -3656,26 +3647,26 @@
|
|
|
3656
3647
|
"type": "String"
|
|
3657
3648
|
},
|
|
3658
3649
|
{
|
|
3659
|
-
"id": "vectorStore.
|
|
3650
|
+
"id": "vectorStore.azureCosmosDbAuthentication.authorityHost",
|
|
3660
3651
|
"label": "Authority host",
|
|
3661
3652
|
"description": "Authority host URL for the Microsoft Entra application. Defaults to <code>https://login.microsoftonline.com</code>. This can also contain an OAuth 2.0 token endpoint.",
|
|
3662
3653
|
"optional": true,
|
|
3663
3654
|
"feel": "optional",
|
|
3664
3655
|
"group": "embeddingsStore",
|
|
3665
3656
|
"binding": {
|
|
3666
|
-
"name": "vectorStore.
|
|
3657
|
+
"name": "vectorStore.azureCosmosDbAuthentication.authorityHost",
|
|
3667
3658
|
"type": "zeebe:input"
|
|
3668
3659
|
},
|
|
3669
3660
|
"condition": {
|
|
3670
3661
|
"allMatch": [
|
|
3671
3662
|
{
|
|
3672
|
-
"property": "vectorStore.
|
|
3663
|
+
"property": "vectorStore.azureCosmosDbAuthentication.type",
|
|
3673
3664
|
"equals": "clientCredentials",
|
|
3674
3665
|
"type": "simple"
|
|
3675
3666
|
},
|
|
3676
3667
|
{
|
|
3677
3668
|
"property": "vectorStore.vectorStore",
|
|
3678
|
-
"equals": "
|
|
3669
|
+
"equals": "STORE_AZURE_COSMOS_DB_NO_SQL",
|
|
3679
3670
|
"type": "simple"
|
|
3680
3671
|
}
|
|
3681
3672
|
]
|
|
@@ -3693,12 +3684,12 @@
|
|
|
3693
3684
|
"feel": "optional",
|
|
3694
3685
|
"group": "embeddingsStore",
|
|
3695
3686
|
"binding": {
|
|
3696
|
-
"name": "vectorStore.
|
|
3687
|
+
"name": "vectorStore.databaseName",
|
|
3697
3688
|
"type": "zeebe:input"
|
|
3698
3689
|
},
|
|
3699
3690
|
"condition": {
|
|
3700
3691
|
"property": "vectorStore.vectorStore",
|
|
3701
|
-
"equals": "
|
|
3692
|
+
"equals": "STORE_AZURE_COSMOS_DB_NO_SQL",
|
|
3702
3693
|
"type": "simple"
|
|
3703
3694
|
},
|
|
3704
3695
|
"type": "String"
|
|
@@ -3714,12 +3705,12 @@
|
|
|
3714
3705
|
"feel": "optional",
|
|
3715
3706
|
"group": "embeddingsStore",
|
|
3716
3707
|
"binding": {
|
|
3717
|
-
"name": "vectorStore.
|
|
3708
|
+
"name": "vectorStore.containerName",
|
|
3718
3709
|
"type": "zeebe:input"
|
|
3719
3710
|
},
|
|
3720
3711
|
"condition": {
|
|
3721
3712
|
"property": "vectorStore.vectorStore",
|
|
3722
|
-
"equals": "
|
|
3713
|
+
"equals": "STORE_AZURE_COSMOS_DB_NO_SQL",
|
|
3723
3714
|
"type": "simple"
|
|
3724
3715
|
},
|
|
3725
3716
|
"type": "String"
|
|
@@ -3735,12 +3726,12 @@
|
|
|
3735
3726
|
},
|
|
3736
3727
|
"group": "embeddingsStore",
|
|
3737
3728
|
"binding": {
|
|
3738
|
-
"name": "vectorStore.
|
|
3729
|
+
"name": "vectorStore.consistencyLevel",
|
|
3739
3730
|
"type": "zeebe:input"
|
|
3740
3731
|
},
|
|
3741
3732
|
"condition": {
|
|
3742
3733
|
"property": "vectorStore.vectorStore",
|
|
3743
|
-
"equals": "
|
|
3734
|
+
"equals": "STORE_AZURE_COSMOS_DB_NO_SQL",
|
|
3744
3735
|
"type": "simple"
|
|
3745
3736
|
},
|
|
3746
3737
|
"type": "Dropdown",
|
|
@@ -3778,12 +3769,12 @@
|
|
|
3778
3769
|
},
|
|
3779
3770
|
"group": "embeddingsStore",
|
|
3780
3771
|
"binding": {
|
|
3781
|
-
"name": "vectorStore.
|
|
3772
|
+
"name": "vectorStore.distanceFunction",
|
|
3782
3773
|
"type": "zeebe:input"
|
|
3783
3774
|
},
|
|
3784
3775
|
"condition": {
|
|
3785
3776
|
"property": "vectorStore.vectorStore",
|
|
3786
|
-
"equals": "
|
|
3777
|
+
"equals": "STORE_AZURE_COSMOS_DB_NO_SQL",
|
|
3787
3778
|
"type": "simple"
|
|
3788
3779
|
},
|
|
3789
3780
|
"type": "Dropdown",
|
|
@@ -3813,12 +3804,12 @@
|
|
|
3813
3804
|
},
|
|
3814
3805
|
"group": "embeddingsStore",
|
|
3815
3806
|
"binding": {
|
|
3816
|
-
"name": "vectorStore.
|
|
3807
|
+
"name": "vectorStore.vectorIndexType",
|
|
3817
3808
|
"type": "zeebe:input"
|
|
3818
3809
|
},
|
|
3819
3810
|
"condition": {
|
|
3820
3811
|
"property": "vectorStore.vectorStore",
|
|
3821
|
-
"equals": "
|
|
3812
|
+
"equals": "STORE_AZURE_COSMOS_DB_NO_SQL",
|
|
3822
3813
|
"type": "simple"
|
|
3823
3814
|
},
|
|
3824
3815
|
"type": "Dropdown",
|
|
@@ -3838,7 +3829,7 @@
|
|
|
3838
3829
|
]
|
|
3839
3830
|
},
|
|
3840
3831
|
{
|
|
3841
|
-
"id": "vectorStore.elasticsearch.baseUrl",
|
|
3832
|
+
"id": "vectorStore.embeddingsStore.elasticsearch.baseUrl",
|
|
3842
3833
|
"label": "Base URL",
|
|
3843
3834
|
"description": "Elasticsearch base URL, i.e. http(s)://host:port",
|
|
3844
3835
|
"optional": false,
|
|
@@ -3848,18 +3839,18 @@
|
|
|
3848
3839
|
"feel": "optional",
|
|
3849
3840
|
"group": "embeddingsStore",
|
|
3850
3841
|
"binding": {
|
|
3851
|
-
"name": "vectorStore.
|
|
3842
|
+
"name": "vectorStore.baseUrl",
|
|
3852
3843
|
"type": "zeebe:input"
|
|
3853
3844
|
},
|
|
3854
3845
|
"condition": {
|
|
3855
3846
|
"property": "vectorStore.vectorStore",
|
|
3856
|
-
"equals": "
|
|
3847
|
+
"equals": "STORE_ELASTICSEARCH",
|
|
3857
3848
|
"type": "simple"
|
|
3858
3849
|
},
|
|
3859
3850
|
"type": "String"
|
|
3860
3851
|
},
|
|
3861
3852
|
{
|
|
3862
|
-
"id": "vectorStore.elasticsearch.
|
|
3853
|
+
"id": "vectorStore.embeddingsStore.elasticsearch.username",
|
|
3863
3854
|
"label": "Username",
|
|
3864
3855
|
"description": "Elasticsearch username",
|
|
3865
3856
|
"optional": false,
|
|
@@ -3869,18 +3860,18 @@
|
|
|
3869
3860
|
"feel": "optional",
|
|
3870
3861
|
"group": "embeddingsStore",
|
|
3871
3862
|
"binding": {
|
|
3872
|
-
"name": "vectorStore.
|
|
3863
|
+
"name": "vectorStore.userName",
|
|
3873
3864
|
"type": "zeebe:input"
|
|
3874
3865
|
},
|
|
3875
3866
|
"condition": {
|
|
3876
3867
|
"property": "vectorStore.vectorStore",
|
|
3877
|
-
"equals": "
|
|
3868
|
+
"equals": "STORE_ELASTICSEARCH",
|
|
3878
3869
|
"type": "simple"
|
|
3879
3870
|
},
|
|
3880
3871
|
"type": "String"
|
|
3881
3872
|
},
|
|
3882
3873
|
{
|
|
3883
|
-
"id": "vectorStore.elasticsearch.password",
|
|
3874
|
+
"id": "vectorStore.embeddingsStore.elasticsearch.password",
|
|
3884
3875
|
"label": "Password",
|
|
3885
3876
|
"description": "Elasticsearch password",
|
|
3886
3877
|
"optional": false,
|
|
@@ -3890,18 +3881,18 @@
|
|
|
3890
3881
|
"feel": "optional",
|
|
3891
3882
|
"group": "embeddingsStore",
|
|
3892
3883
|
"binding": {
|
|
3893
|
-
"name": "vectorStore.
|
|
3884
|
+
"name": "vectorStore.password",
|
|
3894
3885
|
"type": "zeebe:input"
|
|
3895
3886
|
},
|
|
3896
3887
|
"condition": {
|
|
3897
3888
|
"property": "vectorStore.vectorStore",
|
|
3898
|
-
"equals": "
|
|
3889
|
+
"equals": "STORE_ELASTICSEARCH",
|
|
3899
3890
|
"type": "simple"
|
|
3900
3891
|
},
|
|
3901
3892
|
"type": "String"
|
|
3902
3893
|
},
|
|
3903
3894
|
{
|
|
3904
|
-
"id": "vectorStore.elasticsearch.indexName",
|
|
3895
|
+
"id": "vectorStore.embeddingsStore.elasticsearch.indexName",
|
|
3905
3896
|
"label": "Index name",
|
|
3906
3897
|
"description": "Elasticsearch index",
|
|
3907
3898
|
"optional": false,
|
|
@@ -3911,18 +3902,18 @@
|
|
|
3911
3902
|
"feel": "optional",
|
|
3912
3903
|
"group": "embeddingsStore",
|
|
3913
3904
|
"binding": {
|
|
3914
|
-
"name": "vectorStore.
|
|
3905
|
+
"name": "vectorStore.indexName",
|
|
3915
3906
|
"type": "zeebe:input"
|
|
3916
3907
|
},
|
|
3917
3908
|
"condition": {
|
|
3918
3909
|
"property": "vectorStore.vectorStore",
|
|
3919
|
-
"equals": "
|
|
3910
|
+
"equals": "STORE_ELASTICSEARCH",
|
|
3920
3911
|
"type": "simple"
|
|
3921
3912
|
},
|
|
3922
3913
|
"type": "String"
|
|
3923
3914
|
},
|
|
3924
3915
|
{
|
|
3925
|
-
"id": "vectorStore.
|
|
3916
|
+
"id": "vectorStore.embeddingsStore.opensearch.baseUrl",
|
|
3926
3917
|
"label": "Base URL",
|
|
3927
3918
|
"description": "OpenSearch base URL, i.e. http(s)://host:port",
|
|
3928
3919
|
"optional": false,
|
|
@@ -3932,18 +3923,18 @@
|
|
|
3932
3923
|
"feel": "optional",
|
|
3933
3924
|
"group": "embeddingsStore",
|
|
3934
3925
|
"binding": {
|
|
3935
|
-
"name": "vectorStore.
|
|
3926
|
+
"name": "vectorStore.baseUrl",
|
|
3936
3927
|
"type": "zeebe:input"
|
|
3937
3928
|
},
|
|
3938
3929
|
"condition": {
|
|
3939
3930
|
"property": "vectorStore.vectorStore",
|
|
3940
|
-
"equals": "
|
|
3931
|
+
"equals": "STORE_OPENSEARCH",
|
|
3941
3932
|
"type": "simple"
|
|
3942
3933
|
},
|
|
3943
3934
|
"type": "String"
|
|
3944
3935
|
},
|
|
3945
3936
|
{
|
|
3946
|
-
"id": "vectorStore.
|
|
3937
|
+
"id": "vectorStore.embeddingsStore.opensearch.username",
|
|
3947
3938
|
"label": "Username",
|
|
3948
3939
|
"description": "OpenSearch username",
|
|
3949
3940
|
"optional": false,
|
|
@@ -3953,18 +3944,18 @@
|
|
|
3953
3944
|
"feel": "optional",
|
|
3954
3945
|
"group": "embeddingsStore",
|
|
3955
3946
|
"binding": {
|
|
3956
|
-
"name": "vectorStore.
|
|
3947
|
+
"name": "vectorStore.userName",
|
|
3957
3948
|
"type": "zeebe:input"
|
|
3958
3949
|
},
|
|
3959
3950
|
"condition": {
|
|
3960
3951
|
"property": "vectorStore.vectorStore",
|
|
3961
|
-
"equals": "
|
|
3952
|
+
"equals": "STORE_OPENSEARCH",
|
|
3962
3953
|
"type": "simple"
|
|
3963
3954
|
},
|
|
3964
3955
|
"type": "String"
|
|
3965
3956
|
},
|
|
3966
3957
|
{
|
|
3967
|
-
"id": "vectorStore.
|
|
3958
|
+
"id": "vectorStore.embeddingsStore.opensearch.password",
|
|
3968
3959
|
"label": "Password",
|
|
3969
3960
|
"description": "OpenSearch password",
|
|
3970
3961
|
"optional": false,
|
|
@@ -3974,18 +3965,18 @@
|
|
|
3974
3965
|
"feel": "optional",
|
|
3975
3966
|
"group": "embeddingsStore",
|
|
3976
3967
|
"binding": {
|
|
3977
|
-
"name": "vectorStore.
|
|
3968
|
+
"name": "vectorStore.password",
|
|
3978
3969
|
"type": "zeebe:input"
|
|
3979
3970
|
},
|
|
3980
3971
|
"condition": {
|
|
3981
3972
|
"property": "vectorStore.vectorStore",
|
|
3982
|
-
"equals": "
|
|
3973
|
+
"equals": "STORE_OPENSEARCH",
|
|
3983
3974
|
"type": "simple"
|
|
3984
3975
|
},
|
|
3985
3976
|
"type": "String"
|
|
3986
3977
|
},
|
|
3987
3978
|
{
|
|
3988
|
-
"id": "vectorStore.
|
|
3979
|
+
"id": "vectorStore.embeddingsStore.opensearch.indexName",
|
|
3989
3980
|
"label": "Index name",
|
|
3990
3981
|
"description": "OpenSearch index",
|
|
3991
3982
|
"optional": false,
|
|
@@ -3995,12 +3986,12 @@
|
|
|
3995
3986
|
"feel": "optional",
|
|
3996
3987
|
"group": "embeddingsStore",
|
|
3997
3988
|
"binding": {
|
|
3998
|
-
"name": "vectorStore.
|
|
3989
|
+
"name": "vectorStore.indexName",
|
|
3999
3990
|
"type": "zeebe:input"
|
|
4000
3991
|
},
|
|
4001
3992
|
"condition": {
|
|
4002
3993
|
"property": "vectorStore.vectorStore",
|
|
4003
|
-
"equals": "
|
|
3994
|
+
"equals": "STORE_OPENSEARCH",
|
|
4004
3995
|
"type": "simple"
|
|
4005
3996
|
},
|
|
4006
3997
|
"type": "String"
|
|
@@ -4021,7 +4012,7 @@
|
|
|
4021
4012
|
},
|
|
4022
4013
|
"condition": {
|
|
4023
4014
|
"property": "vectorDatabaseConnectorOperation.operationType",
|
|
4024
|
-
"equals": "
|
|
4015
|
+
"equals": "OPERATION_EMBED_DOCUMENT",
|
|
4025
4016
|
"type": "simple"
|
|
4026
4017
|
},
|
|
4027
4018
|
"type": "Dropdown",
|
|
@@ -4058,7 +4049,7 @@
|
|
|
4058
4049
|
},
|
|
4059
4050
|
{
|
|
4060
4051
|
"property": "vectorDatabaseConnectorOperation.operationType",
|
|
4061
|
-
"equals": "
|
|
4052
|
+
"equals": "OPERATION_EMBED_DOCUMENT",
|
|
4062
4053
|
"type": "simple"
|
|
4063
4054
|
}
|
|
4064
4055
|
]
|
|
@@ -4087,7 +4078,7 @@
|
|
|
4087
4078
|
},
|
|
4088
4079
|
{
|
|
4089
4080
|
"property": "vectorDatabaseConnectorOperation.operationType",
|
|
4090
|
-
"equals": "
|
|
4081
|
+
"equals": "OPERATION_EMBED_DOCUMENT",
|
|
4091
4082
|
"type": "simple"
|
|
4092
4083
|
}
|
|
4093
4084
|
]
|
|
@@ -4097,7 +4088,7 @@
|
|
|
4097
4088
|
{
|
|
4098
4089
|
"id": "vectorDatabaseConnectorOperation.documentSplitter.documentSplitter",
|
|
4099
4090
|
"label": "Document splitting strategy",
|
|
4100
|
-
"value": "
|
|
4091
|
+
"value": "DOCUMENT_SPLITTER_RECURSIVE",
|
|
4101
4092
|
"group": "document",
|
|
4102
4093
|
"binding": {
|
|
4103
4094
|
"name": "vectorDatabaseConnectorOperation.documentSplitter.splitterType",
|
|
@@ -4105,18 +4096,18 @@
|
|
|
4105
4096
|
},
|
|
4106
4097
|
"condition": {
|
|
4107
4098
|
"property": "vectorDatabaseConnectorOperation.operationType",
|
|
4108
|
-
"equals": "
|
|
4099
|
+
"equals": "OPERATION_EMBED_DOCUMENT",
|
|
4109
4100
|
"type": "simple"
|
|
4110
4101
|
},
|
|
4111
4102
|
"type": "Dropdown",
|
|
4112
4103
|
"choices": [
|
|
4113
4104
|
{
|
|
4114
4105
|
"name": "Recursive",
|
|
4115
|
-
"value": "
|
|
4106
|
+
"value": "DOCUMENT_SPLITTER_RECURSIVE"
|
|
4116
4107
|
},
|
|
4117
4108
|
{
|
|
4118
4109
|
"name": "Do not split",
|
|
4119
|
-
"value": "
|
|
4110
|
+
"value": "DOCUMENT_SPLITTER_NONE"
|
|
4120
4111
|
}
|
|
4121
4112
|
]
|
|
4122
4113
|
},
|
|
@@ -4126,6 +4117,9 @@
|
|
|
4126
4117
|
"description": "Max splitting segment size in chars",
|
|
4127
4118
|
"optional": false,
|
|
4128
4119
|
"value": 500,
|
|
4120
|
+
"constraints": {
|
|
4121
|
+
"notEmpty": true
|
|
4122
|
+
},
|
|
4129
4123
|
"feel": "static",
|
|
4130
4124
|
"group": "document",
|
|
4131
4125
|
"binding": {
|
|
@@ -4136,12 +4130,12 @@
|
|
|
4136
4130
|
"allMatch": [
|
|
4137
4131
|
{
|
|
4138
4132
|
"property": "vectorDatabaseConnectorOperation.documentSplitter.documentSplitter",
|
|
4139
|
-
"equals": "
|
|
4133
|
+
"equals": "DOCUMENT_SPLITTER_RECURSIVE",
|
|
4140
4134
|
"type": "simple"
|
|
4141
4135
|
},
|
|
4142
4136
|
{
|
|
4143
4137
|
"property": "vectorDatabaseConnectorOperation.operationType",
|
|
4144
|
-
"equals": "
|
|
4138
|
+
"equals": "OPERATION_EMBED_DOCUMENT",
|
|
4145
4139
|
"type": "simple"
|
|
4146
4140
|
}
|
|
4147
4141
|
]
|
|
@@ -4154,6 +4148,9 @@
|
|
|
4154
4148
|
"description": "Max segment splitting overlap size in chars",
|
|
4155
4149
|
"optional": false,
|
|
4156
4150
|
"value": 80,
|
|
4151
|
+
"constraints": {
|
|
4152
|
+
"notEmpty": true
|
|
4153
|
+
},
|
|
4157
4154
|
"feel": "static",
|
|
4158
4155
|
"group": "document",
|
|
4159
4156
|
"binding": {
|
|
@@ -4164,12 +4161,12 @@
|
|
|
4164
4161
|
"allMatch": [
|
|
4165
4162
|
{
|
|
4166
4163
|
"property": "vectorDatabaseConnectorOperation.documentSplitter.documentSplitter",
|
|
4167
|
-
"equals": "
|
|
4164
|
+
"equals": "DOCUMENT_SPLITTER_RECURSIVE",
|
|
4168
4165
|
"type": "simple"
|
|
4169
4166
|
},
|
|
4170
4167
|
{
|
|
4171
4168
|
"property": "vectorDatabaseConnectorOperation.operationType",
|
|
4172
|
-
"equals": "
|
|
4169
|
+
"equals": "OPERATION_EMBED_DOCUMENT",
|
|
4173
4170
|
"type": "simple"
|
|
4174
4171
|
}
|
|
4175
4172
|
]
|
|
@@ -4180,7 +4177,7 @@
|
|
|
4180
4177
|
"id": "version",
|
|
4181
4178
|
"label": "Version",
|
|
4182
4179
|
"description": "Version of the element template",
|
|
4183
|
-
"value": "
|
|
4180
|
+
"value": "1",
|
|
4184
4181
|
"group": "connector",
|
|
4185
4182
|
"binding": {
|
|
4186
4183
|
"key": "elementTemplateVersion",
|