@camunda/connectors-element-templates 1.0.5 → 1.0.6

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