@camunda/connectors-element-templates 1.0.6 → 1.0.8

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 (99) hide show
  1. package/package.json +1 -1
  2. package/src/build_element_template_array_json_files.sh +9 -0
  3. package/src/connectors.js +26 -2
  4. package/src/element-templates/agenticai-adhoctoolsschema-outbound-connector.json +32 -30
  5. package/src/element-templates/agenticai-aiagent-job-worker.json +3266 -0
  6. package/src/element-templates/agenticai-aiagent-outbound-connector.json +3932 -760
  7. package/src/element-templates/agenticai-mcp-client-outbound-connector.json +1 -1
  8. package/src/element-templates/agenticai-mcp-remote-client-outbound-connector.json +1 -1
  9. package/src/element-templates/asana-connector.json +104 -104
  10. package/src/element-templates/automation-anywhere-outbound-connector.json +657 -657
  11. package/src/element-templates/aws-bedrock-outbound-connector.json +30 -30
  12. package/src/element-templates/aws-comprehend-outbound-connector.json +36 -36
  13. package/src/element-templates/aws-dynamodb-outbound-connector.json +107 -107
  14. package/src/element-templates/aws-eventbridge-connector-boundary.json +26 -26
  15. package/src/element-templates/aws-eventbridge-connector-intermediate.json +31 -31
  16. package/src/element-templates/aws-eventbridge-connector-message-start.json +10 -10
  17. package/src/element-templates/aws-eventbridge-connector-receive.json +356 -0
  18. package/src/element-templates/aws-eventbridge-connector-start-event.json +26 -26
  19. package/src/element-templates/aws-eventbridge-outbound-connector.json +479 -479
  20. package/src/element-templates/aws-lambda-outbound-connector.json +92 -92
  21. package/src/element-templates/aws-s3-outbound-connector.json +30 -30
  22. package/src/element-templates/aws-sagemaker-outbound-connector.json +50 -50
  23. package/src/element-templates/aws-sns-inbound-boundary.json +303 -303
  24. package/src/element-templates/aws-sns-inbound-intermediate.json +215 -215
  25. package/src/element-templates/aws-sns-inbound-message-start.json +343 -343
  26. package/src/element-templates/aws-sns-inbound-receive.json +304 -0
  27. package/src/element-templates/aws-sns-inbound-start-event.json +130 -130
  28. package/src/element-templates/aws-sns-outbound-connector.json +726 -726
  29. package/src/element-templates/aws-sqs-boundary-connector.json +629 -629
  30. package/src/element-templates/aws-sqs-inbound-intermediate-connector.json +537 -537
  31. package/src/element-templates/aws-sqs-outbound-connector.json +440 -440
  32. package/src/element-templates/aws-sqs-receive-connector.json +418 -0
  33. package/src/element-templates/aws-sqs-start-event-connector.json +771 -771
  34. package/src/element-templates/aws-sqs-start-message.json +461 -461
  35. package/src/element-templates/azure-open-ai-connector.json +32 -32
  36. package/src/element-templates/blue-prism-connector.json +50 -50
  37. package/src/element-templates/box-outbound-connector.json +30 -30
  38. package/src/element-templates/csv-outbound-connector.json +412 -0
  39. package/src/element-templates/easy-post-connector.json +149 -149
  40. package/src/element-templates/email-inbound-connector-boundary.json +19 -19
  41. package/src/element-templates/email-inbound-connector-intermediate.json +19 -19
  42. package/src/element-templates/email-outbound-connector.json +233 -233
  43. package/src/element-templates/embeddings-vector-database-outbound-connector.json +473 -488
  44. package/src/element-templates/github-connector.json +2417 -2417
  45. package/src/element-templates/github-webhook-connector-boundary.json +21 -21
  46. package/src/element-templates/github-webhook-connector-intermediate.json +57 -57
  47. package/src/element-templates/github-webhook-connector-message-start.json +21 -21
  48. package/src/element-templates/github-webhook-connector-receive.json +202 -0
  49. package/src/element-templates/github-webhook-connector-start-event.json +57 -57
  50. package/src/element-templates/gitlab-connector.json +1103 -1103
  51. package/src/element-templates/google-drive-outbound-connector.json +846 -846
  52. package/src/element-templates/google-gemini-outbound-connector.json +32 -32
  53. package/src/element-templates/google-maps-platform-connector.json +78 -78
  54. package/src/element-templates/google-sheets-outbound-connector.json +1067 -1067
  55. package/src/element-templates/graphql-outbound-connector.json +1181 -1181
  56. package/src/element-templates/http-json-connector.json +2471 -1866
  57. package/src/element-templates/http-polling-boundary-catch-event-connector.json +635 -6
  58. package/src/element-templates/http-polling-connector.json +635 -6
  59. package/src/element-templates/hugging-face-connector.json +34 -34
  60. package/src/element-templates/jdbc-outbound-connector.json +43 -43
  61. package/src/element-templates/kafka-inbound-connector-boundary.json +1012 -1012
  62. package/src/element-templates/kafka-inbound-connector-intermediate.json +582 -582
  63. package/src/element-templates/kafka-inbound-connector-receive.json +498 -0
  64. package/src/element-templates/kafka-inbound-connector-start-message.json +608 -608
  65. package/src/element-templates/kafka-outbound-connector.json +385 -385
  66. package/src/element-templates/microsoft-office365-mail-connector.json +32 -32
  67. package/src/element-templates/microsoft-teams-outbound-connector.json +1643 -1643
  68. package/src/element-templates/openai-connector.json +122 -122
  69. package/src/element-templates/operate-connector.json +76 -72
  70. package/src/element-templates/power-automate-connector.json +10 -10
  71. package/src/element-templates/rabbitmq-inbound-connector-boundary.json +334 -334
  72. package/src/element-templates/rabbitmq-inbound-connector-intermediate.json +861 -861
  73. package/src/element-templates/rabbitmq-inbound-connector-message-start.json +456 -456
  74. package/src/element-templates/rabbitmq-inbound-connector-receive.json +461 -0
  75. package/src/element-templates/rabbitmq-inbound-connector-start-event.json +258 -258
  76. package/src/element-templates/rabbitmq-outbound-connector.json +322 -322
  77. package/src/element-templates/salesforce-connector.json +44 -44
  78. package/src/element-templates/sendgrid-outbound-connector.json +470 -470
  79. package/src/element-templates/servicenow-connector.json +942 -0
  80. package/src/element-templates/servicenow-flow-starter-connector.json +643 -0
  81. package/src/element-templates/servicenow-incident-connector.json +969 -0
  82. package/src/element-templates/slack-inbound-boundary.json +303 -303
  83. package/src/element-templates/slack-inbound-intermediate.json +277 -277
  84. package/src/element-templates/slack-inbound-message-start.json +11 -11
  85. package/src/element-templates/slack-inbound-receive.json +290 -0
  86. package/src/element-templates/slack-inbound-start-event.json +247 -247
  87. package/src/element-templates/slack-outbound-connector.json +966 -966
  88. package/src/element-templates/twilio-connector.json +52 -52
  89. package/src/element-templates/twilio-webhook-boundary-connector.json +20 -20
  90. package/src/element-templates/twilio-webhook-connector.json +11 -11
  91. package/src/element-templates/twilio-webhook-intermediate-connector.json +50 -50
  92. package/src/element-templates/twilio-webhook-message-start-connector.json +8 -8
  93. package/src/element-templates/twilio-webhook-receive-connector.json +262 -0
  94. package/src/element-templates/webhook-connector-boundary.json +1150 -1150
  95. package/src/element-templates/webhook-connector-intermediate.json +1834 -1834
  96. package/src/element-templates/webhook-connector-receive.json +609 -0
  97. package/src/element-templates/webhook-connector-start-event.json +1495 -1495
  98. package/src/element-templates/webhook-connector-start-message.json +586 -586
  99. package/src/element-templates/idp-extraction-outbound-connector.json +0 -932
@@ -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": 2,
11
+ "version": 1,
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": "bedrockModelProvider",
159
+ "value": "BEDROCK_MODEL_PROVIDER",
160
160
  "group": "embeddingModel",
161
161
  "binding": {
162
162
  "name": "embeddingModelProvider.modelProvider",
@@ -166,24 +166,24 @@
166
166
  "choices": [
167
167
  {
168
168
  "name": "Azure OpenAI",
169
- "value": "azureOpenAiModelProvider"
169
+ "value": "AZURE_OPEN_AI_MODEL_PROVIDER"
170
170
  },
171
171
  {
172
172
  "name": "AWS Bedrock",
173
- "value": "bedrockModelProvider"
173
+ "value": "BEDROCK_MODEL_PROVIDER"
174
174
  },
175
175
  {
176
176
  "name": "Google Vertex AI",
177
- "value": "vertexAiModelProvider"
177
+ "value": "VERTEX_AI_MODEL_PROVIDER"
178
178
  },
179
179
  {
180
180
  "name": "OpenAI",
181
- "value": "openAiModelProvider"
181
+ "value": "OPEN_AI_MODEL_PROVIDER"
182
182
  }
183
183
  ]
184
184
  },
185
185
  {
186
- "id": "embeddingModelProvider.azureOpenAi.endpoint",
186
+ "id": "embeddingModelProvider.endpoint",
187
187
  "label": "Endpoint",
188
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>.",
189
189
  "optional": false,
@@ -193,29 +193,29 @@
193
193
  "feel": "optional",
194
194
  "group": "embeddingModel",
195
195
  "binding": {
196
- "name": "embeddingModelProvider.azureOpenAi.endpoint",
196
+ "name": "embeddingModelProvider.endpoint",
197
197
  "type": "zeebe:input"
198
198
  },
199
199
  "condition": {
200
200
  "property": "embeddingModelProvider.modelProvider",
201
- "equals": "azureOpenAiModelProvider",
201
+ "equals": "AZURE_OPEN_AI_MODEL_PROVIDER",
202
202
  "type": "simple"
203
203
  },
204
204
  "type": "String"
205
205
  },
206
206
  {
207
- "id": "embeddingModelProvider.azureOpenAi.authentication.type",
207
+ "id": "embeddingModelProvider.authentication.type",
208
208
  "label": "Authentication",
209
209
  "description": "Specify the Azure OpenAI authentication strategy.",
210
210
  "value": "apiKey",
211
211
  "group": "embeddingModel",
212
212
  "binding": {
213
- "name": "embeddingModelProvider.azureOpenAi.authentication.type",
213
+ "name": "embeddingModelProvider.authentication.type",
214
214
  "type": "zeebe:input"
215
215
  },
216
216
  "condition": {
217
217
  "property": "embeddingModelProvider.modelProvider",
218
- "equals": "azureOpenAiModelProvider",
218
+ "equals": "AZURE_OPEN_AI_MODEL_PROVIDER",
219
219
  "type": "simple"
220
220
  },
221
221
  "type": "Dropdown",
@@ -231,7 +231,7 @@
231
231
  ]
232
232
  },
233
233
  {
234
- "id": "embeddingModelProvider.azureOpenAi.authentication.apiKey",
234
+ "id": "embeddingModelProvider.authentication.apiKey",
235
235
  "label": "API key",
236
236
  "optional": false,
237
237
  "constraints": {
@@ -240,19 +240,19 @@
240
240
  "feel": "optional",
241
241
  "group": "embeddingModel",
242
242
  "binding": {
243
- "name": "embeddingModelProvider.azureOpenAi.authentication.apiKey",
243
+ "name": "embeddingModelProvider.authentication.apiKey",
244
244
  "type": "zeebe:input"
245
245
  },
246
246
  "condition": {
247
247
  "allMatch": [
248
248
  {
249
- "property": "embeddingModelProvider.azureOpenAi.authentication.type",
249
+ "property": "embeddingModelProvider.authentication.type",
250
250
  "equals": "apiKey",
251
251
  "type": "simple"
252
252
  },
253
253
  {
254
254
  "property": "embeddingModelProvider.modelProvider",
255
- "equals": "azureOpenAiModelProvider",
255
+ "equals": "AZURE_OPEN_AI_MODEL_PROVIDER",
256
256
  "type": "simple"
257
257
  }
258
258
  ]
@@ -260,7 +260,7 @@
260
260
  "type": "String"
261
261
  },
262
262
  {
263
- "id": "embeddingModelProvider.azureOpenAi.authentication.clientId",
263
+ "id": "embeddingModelProvider.authentication.clientId",
264
264
  "label": "Client ID",
265
265
  "description": "ID of a Microsoft Entra application",
266
266
  "optional": false,
@@ -270,19 +270,19 @@
270
270
  "feel": "optional",
271
271
  "group": "embeddingModel",
272
272
  "binding": {
273
- "name": "embeddingModelProvider.azureOpenAi.authentication.clientId",
273
+ "name": "embeddingModelProvider.authentication.clientId",
274
274
  "type": "zeebe:input"
275
275
  },
276
276
  "condition": {
277
277
  "allMatch": [
278
278
  {
279
- "property": "embeddingModelProvider.azureOpenAi.authentication.type",
279
+ "property": "embeddingModelProvider.authentication.type",
280
280
  "equals": "clientCredentials",
281
281
  "type": "simple"
282
282
  },
283
283
  {
284
284
  "property": "embeddingModelProvider.modelProvider",
285
- "equals": "azureOpenAiModelProvider",
285
+ "equals": "AZURE_OPEN_AI_MODEL_PROVIDER",
286
286
  "type": "simple"
287
287
  }
288
288
  ]
@@ -290,7 +290,7 @@
290
290
  "type": "String"
291
291
  },
292
292
  {
293
- "id": "embeddingModelProvider.azureOpenAi.authentication.clientSecret",
293
+ "id": "embeddingModelProvider.authentication.clientSecret",
294
294
  "label": "Client secret",
295
295
  "description": "Secret of a Microsoft Entra application",
296
296
  "optional": false,
@@ -300,19 +300,19 @@
300
300
  "feel": "optional",
301
301
  "group": "embeddingModel",
302
302
  "binding": {
303
- "name": "embeddingModelProvider.azureOpenAi.authentication.clientSecret",
303
+ "name": "embeddingModelProvider.authentication.clientSecret",
304
304
  "type": "zeebe:input"
305
305
  },
306
306
  "condition": {
307
307
  "allMatch": [
308
308
  {
309
- "property": "embeddingModelProvider.azureOpenAi.authentication.type",
309
+ "property": "embeddingModelProvider.authentication.type",
310
310
  "equals": "clientCredentials",
311
311
  "type": "simple"
312
312
  },
313
313
  {
314
314
  "property": "embeddingModelProvider.modelProvider",
315
- "equals": "azureOpenAiModelProvider",
315
+ "equals": "AZURE_OPEN_AI_MODEL_PROVIDER",
316
316
  "type": "simple"
317
317
  }
318
318
  ]
@@ -320,7 +320,7 @@
320
320
  "type": "String"
321
321
  },
322
322
  {
323
- "id": "embeddingModelProvider.azureOpenAi.authentication.tenantId",
323
+ "id": "embeddingModelProvider.authentication.tenantId",
324
324
  "label": "Tenant ID",
325
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>.",
326
326
  "optional": false,
@@ -330,19 +330,19 @@
330
330
  "feel": "optional",
331
331
  "group": "embeddingModel",
332
332
  "binding": {
333
- "name": "embeddingModelProvider.azureOpenAi.authentication.tenantId",
333
+ "name": "embeddingModelProvider.authentication.tenantId",
334
334
  "type": "zeebe:input"
335
335
  },
336
336
  "condition": {
337
337
  "allMatch": [
338
338
  {
339
- "property": "embeddingModelProvider.azureOpenAi.authentication.type",
339
+ "property": "embeddingModelProvider.authentication.type",
340
340
  "equals": "clientCredentials",
341
341
  "type": "simple"
342
342
  },
343
343
  {
344
344
  "property": "embeddingModelProvider.modelProvider",
345
- "equals": "azureOpenAiModelProvider",
345
+ "equals": "AZURE_OPEN_AI_MODEL_PROVIDER",
346
346
  "type": "simple"
347
347
  }
348
348
  ]
@@ -350,26 +350,26 @@
350
350
  "type": "String"
351
351
  },
352
352
  {
353
- "id": "embeddingModelProvider.azureOpenAi.authentication.authorityHost",
353
+ "id": "embeddingModelProvider.authentication.authorityHost",
354
354
  "label": "Authority host",
355
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
356
  "optional": true,
357
357
  "feel": "optional",
358
358
  "group": "embeddingModel",
359
359
  "binding": {
360
- "name": "embeddingModelProvider.azureOpenAi.authentication.authorityHost",
360
+ "name": "embeddingModelProvider.authentication.authorityHost",
361
361
  "type": "zeebe:input"
362
362
  },
363
363
  "condition": {
364
364
  "allMatch": [
365
365
  {
366
- "property": "embeddingModelProvider.azureOpenAi.authentication.type",
366
+ "property": "embeddingModelProvider.authentication.type",
367
367
  "equals": "clientCredentials",
368
368
  "type": "simple"
369
369
  },
370
370
  {
371
371
  "property": "embeddingModelProvider.modelProvider",
372
- "equals": "azureOpenAiModelProvider",
372
+ "equals": "AZURE_OPEN_AI_MODEL_PROVIDER",
373
373
  "type": "simple"
374
374
  }
375
375
  ]
@@ -377,7 +377,7 @@
377
377
  "type": "String"
378
378
  },
379
379
  {
380
- "id": "embeddingModelProvider.azureOpenAi.deploymentName",
380
+ "id": "embeddingModelProvider.deploymentName",
381
381
  "label": "Model deployment name",
382
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
383
  "optional": false,
@@ -387,36 +387,36 @@
387
387
  "feel": "optional",
388
388
  "group": "embeddingModel",
389
389
  "binding": {
390
- "name": "embeddingModelProvider.azureOpenAi.deploymentName",
390
+ "name": "embeddingModelProvider.deploymentName",
391
391
  "type": "zeebe:input"
392
392
  },
393
393
  "condition": {
394
394
  "property": "embeddingModelProvider.modelProvider",
395
- "equals": "azureOpenAiModelProvider",
395
+ "equals": "AZURE_OPEN_AI_MODEL_PROVIDER",
396
396
  "type": "simple"
397
397
  },
398
398
  "type": "String"
399
399
  },
400
400
  {
401
- "id": "embeddingModelProvider.azureOpenAi.dimensions",
401
+ "id": "embeddingModelProvider.dimensions",
402
402
  "label": "Embedding dimensions",
403
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
404
  "optional": true,
405
405
  "feel": "required",
406
406
  "group": "embeddingModel",
407
407
  "binding": {
408
- "name": "embeddingModelProvider.azureOpenAi.dimensions",
408
+ "name": "embeddingModelProvider.dimensions",
409
409
  "type": "zeebe:input"
410
410
  },
411
411
  "condition": {
412
412
  "property": "embeddingModelProvider.modelProvider",
413
- "equals": "azureOpenAiModelProvider",
413
+ "equals": "AZURE_OPEN_AI_MODEL_PROVIDER",
414
414
  "type": "simple"
415
415
  },
416
416
  "type": "Number"
417
417
  },
418
418
  {
419
- "id": "embeddingModelProvider.azureOpenAi.maxRetries",
419
+ "id": "embeddingModelProvider.maxRetries",
420
420
  "label": "Max retries",
421
421
  "description": "Max retries",
422
422
  "optional": true,
@@ -424,36 +424,36 @@
424
424
  "feel": "static",
425
425
  "group": "embeddingModel",
426
426
  "binding": {
427
- "name": "embeddingModelProvider.azureOpenAi.maxRetries",
427
+ "name": "embeddingModelProvider.maxRetries",
428
428
  "type": "zeebe:input"
429
429
  },
430
430
  "condition": {
431
431
  "property": "embeddingModelProvider.modelProvider",
432
- "equals": "azureOpenAiModelProvider",
432
+ "equals": "AZURE_OPEN_AI_MODEL_PROVIDER",
433
433
  "type": "simple"
434
434
  },
435
435
  "type": "Number"
436
436
  },
437
437
  {
438
- "id": "embeddingModelProvider.azureOpenAi.customHeaders",
438
+ "id": "embeddingModelProvider.customHeaders",
439
439
  "label": "Custom headers",
440
440
  "description": "Map of custom HTTP headers to add to the request.",
441
441
  "optional": true,
442
442
  "feel": "required",
443
443
  "group": "embeddingModel",
444
444
  "binding": {
445
- "name": "embeddingModelProvider.azureOpenAi.customHeaders",
445
+ "name": "embeddingModelProvider.customHeaders",
446
446
  "type": "zeebe:input"
447
447
  },
448
448
  "condition": {
449
449
  "property": "embeddingModelProvider.modelProvider",
450
- "equals": "azureOpenAiModelProvider",
450
+ "equals": "AZURE_OPEN_AI_MODEL_PROVIDER",
451
451
  "type": "simple"
452
452
  },
453
453
  "type": "String"
454
454
  },
455
455
  {
456
- "id": "embeddingModelProvider.bedrock.accessKey",
456
+ "id": "embeddingModelProvider.bedrockAccessKey",
457
457
  "label": "Access key",
458
458
  "description": "Provide an IAM access key tailored to a user, equipped with the necessary permissions",
459
459
  "optional": false,
@@ -463,18 +463,18 @@
463
463
  "feel": "optional",
464
464
  "group": "embeddingModel",
465
465
  "binding": {
466
- "name": "embeddingModelProvider.bedrock.accessKey",
466
+ "name": "embeddingModelProvider.accessKey",
467
467
  "type": "zeebe:input"
468
468
  },
469
469
  "condition": {
470
470
  "property": "embeddingModelProvider.modelProvider",
471
- "equals": "bedrockModelProvider",
471
+ "equals": "BEDROCK_MODEL_PROVIDER",
472
472
  "type": "simple"
473
473
  },
474
474
  "type": "String"
475
475
  },
476
476
  {
477
- "id": "embeddingModelProvider.bedrock.secretKey",
477
+ "id": "embeddingModelProvider.bedrockSecretKey",
478
478
  "label": "Secret key",
479
479
  "description": "Provide a secret key associated with the access key",
480
480
  "optional": false,
@@ -484,18 +484,18 @@
484
484
  "feel": "optional",
485
485
  "group": "embeddingModel",
486
486
  "binding": {
487
- "name": "embeddingModelProvider.bedrock.secretKey",
487
+ "name": "embeddingModelProvider.secretKey",
488
488
  "type": "zeebe:input"
489
489
  },
490
490
  "condition": {
491
491
  "property": "embeddingModelProvider.modelProvider",
492
- "equals": "bedrockModelProvider",
492
+ "equals": "BEDROCK_MODEL_PROVIDER",
493
493
  "type": "simple"
494
494
  },
495
495
  "type": "String"
496
496
  },
497
497
  {
498
- "id": "embeddingModelProvider.bedrock.region",
498
+ "id": "embeddingModelProvider.bedrockRegion",
499
499
  "label": "Region",
500
500
  "description": "AWS Bedrock region",
501
501
  "optional": false,
@@ -505,18 +505,18 @@
505
505
  "feel": "optional",
506
506
  "group": "embeddingModel",
507
507
  "binding": {
508
- "name": "embeddingModelProvider.bedrock.region",
508
+ "name": "embeddingModelProvider.region",
509
509
  "type": "zeebe:input"
510
510
  },
511
511
  "condition": {
512
512
  "property": "embeddingModelProvider.modelProvider",
513
- "equals": "bedrockModelProvider",
513
+ "equals": "BEDROCK_MODEL_PROVIDER",
514
514
  "type": "simple"
515
515
  },
516
516
  "type": "String"
517
517
  },
518
518
  {
519
- "id": "embeddingModelProvider.bedrock.modelName",
519
+ "id": "embeddingModelProvider.modelName",
520
520
  "label": "Model name",
521
521
  "description": "Bedrock model name or identifier",
522
522
  "optional": false,
@@ -526,12 +526,12 @@
526
526
  },
527
527
  "group": "embeddingModel",
528
528
  "binding": {
529
- "name": "embeddingModelProvider.bedrock.modelName",
529
+ "name": "embeddingModelProvider.modelName",
530
530
  "type": "zeebe:input"
531
531
  },
532
532
  "condition": {
533
533
  "property": "embeddingModelProvider.modelProvider",
534
- "equals": "bedrockModelProvider",
534
+ "equals": "BEDROCK_MODEL_PROVIDER",
535
535
  "type": "simple"
536
536
  },
537
537
  "type": "Dropdown",
@@ -551,7 +551,7 @@
551
551
  ]
552
552
  },
553
553
  {
554
- "id": "embeddingModelProvider.bedrock.customModelName",
554
+ "id": "embeddingModelProvider.bedrockCustomModelName",
555
555
  "label": "Custom model name",
556
556
  "optional": false,
557
557
  "constraints": {
@@ -560,7 +560,7 @@
560
560
  "feel": "optional",
561
561
  "group": "embeddingModel",
562
562
  "binding": {
563
- "name": "embeddingModelProvider.bedrock.customModelName",
563
+ "name": "embeddingModelProvider.customModelName",
564
564
  "type": "zeebe:input"
565
565
  },
566
566
  "condition": {
@@ -572,7 +572,7 @@
572
572
  },
573
573
  {
574
574
  "property": "embeddingModelProvider.modelProvider",
575
- "equals": "bedrockModelProvider",
575
+ "equals": "BEDROCK_MODEL_PROVIDER",
576
576
  "type": "simple"
577
577
  }
578
578
  ]
@@ -580,7 +580,7 @@
580
580
  "type": "String"
581
581
  },
582
582
  {
583
- "id": "embeddingModelProvider.bedrock.dimensions",
583
+ "id": "embeddingModelProvider.bedrockDimensions",
584
584
  "label": "Embedding dimensions",
585
585
  "description": "The size of the vector used to represent data",
586
586
  "optional": false,
@@ -590,7 +590,7 @@
590
590
  },
591
591
  "group": "embeddingModel",
592
592
  "binding": {
593
- "name": "embeddingModelProvider.bedrock.dimensions",
593
+ "name": "embeddingModelProvider.dimensions",
594
594
  "type": "zeebe:input"
595
595
  },
596
596
  "condition": {
@@ -602,7 +602,7 @@
602
602
  },
603
603
  {
604
604
  "property": "embeddingModelProvider.modelProvider",
605
- "equals": "bedrockModelProvider",
605
+ "equals": "BEDROCK_MODEL_PROVIDER",
606
606
  "type": "simple"
607
607
  }
608
608
  ]
@@ -624,7 +624,7 @@
624
624
  ]
625
625
  },
626
626
  {
627
- "id": "embeddingModelProvider.bedrock.normalize",
627
+ "id": "embeddingModelProvider.bedrockNormalize",
628
628
  "label": "Normalize",
629
629
  "description": "Normalize vector",
630
630
  "optional": false,
@@ -635,7 +635,7 @@
635
635
  "feel": "static",
636
636
  "group": "embeddingModel",
637
637
  "binding": {
638
- "name": "embeddingModelProvider.bedrock.normalize",
638
+ "name": "embeddingModelProvider.normalize",
639
639
  "type": "zeebe:input"
640
640
  },
641
641
  "condition": {
@@ -647,7 +647,7 @@
647
647
  },
648
648
  {
649
649
  "property": "embeddingModelProvider.modelProvider",
650
- "equals": "bedrockModelProvider",
650
+ "equals": "BEDROCK_MODEL_PROVIDER",
651
651
  "type": "simple"
652
652
  }
653
653
  ]
@@ -655,7 +655,7 @@
655
655
  "type": "Boolean"
656
656
  },
657
657
  {
658
- "id": "embeddingModelProvider.bedrock.maxRetries",
658
+ "id": "embeddingModelProvider.bedrockMaxRetries",
659
659
  "label": "Max retries",
660
660
  "description": "Max retries",
661
661
  "optional": false,
@@ -663,18 +663,18 @@
663
663
  "feel": "static",
664
664
  "group": "embeddingModel",
665
665
  "binding": {
666
- "name": "embeddingModelProvider.bedrock.maxRetries",
666
+ "name": "embeddingModelProvider.maxRetries",
667
667
  "type": "zeebe:input"
668
668
  },
669
669
  "condition": {
670
670
  "property": "embeddingModelProvider.modelProvider",
671
- "equals": "bedrockModelProvider",
671
+ "equals": "BEDROCK_MODEL_PROVIDER",
672
672
  "type": "simple"
673
673
  },
674
674
  "type": "Number"
675
675
  },
676
676
  {
677
- "id": "embeddingModelProvider.googleVertexAi.projectId",
677
+ "id": "embeddingModelProvider.projectId",
678
678
  "label": "Project ID",
679
679
  "description": "Google Cloud project ID",
680
680
  "optional": false,
@@ -684,18 +684,18 @@
684
684
  "feel": "optional",
685
685
  "group": "embeddingModel",
686
686
  "binding": {
687
- "name": "embeddingModelProvider.googleVertexAi.projectId",
687
+ "name": "embeddingModelProvider.projectId",
688
688
  "type": "zeebe:input"
689
689
  },
690
690
  "condition": {
691
691
  "property": "embeddingModelProvider.modelProvider",
692
- "equals": "vertexAiModelProvider",
692
+ "equals": "VERTEX_AI_MODEL_PROVIDER",
693
693
  "type": "simple"
694
694
  },
695
695
  "type": "String"
696
696
  },
697
697
  {
698
- "id": "embeddingModelProvider.googleVertexAi.region",
698
+ "id": "embeddingModelProvider.region",
699
699
  "label": "Region",
700
700
  "description": "Google Cloud region for Vertex AI",
701
701
  "optional": false,
@@ -705,29 +705,29 @@
705
705
  "feel": "optional",
706
706
  "group": "embeddingModel",
707
707
  "binding": {
708
- "name": "embeddingModelProvider.googleVertexAi.region",
708
+ "name": "embeddingModelProvider.region",
709
709
  "type": "zeebe:input"
710
710
  },
711
711
  "condition": {
712
712
  "property": "embeddingModelProvider.modelProvider",
713
- "equals": "vertexAiModelProvider",
713
+ "equals": "VERTEX_AI_MODEL_PROVIDER",
714
714
  "type": "simple"
715
715
  },
716
716
  "type": "String"
717
717
  },
718
718
  {
719
- "id": "embeddingModelProvider.googleVertexAi.authentication.type",
719
+ "id": "embeddingModelProvider.vertexAiAuthentication.type",
720
720
  "label": "Authentication",
721
721
  "description": "Specify the Google Vertex AI authentication strategy.",
722
722
  "value": "serviceAccountCredentials",
723
723
  "group": "embeddingModel",
724
724
  "binding": {
725
- "name": "embeddingModelProvider.googleVertexAi.authentication.type",
725
+ "name": "embeddingModelProvider.vertexAiAuthentication.type",
726
726
  "type": "zeebe:input"
727
727
  },
728
728
  "condition": {
729
729
  "property": "embeddingModelProvider.modelProvider",
730
- "equals": "vertexAiModelProvider",
730
+ "equals": "VERTEX_AI_MODEL_PROVIDER",
731
731
  "type": "simple"
732
732
  },
733
733
  "type": "Dropdown",
@@ -743,7 +743,7 @@
743
743
  ]
744
744
  },
745
745
  {
746
- "id": "embeddingModelProvider.googleVertexAi.authentication.jsonKey",
746
+ "id": "embeddingModelProvider.vertexAiAuthentication.jsonKey",
747
747
  "label": "JSON key of the service account",
748
748
  "description": "This is the key of the service account in JSON format.",
749
749
  "optional": false,
@@ -753,19 +753,19 @@
753
753
  "feel": "optional",
754
754
  "group": "embeddingModel",
755
755
  "binding": {
756
- "name": "embeddingModelProvider.googleVertexAi.authentication.jsonKey",
756
+ "name": "embeddingModelProvider.vertexAiAuthentication.jsonKey",
757
757
  "type": "zeebe:input"
758
758
  },
759
759
  "condition": {
760
760
  "allMatch": [
761
761
  {
762
- "property": "embeddingModelProvider.googleVertexAi.authentication.type",
762
+ "property": "embeddingModelProvider.vertexAiAuthentication.type",
763
763
  "equals": "serviceAccountCredentials",
764
764
  "type": "simple"
765
765
  },
766
766
  {
767
767
  "property": "embeddingModelProvider.modelProvider",
768
- "equals": "vertexAiModelProvider",
768
+ "equals": "VERTEX_AI_MODEL_PROVIDER",
769
769
  "type": "simple"
770
770
  }
771
771
  ]
@@ -773,7 +773,7 @@
773
773
  "type": "String"
774
774
  },
775
775
  {
776
- "id": "embeddingModelProvider.googleVertexAi.modelName",
776
+ "id": "embeddingModelProvider.vertexAiModelName",
777
777
  "label": "Model name",
778
778
  "description": "Vertex AI embedding model name",
779
779
  "optional": false,
@@ -783,18 +783,18 @@
783
783
  "feel": "optional",
784
784
  "group": "embeddingModel",
785
785
  "binding": {
786
- "name": "embeddingModelProvider.googleVertexAi.modelName",
786
+ "name": "embeddingModelProvider.modelName",
787
787
  "type": "zeebe:input"
788
788
  },
789
789
  "condition": {
790
790
  "property": "embeddingModelProvider.modelProvider",
791
- "equals": "vertexAiModelProvider",
791
+ "equals": "VERTEX_AI_MODEL_PROVIDER",
792
792
  "type": "simple"
793
793
  },
794
794
  "type": "String"
795
795
  },
796
796
  {
797
- "id": "embeddingModelProvider.googleVertexAi.dimensions",
797
+ "id": "embeddingModelProvider.vertexAiDimensions",
798
798
  "label": "Embedding dimensions",
799
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
800
  "optional": false,
@@ -804,18 +804,18 @@
804
804
  "feel": "required",
805
805
  "group": "embeddingModel",
806
806
  "binding": {
807
- "name": "embeddingModelProvider.googleVertexAi.dimensions",
807
+ "name": "embeddingModelProvider.dimensions",
808
808
  "type": "zeebe:input"
809
809
  },
810
810
  "condition": {
811
811
  "property": "embeddingModelProvider.modelProvider",
812
- "equals": "vertexAiModelProvider",
812
+ "equals": "VERTEX_AI_MODEL_PROVIDER",
813
813
  "type": "simple"
814
814
  },
815
815
  "type": "Number"
816
816
  },
817
817
  {
818
- "id": "embeddingModelProvider.googleVertexAi.publisher",
818
+ "id": "embeddingModelProvider.publisher",
819
819
  "label": "Publisher",
820
820
  "description": "The publisher of the Vertex AI model (e.g., 'google', 'third-party'). Optional.",
821
821
  "optional": true,
@@ -823,18 +823,18 @@
823
823
  "feel": "optional",
824
824
  "group": "embeddingModel",
825
825
  "binding": {
826
- "name": "embeddingModelProvider.googleVertexAi.publisher",
826
+ "name": "embeddingModelProvider.publisher",
827
827
  "type": "zeebe:input"
828
828
  },
829
829
  "condition": {
830
830
  "property": "embeddingModelProvider.modelProvider",
831
- "equals": "vertexAiModelProvider",
831
+ "equals": "VERTEX_AI_MODEL_PROVIDER",
832
832
  "type": "simple"
833
833
  },
834
834
  "type": "String"
835
835
  },
836
836
  {
837
- "id": "embeddingModelProvider.googleVertexAi.maxRetries",
837
+ "id": "embeddingModelProvider.vertexAiMaxRetries",
838
838
  "label": "Max retries",
839
839
  "description": "Max retries",
840
840
  "optional": true,
@@ -842,18 +842,18 @@
842
842
  "feel": "static",
843
843
  "group": "embeddingModel",
844
844
  "binding": {
845
- "name": "embeddingModelProvider.googleVertexAi.maxRetries",
845
+ "name": "embeddingModelProvider.maxRetries",
846
846
  "type": "zeebe:input"
847
847
  },
848
848
  "condition": {
849
849
  "property": "embeddingModelProvider.modelProvider",
850
- "equals": "vertexAiModelProvider",
850
+ "equals": "VERTEX_AI_MODEL_PROVIDER",
851
851
  "type": "simple"
852
852
  },
853
853
  "type": "Number"
854
854
  },
855
855
  {
856
- "id": "embeddingModelProvider.openAi.apiKey",
856
+ "id": "embeddingModelProvider.openAiApiKey",
857
857
  "label": "OpenAI API key",
858
858
  "optional": false,
859
859
  "constraints": {
@@ -862,18 +862,18 @@
862
862
  "feel": "optional",
863
863
  "group": "embeddingModel",
864
864
  "binding": {
865
- "name": "embeddingModelProvider.openAi.apiKey",
865
+ "name": "embeddingModelProvider.apiKey",
866
866
  "type": "zeebe:input"
867
867
  },
868
868
  "condition": {
869
869
  "property": "embeddingModelProvider.modelProvider",
870
- "equals": "openAiModelProvider",
870
+ "equals": "OPEN_AI_MODEL_PROVIDER",
871
871
  "type": "simple"
872
872
  },
873
873
  "type": "String"
874
874
  },
875
875
  {
876
- "id": "embeddingModelProvider.openAi.modelName",
876
+ "id": "embeddingModelProvider.openAiModelName",
877
877
  "label": "Model name",
878
878
  "description": "Specify the model name. Details in the <a href=\"https://platform.openai.com/docs/guides/embeddings\" target=\"_blank\">documentation</a>.",
879
879
  "optional": false,
@@ -883,72 +883,72 @@
883
883
  "feel": "optional",
884
884
  "group": "embeddingModel",
885
885
  "binding": {
886
- "name": "embeddingModelProvider.openAi.modelName",
886
+ "name": "embeddingModelProvider.modelName",
887
887
  "type": "zeebe:input"
888
888
  },
889
889
  "condition": {
890
890
  "property": "embeddingModelProvider.modelProvider",
891
- "equals": "openAiModelProvider",
891
+ "equals": "OPEN_AI_MODEL_PROVIDER",
892
892
  "type": "simple"
893
893
  },
894
894
  "type": "String"
895
895
  },
896
896
  {
897
- "id": "embeddingModelProvider.openAi.organizationId",
897
+ "id": "embeddingModelProvider.openAiOrganizationId",
898
898
  "label": "Organization ID",
899
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
900
  "optional": true,
901
901
  "feel": "optional",
902
902
  "group": "embeddingModel",
903
903
  "binding": {
904
- "name": "embeddingModelProvider.openAi.organizationId",
904
+ "name": "embeddingModelProvider.organizationId",
905
905
  "type": "zeebe:input"
906
906
  },
907
907
  "condition": {
908
908
  "property": "embeddingModelProvider.modelProvider",
909
- "equals": "openAiModelProvider",
909
+ "equals": "OPEN_AI_MODEL_PROVIDER",
910
910
  "type": "simple"
911
911
  },
912
912
  "type": "String"
913
913
  },
914
914
  {
915
- "id": "embeddingModelProvider.openAi.projectId",
915
+ "id": "embeddingModelProvider.openAiProjectId",
916
916
  "label": "Project ID",
917
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
918
  "optional": true,
919
919
  "feel": "optional",
920
920
  "group": "embeddingModel",
921
921
  "binding": {
922
- "name": "embeddingModelProvider.openAi.projectId",
922
+ "name": "embeddingModelProvider.projectId",
923
923
  "type": "zeebe:input"
924
924
  },
925
925
  "condition": {
926
926
  "property": "embeddingModelProvider.modelProvider",
927
- "equals": "openAiModelProvider",
927
+ "equals": "OPEN_AI_MODEL_PROVIDER",
928
928
  "type": "simple"
929
929
  },
930
930
  "type": "String"
931
931
  },
932
932
  {
933
- "id": "embeddingModelProvider.openAi.dimensions",
933
+ "id": "embeddingModelProvider.openAiDimensions",
934
934
  "label": "Embedding dimensions",
935
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
936
  "optional": true,
937
937
  "feel": "required",
938
938
  "group": "embeddingModel",
939
939
  "binding": {
940
- "name": "embeddingModelProvider.openAi.dimensions",
940
+ "name": "embeddingModelProvider.dimensions",
941
941
  "type": "zeebe:input"
942
942
  },
943
943
  "condition": {
944
944
  "property": "embeddingModelProvider.modelProvider",
945
- "equals": "openAiModelProvider",
945
+ "equals": "OPEN_AI_MODEL_PROVIDER",
946
946
  "type": "simple"
947
947
  },
948
948
  "type": "Number"
949
949
  },
950
950
  {
951
- "id": "embeddingModelProvider.openAi.maxRetries",
951
+ "id": "embeddingModelProvider.openAiMaxRetries",
952
952
  "label": "Max retries",
953
953
  "description": "Max retries",
954
954
  "optional": true,
@@ -956,47 +956,47 @@
956
956
  "feel": "static",
957
957
  "group": "embeddingModel",
958
958
  "binding": {
959
- "name": "embeddingModelProvider.openAi.maxRetries",
959
+ "name": "embeddingModelProvider.maxRetries",
960
960
  "type": "zeebe:input"
961
961
  },
962
962
  "condition": {
963
963
  "property": "embeddingModelProvider.modelProvider",
964
- "equals": "openAiModelProvider",
964
+ "equals": "OPEN_AI_MODEL_PROVIDER",
965
965
  "type": "simple"
966
966
  },
967
967
  "type": "Number"
968
968
  },
969
969
  {
970
- "id": "embeddingModelProvider.openAi.customHeaders",
970
+ "id": "embeddingModelProvider.openAiCustomHeaders",
971
971
  "label": "Custom headers",
972
972
  "description": "Map of custom HTTP headers to add to the request.",
973
973
  "optional": true,
974
974
  "feel": "required",
975
975
  "group": "embeddingModel",
976
976
  "binding": {
977
- "name": "embeddingModelProvider.openAi.customHeaders",
977
+ "name": "embeddingModelProvider.customHeaders",
978
978
  "type": "zeebe:input"
979
979
  },
980
980
  "condition": {
981
981
  "property": "embeddingModelProvider.modelProvider",
982
- "equals": "openAiModelProvider",
982
+ "equals": "OPEN_AI_MODEL_PROVIDER",
983
983
  "type": "simple"
984
984
  },
985
985
  "type": "String"
986
986
  },
987
987
  {
988
- "id": "embeddingModelProvider.openAi.baseUrl",
988
+ "id": "embeddingModelProvider.openAiBaseUrl",
989
989
  "label": "Custom base URL",
990
990
  "optional": true,
991
991
  "feel": "optional",
992
992
  "group": "embeddingModel",
993
993
  "binding": {
994
- "name": "embeddingModelProvider.openAi.baseUrl",
994
+ "name": "embeddingModelProvider.baseUrl",
995
995
  "type": "zeebe:input"
996
996
  },
997
997
  "condition": {
998
998
  "property": "embeddingModelProvider.modelProvider",
999
- "equals": "openAiModelProvider",
999
+ "equals": "OPEN_AI_MODEL_PROVIDER",
1000
1000
  "type": "simple"
1001
1001
  },
1002
1002
  "tooltip": "Base URL of OpenAI API. The default is 'https://api.openai.com/v1/'",
@@ -1006,7 +1006,7 @@
1006
1006
  "id": "vectorStore.vectorStore",
1007
1007
  "label": "Embeddings store",
1008
1008
  "description": "Select embedding store",
1009
- "value": "elasticsearchStore",
1009
+ "value": "STORE_ELASTICSEARCH",
1010
1010
  "group": "embeddingsStore",
1011
1011
  "binding": {
1012
1012
  "name": "vectorStore.storeType",
@@ -1016,23 +1016,23 @@
1016
1016
  "choices": [
1017
1017
  {
1018
1018
  "name": "Amazon Managed OpenSearch",
1019
- "value": "amazonManagedOpenSearchStore"
1019
+ "value": "STORE_AMAZON_MANAGED_OPENSEARCH"
1020
1020
  },
1021
1021
  {
1022
1022
  "name": "Azure AI Search",
1023
- "value": "azureAiSearchStore"
1023
+ "value": "STORE_AZURE_AI_SEARCH"
1024
1024
  },
1025
1025
  {
1026
1026
  "name": "Azure Cosmos DB NoSQL",
1027
- "value": "azureCosmosDbNoSqlStore"
1027
+ "value": "STORE_AZURE_COSMOS_DB_NO_SQL"
1028
1028
  },
1029
1029
  {
1030
1030
  "name": "Elasticsearch",
1031
- "value": "elasticsearchStore"
1031
+ "value": "STORE_ELASTICSEARCH"
1032
1032
  },
1033
1033
  {
1034
1034
  "name": "OpenSearch",
1035
- "value": "openSearchStore"
1035
+ "value": "STORE_OPENSEARCH"
1036
1036
  }
1037
1037
  ]
1038
1038
  },
@@ -1047,12 +1047,12 @@
1047
1047
  "feel": "optional",
1048
1048
  "group": "embeddingsStore",
1049
1049
  "binding": {
1050
- "name": "vectorStore.amazonManagedOpensearch.accessKey",
1050
+ "name": "vectorStore.accessKey",
1051
1051
  "type": "zeebe:input"
1052
1052
  },
1053
1053
  "condition": {
1054
1054
  "property": "vectorStore.vectorStore",
1055
- "equals": "amazonManagedOpenSearchStore",
1055
+ "equals": "STORE_AMAZON_MANAGED_OPENSEARCH",
1056
1056
  "type": "simple"
1057
1057
  },
1058
1058
  "type": "String"
@@ -1068,12 +1068,12 @@
1068
1068
  "feel": "optional",
1069
1069
  "group": "embeddingsStore",
1070
1070
  "binding": {
1071
- "name": "vectorStore.amazonManagedOpensearch.secretKey",
1071
+ "name": "vectorStore.secretKey",
1072
1072
  "type": "zeebe:input"
1073
1073
  },
1074
1074
  "condition": {
1075
1075
  "property": "vectorStore.vectorStore",
1076
- "equals": "amazonManagedOpenSearchStore",
1076
+ "equals": "STORE_AMAZON_MANAGED_OPENSEARCH",
1077
1077
  "type": "simple"
1078
1078
  },
1079
1079
  "type": "String"
@@ -1089,12 +1089,12 @@
1089
1089
  "feel": "optional",
1090
1090
  "group": "embeddingsStore",
1091
1091
  "binding": {
1092
- "name": "vectorStore.amazonManagedOpensearch.serverUrl",
1092
+ "name": "vectorStore.serverUrl",
1093
1093
  "type": "zeebe:input"
1094
1094
  },
1095
1095
  "condition": {
1096
1096
  "property": "vectorStore.vectorStore",
1097
- "equals": "amazonManagedOpenSearchStore",
1097
+ "equals": "STORE_AMAZON_MANAGED_OPENSEARCH",
1098
1098
  "type": "simple"
1099
1099
  },
1100
1100
  "type": "String"
@@ -1110,12 +1110,12 @@
1110
1110
  "feel": "optional",
1111
1111
  "group": "embeddingsStore",
1112
1112
  "binding": {
1113
- "name": "vectorStore.amazonManagedOpensearch.region",
1113
+ "name": "vectorStore.region",
1114
1114
  "type": "zeebe:input"
1115
1115
  },
1116
1116
  "condition": {
1117
1117
  "property": "vectorStore.vectorStore",
1118
- "equals": "amazonManagedOpenSearchStore",
1118
+ "equals": "STORE_AMAZON_MANAGED_OPENSEARCH",
1119
1119
  "type": "simple"
1120
1120
  },
1121
1121
  "type": "String"
@@ -1131,18 +1131,18 @@
1131
1131
  "feel": "optional",
1132
1132
  "group": "embeddingsStore",
1133
1133
  "binding": {
1134
- "name": "vectorStore.amazonManagedOpensearch.indexName",
1134
+ "name": "vectorStore.indexName",
1135
1135
  "type": "zeebe:input"
1136
1136
  },
1137
1137
  "condition": {
1138
1138
  "property": "vectorStore.vectorStore",
1139
- "equals": "amazonManagedOpenSearchStore",
1139
+ "equals": "STORE_AMAZON_MANAGED_OPENSEARCH",
1140
1140
  "type": "simple"
1141
1141
  },
1142
1142
  "type": "String"
1143
1143
  },
1144
1144
  {
1145
- "id": "vectorStore.aiSearch.endpoint",
1145
+ "id": "vectorStore.azureAiSearch.endpoint",
1146
1146
  "label": "Endpoint",
1147
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
1148
  "optional": false,
@@ -1152,29 +1152,29 @@
1152
1152
  "feel": "optional",
1153
1153
  "group": "embeddingsStore",
1154
1154
  "binding": {
1155
- "name": "vectorStore.aiSearch.endpoint",
1155
+ "name": "vectorStore.endpoint",
1156
1156
  "type": "zeebe:input"
1157
1157
  },
1158
1158
  "condition": {
1159
1159
  "property": "vectorStore.vectorStore",
1160
- "equals": "azureAiSearchStore",
1160
+ "equals": "STORE_AZURE_AI_SEARCH",
1161
1161
  "type": "simple"
1162
1162
  },
1163
1163
  "type": "String"
1164
1164
  },
1165
1165
  {
1166
- "id": "vectorStore.aiSearch.authentication.type",
1166
+ "id": "vectorStore.azureAiSearchAuthentication.type",
1167
1167
  "label": "Authentication",
1168
- "description": "Specify the Azure authentication strategy.",
1168
+ "description": "Specify the Azure OpenAI authentication strategy.",
1169
1169
  "value": "apiKey",
1170
1170
  "group": "embeddingsStore",
1171
1171
  "binding": {
1172
- "name": "vectorStore.aiSearch.authentication.type",
1172
+ "name": "vectorStore.azureAiSearchAuthentication.type",
1173
1173
  "type": "zeebe:input"
1174
1174
  },
1175
1175
  "condition": {
1176
1176
  "property": "vectorStore.vectorStore",
1177
- "equals": "azureAiSearchStore",
1177
+ "equals": "STORE_AZURE_AI_SEARCH",
1178
1178
  "type": "simple"
1179
1179
  },
1180
1180
  "type": "Dropdown",
@@ -1190,7 +1190,7 @@
1190
1190
  ]
1191
1191
  },
1192
1192
  {
1193
- "id": "vectorStore.aiSearch.authentication.apiKey",
1193
+ "id": "vectorStore.azureAiSearchAuthentication.apiKey",
1194
1194
  "label": "API key",
1195
1195
  "optional": false,
1196
1196
  "constraints": {
@@ -1199,19 +1199,19 @@
1199
1199
  "feel": "optional",
1200
1200
  "group": "embeddingsStore",
1201
1201
  "binding": {
1202
- "name": "vectorStore.aiSearch.authentication.apiKey",
1202
+ "name": "vectorStore.azureAiSearchAuthentication.apiKey",
1203
1203
  "type": "zeebe:input"
1204
1204
  },
1205
1205
  "condition": {
1206
1206
  "allMatch": [
1207
1207
  {
1208
- "property": "vectorStore.aiSearch.authentication.type",
1208
+ "property": "vectorStore.azureAiSearchAuthentication.type",
1209
1209
  "equals": "apiKey",
1210
1210
  "type": "simple"
1211
1211
  },
1212
1212
  {
1213
1213
  "property": "vectorStore.vectorStore",
1214
- "equals": "azureAiSearchStore",
1214
+ "equals": "STORE_AZURE_AI_SEARCH",
1215
1215
  "type": "simple"
1216
1216
  }
1217
1217
  ]
@@ -1219,7 +1219,7 @@
1219
1219
  "type": "String"
1220
1220
  },
1221
1221
  {
1222
- "id": "vectorStore.aiSearch.authentication.clientId",
1222
+ "id": "vectorStore.azureAiSearchAuthentication.clientId",
1223
1223
  "label": "Client ID",
1224
1224
  "description": "ID of a Microsoft Entra application",
1225
1225
  "optional": false,
@@ -1229,19 +1229,19 @@
1229
1229
  "feel": "optional",
1230
1230
  "group": "embeddingsStore",
1231
1231
  "binding": {
1232
- "name": "vectorStore.aiSearch.authentication.clientId",
1232
+ "name": "vectorStore.azureAiSearchAuthentication.clientId",
1233
1233
  "type": "zeebe:input"
1234
1234
  },
1235
1235
  "condition": {
1236
1236
  "allMatch": [
1237
1237
  {
1238
- "property": "vectorStore.aiSearch.authentication.type",
1238
+ "property": "vectorStore.azureAiSearchAuthentication.type",
1239
1239
  "equals": "clientCredentials",
1240
1240
  "type": "simple"
1241
1241
  },
1242
1242
  {
1243
1243
  "property": "vectorStore.vectorStore",
1244
- "equals": "azureAiSearchStore",
1244
+ "equals": "STORE_AZURE_AI_SEARCH",
1245
1245
  "type": "simple"
1246
1246
  }
1247
1247
  ]
@@ -1249,7 +1249,7 @@
1249
1249
  "type": "String"
1250
1250
  },
1251
1251
  {
1252
- "id": "vectorStore.aiSearch.authentication.clientSecret",
1252
+ "id": "vectorStore.azureAiSearchAuthentication.clientSecret",
1253
1253
  "label": "Client secret",
1254
1254
  "description": "Secret of a Microsoft Entra application",
1255
1255
  "optional": false,
@@ -1259,19 +1259,19 @@
1259
1259
  "feel": "optional",
1260
1260
  "group": "embeddingsStore",
1261
1261
  "binding": {
1262
- "name": "vectorStore.aiSearch.authentication.clientSecret",
1262
+ "name": "vectorStore.azureAiSearchAuthentication.clientSecret",
1263
1263
  "type": "zeebe:input"
1264
1264
  },
1265
1265
  "condition": {
1266
1266
  "allMatch": [
1267
1267
  {
1268
- "property": "vectorStore.aiSearch.authentication.type",
1268
+ "property": "vectorStore.azureAiSearchAuthentication.type",
1269
1269
  "equals": "clientCredentials",
1270
1270
  "type": "simple"
1271
1271
  },
1272
1272
  {
1273
1273
  "property": "vectorStore.vectorStore",
1274
- "equals": "azureAiSearchStore",
1274
+ "equals": "STORE_AZURE_AI_SEARCH",
1275
1275
  "type": "simple"
1276
1276
  }
1277
1277
  ]
@@ -1279,7 +1279,7 @@
1279
1279
  "type": "String"
1280
1280
  },
1281
1281
  {
1282
- "id": "vectorStore.aiSearch.authentication.tenantId",
1282
+ "id": "vectorStore.azureAiSearchAuthentication.tenantId",
1283
1283
  "label": "Tenant ID",
1284
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
1285
  "optional": false,
@@ -1289,19 +1289,19 @@
1289
1289
  "feel": "optional",
1290
1290
  "group": "embeddingsStore",
1291
1291
  "binding": {
1292
- "name": "vectorStore.aiSearch.authentication.tenantId",
1292
+ "name": "vectorStore.azureAiSearchAuthentication.tenantId",
1293
1293
  "type": "zeebe:input"
1294
1294
  },
1295
1295
  "condition": {
1296
1296
  "allMatch": [
1297
1297
  {
1298
- "property": "vectorStore.aiSearch.authentication.type",
1298
+ "property": "vectorStore.azureAiSearchAuthentication.type",
1299
1299
  "equals": "clientCredentials",
1300
1300
  "type": "simple"
1301
1301
  },
1302
1302
  {
1303
1303
  "property": "vectorStore.vectorStore",
1304
- "equals": "azureAiSearchStore",
1304
+ "equals": "STORE_AZURE_AI_SEARCH",
1305
1305
  "type": "simple"
1306
1306
  }
1307
1307
  ]
@@ -1309,26 +1309,26 @@
1309
1309
  "type": "String"
1310
1310
  },
1311
1311
  {
1312
- "id": "vectorStore.aiSearch.authentication.authorityHost",
1312
+ "id": "vectorStore.azureAiSearchAuthentication.authorityHost",
1313
1313
  "label": "Authority host",
1314
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
1315
  "optional": true,
1316
1316
  "feel": "optional",
1317
1317
  "group": "embeddingsStore",
1318
1318
  "binding": {
1319
- "name": "vectorStore.aiSearch.authentication.authorityHost",
1319
+ "name": "vectorStore.azureAiSearchAuthentication.authorityHost",
1320
1320
  "type": "zeebe:input"
1321
1321
  },
1322
1322
  "condition": {
1323
1323
  "allMatch": [
1324
1324
  {
1325
- "property": "vectorStore.aiSearch.authentication.type",
1325
+ "property": "vectorStore.azureAiSearchAuthentication.type",
1326
1326
  "equals": "clientCredentials",
1327
1327
  "type": "simple"
1328
1328
  },
1329
1329
  {
1330
1330
  "property": "vectorStore.vectorStore",
1331
- "equals": "azureAiSearchStore",
1331
+ "equals": "STORE_AZURE_AI_SEARCH",
1332
1332
  "type": "simple"
1333
1333
  }
1334
1334
  ]
@@ -1336,7 +1336,7 @@
1336
1336
  "type": "String"
1337
1337
  },
1338
1338
  {
1339
- "id": "vectorStore.aiSearch.indexName",
1339
+ "id": "vectorStore.azureAiSearch.indexName",
1340
1340
  "label": "Index name",
1341
1341
  "description": "The name of the search index. When storing embeddings this index is created or updated automatically.",
1342
1342
  "optional": false,
@@ -1346,12 +1346,12 @@
1346
1346
  "feel": "optional",
1347
1347
  "group": "embeddingsStore",
1348
1348
  "binding": {
1349
- "name": "vectorStore.aiSearch.indexName",
1349
+ "name": "vectorStore.indexName",
1350
1350
  "type": "zeebe:input"
1351
1351
  },
1352
1352
  "condition": {
1353
1353
  "property": "vectorStore.vectorStore",
1354
- "equals": "azureAiSearchStore",
1354
+ "equals": "STORE_AZURE_AI_SEARCH",
1355
1355
  "type": "simple"
1356
1356
  },
1357
1357
  "type": "String"
@@ -1367,29 +1367,29 @@
1367
1367
  "feel": "optional",
1368
1368
  "group": "embeddingsStore",
1369
1369
  "binding": {
1370
- "name": "vectorStore.azureCosmosDbNoSql.endpoint",
1370
+ "name": "vectorStore.endpoint",
1371
1371
  "type": "zeebe:input"
1372
1372
  },
1373
1373
  "condition": {
1374
1374
  "property": "vectorStore.vectorStore",
1375
- "equals": "azureCosmosDbNoSqlStore",
1375
+ "equals": "STORE_AZURE_COSMOS_DB_NO_SQL",
1376
1376
  "type": "simple"
1377
1377
  },
1378
1378
  "type": "String"
1379
1379
  },
1380
1380
  {
1381
- "id": "vectorStore.azureCosmosDbNoSql.authentication.type",
1381
+ "id": "vectorStore.azureCosmosDbAuthentication.type",
1382
1382
  "label": "Authentication",
1383
- "description": "Specify the Azure authentication strategy.",
1383
+ "description": "Specify the Azure OpenAI authentication strategy.",
1384
1384
  "value": "apiKey",
1385
1385
  "group": "embeddingsStore",
1386
1386
  "binding": {
1387
- "name": "vectorStore.azureCosmosDbNoSql.authentication.type",
1387
+ "name": "vectorStore.azureCosmosDbAuthentication.type",
1388
1388
  "type": "zeebe:input"
1389
1389
  },
1390
1390
  "condition": {
1391
1391
  "property": "vectorStore.vectorStore",
1392
- "equals": "azureCosmosDbNoSqlStore",
1392
+ "equals": "STORE_AZURE_COSMOS_DB_NO_SQL",
1393
1393
  "type": "simple"
1394
1394
  },
1395
1395
  "type": "Dropdown",
@@ -1405,7 +1405,7 @@
1405
1405
  ]
1406
1406
  },
1407
1407
  {
1408
- "id": "vectorStore.azureCosmosDbNoSql.authentication.apiKey",
1408
+ "id": "vectorStore.azureCosmosDbAuthentication.apiKey",
1409
1409
  "label": "API key",
1410
1410
  "optional": false,
1411
1411
  "constraints": {
@@ -1414,19 +1414,19 @@
1414
1414
  "feel": "optional",
1415
1415
  "group": "embeddingsStore",
1416
1416
  "binding": {
1417
- "name": "vectorStore.azureCosmosDbNoSql.authentication.apiKey",
1417
+ "name": "vectorStore.azureCosmosDbAuthentication.apiKey",
1418
1418
  "type": "zeebe:input"
1419
1419
  },
1420
1420
  "condition": {
1421
1421
  "allMatch": [
1422
1422
  {
1423
- "property": "vectorStore.azureCosmosDbNoSql.authentication.type",
1423
+ "property": "vectorStore.azureCosmosDbAuthentication.type",
1424
1424
  "equals": "apiKey",
1425
1425
  "type": "simple"
1426
1426
  },
1427
1427
  {
1428
1428
  "property": "vectorStore.vectorStore",
1429
- "equals": "azureCosmosDbNoSqlStore",
1429
+ "equals": "STORE_AZURE_COSMOS_DB_NO_SQL",
1430
1430
  "type": "simple"
1431
1431
  }
1432
1432
  ]
@@ -1434,7 +1434,7 @@
1434
1434
  "type": "String"
1435
1435
  },
1436
1436
  {
1437
- "id": "vectorStore.azureCosmosDbNoSql.authentication.clientId",
1437
+ "id": "vectorStore.azureCosmosDbAuthentication.clientId",
1438
1438
  "label": "Client ID",
1439
1439
  "description": "ID of a Microsoft Entra application",
1440
1440
  "optional": false,
@@ -1444,19 +1444,19 @@
1444
1444
  "feel": "optional",
1445
1445
  "group": "embeddingsStore",
1446
1446
  "binding": {
1447
- "name": "vectorStore.azureCosmosDbNoSql.authentication.clientId",
1447
+ "name": "vectorStore.azureCosmosDbAuthentication.clientId",
1448
1448
  "type": "zeebe:input"
1449
1449
  },
1450
1450
  "condition": {
1451
1451
  "allMatch": [
1452
1452
  {
1453
- "property": "vectorStore.azureCosmosDbNoSql.authentication.type",
1453
+ "property": "vectorStore.azureCosmosDbAuthentication.type",
1454
1454
  "equals": "clientCredentials",
1455
1455
  "type": "simple"
1456
1456
  },
1457
1457
  {
1458
1458
  "property": "vectorStore.vectorStore",
1459
- "equals": "azureCosmosDbNoSqlStore",
1459
+ "equals": "STORE_AZURE_COSMOS_DB_NO_SQL",
1460
1460
  "type": "simple"
1461
1461
  }
1462
1462
  ]
@@ -1464,7 +1464,7 @@
1464
1464
  "type": "String"
1465
1465
  },
1466
1466
  {
1467
- "id": "vectorStore.azureCosmosDbNoSql.authentication.clientSecret",
1467
+ "id": "vectorStore.azureCosmosDbAuthentication.clientSecret",
1468
1468
  "label": "Client secret",
1469
1469
  "description": "Secret of a Microsoft Entra application",
1470
1470
  "optional": false,
@@ -1474,19 +1474,19 @@
1474
1474
  "feel": "optional",
1475
1475
  "group": "embeddingsStore",
1476
1476
  "binding": {
1477
- "name": "vectorStore.azureCosmosDbNoSql.authentication.clientSecret",
1477
+ "name": "vectorStore.azureCosmosDbAuthentication.clientSecret",
1478
1478
  "type": "zeebe:input"
1479
1479
  },
1480
1480
  "condition": {
1481
1481
  "allMatch": [
1482
1482
  {
1483
- "property": "vectorStore.azureCosmosDbNoSql.authentication.type",
1483
+ "property": "vectorStore.azureCosmosDbAuthentication.type",
1484
1484
  "equals": "clientCredentials",
1485
1485
  "type": "simple"
1486
1486
  },
1487
1487
  {
1488
1488
  "property": "vectorStore.vectorStore",
1489
- "equals": "azureCosmosDbNoSqlStore",
1489
+ "equals": "STORE_AZURE_COSMOS_DB_NO_SQL",
1490
1490
  "type": "simple"
1491
1491
  }
1492
1492
  ]
@@ -1494,7 +1494,7 @@
1494
1494
  "type": "String"
1495
1495
  },
1496
1496
  {
1497
- "id": "vectorStore.azureCosmosDbNoSql.authentication.tenantId",
1497
+ "id": "vectorStore.azureCosmosDbAuthentication.tenantId",
1498
1498
  "label": "Tenant ID",
1499
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
1500
  "optional": false,
@@ -1504,19 +1504,19 @@
1504
1504
  "feel": "optional",
1505
1505
  "group": "embeddingsStore",
1506
1506
  "binding": {
1507
- "name": "vectorStore.azureCosmosDbNoSql.authentication.tenantId",
1507
+ "name": "vectorStore.azureCosmosDbAuthentication.tenantId",
1508
1508
  "type": "zeebe:input"
1509
1509
  },
1510
1510
  "condition": {
1511
1511
  "allMatch": [
1512
1512
  {
1513
- "property": "vectorStore.azureCosmosDbNoSql.authentication.type",
1513
+ "property": "vectorStore.azureCosmosDbAuthentication.type",
1514
1514
  "equals": "clientCredentials",
1515
1515
  "type": "simple"
1516
1516
  },
1517
1517
  {
1518
1518
  "property": "vectorStore.vectorStore",
1519
- "equals": "azureCosmosDbNoSqlStore",
1519
+ "equals": "STORE_AZURE_COSMOS_DB_NO_SQL",
1520
1520
  "type": "simple"
1521
1521
  }
1522
1522
  ]
@@ -1524,26 +1524,26 @@
1524
1524
  "type": "String"
1525
1525
  },
1526
1526
  {
1527
- "id": "vectorStore.azureCosmosDbNoSql.authentication.authorityHost",
1527
+ "id": "vectorStore.azureCosmosDbAuthentication.authorityHost",
1528
1528
  "label": "Authority host",
1529
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
1530
  "optional": true,
1531
1531
  "feel": "optional",
1532
1532
  "group": "embeddingsStore",
1533
1533
  "binding": {
1534
- "name": "vectorStore.azureCosmosDbNoSql.authentication.authorityHost",
1534
+ "name": "vectorStore.azureCosmosDbAuthentication.authorityHost",
1535
1535
  "type": "zeebe:input"
1536
1536
  },
1537
1537
  "condition": {
1538
1538
  "allMatch": [
1539
1539
  {
1540
- "property": "vectorStore.azureCosmosDbNoSql.authentication.type",
1540
+ "property": "vectorStore.azureCosmosDbAuthentication.type",
1541
1541
  "equals": "clientCredentials",
1542
1542
  "type": "simple"
1543
1543
  },
1544
1544
  {
1545
1545
  "property": "vectorStore.vectorStore",
1546
- "equals": "azureCosmosDbNoSqlStore",
1546
+ "equals": "STORE_AZURE_COSMOS_DB_NO_SQL",
1547
1547
  "type": "simple"
1548
1548
  }
1549
1549
  ]
@@ -1561,12 +1561,12 @@
1561
1561
  "feel": "optional",
1562
1562
  "group": "embeddingsStore",
1563
1563
  "binding": {
1564
- "name": "vectorStore.azureCosmosDbNoSql.databaseName",
1564
+ "name": "vectorStore.databaseName",
1565
1565
  "type": "zeebe:input"
1566
1566
  },
1567
1567
  "condition": {
1568
1568
  "property": "vectorStore.vectorStore",
1569
- "equals": "azureCosmosDbNoSqlStore",
1569
+ "equals": "STORE_AZURE_COSMOS_DB_NO_SQL",
1570
1570
  "type": "simple"
1571
1571
  },
1572
1572
  "type": "String"
@@ -1582,12 +1582,12 @@
1582
1582
  "feel": "optional",
1583
1583
  "group": "embeddingsStore",
1584
1584
  "binding": {
1585
- "name": "vectorStore.azureCosmosDbNoSql.containerName",
1585
+ "name": "vectorStore.containerName",
1586
1586
  "type": "zeebe:input"
1587
1587
  },
1588
1588
  "condition": {
1589
1589
  "property": "vectorStore.vectorStore",
1590
- "equals": "azureCosmosDbNoSqlStore",
1590
+ "equals": "STORE_AZURE_COSMOS_DB_NO_SQL",
1591
1591
  "type": "simple"
1592
1592
  },
1593
1593
  "type": "String"
@@ -1603,12 +1603,12 @@
1603
1603
  },
1604
1604
  "group": "embeddingsStore",
1605
1605
  "binding": {
1606
- "name": "vectorStore.azureCosmosDbNoSql.consistencyLevel",
1606
+ "name": "vectorStore.consistencyLevel",
1607
1607
  "type": "zeebe:input"
1608
1608
  },
1609
1609
  "condition": {
1610
1610
  "property": "vectorStore.vectorStore",
1611
- "equals": "azureCosmosDbNoSqlStore",
1611
+ "equals": "STORE_AZURE_COSMOS_DB_NO_SQL",
1612
1612
  "type": "simple"
1613
1613
  },
1614
1614
  "type": "Dropdown",
@@ -1646,12 +1646,12 @@
1646
1646
  },
1647
1647
  "group": "embeddingsStore",
1648
1648
  "binding": {
1649
- "name": "vectorStore.azureCosmosDbNoSql.distanceFunction",
1649
+ "name": "vectorStore.distanceFunction",
1650
1650
  "type": "zeebe:input"
1651
1651
  },
1652
1652
  "condition": {
1653
1653
  "property": "vectorStore.vectorStore",
1654
- "equals": "azureCosmosDbNoSqlStore",
1654
+ "equals": "STORE_AZURE_COSMOS_DB_NO_SQL",
1655
1655
  "type": "simple"
1656
1656
  },
1657
1657
  "type": "Dropdown",
@@ -1681,12 +1681,12 @@
1681
1681
  },
1682
1682
  "group": "embeddingsStore",
1683
1683
  "binding": {
1684
- "name": "vectorStore.azureCosmosDbNoSql.vectorIndexType",
1684
+ "name": "vectorStore.vectorIndexType",
1685
1685
  "type": "zeebe:input"
1686
1686
  },
1687
1687
  "condition": {
1688
1688
  "property": "vectorStore.vectorStore",
1689
- "equals": "azureCosmosDbNoSqlStore",
1689
+ "equals": "STORE_AZURE_COSMOS_DB_NO_SQL",
1690
1690
  "type": "simple"
1691
1691
  },
1692
1692
  "type": "Dropdown",
@@ -1706,7 +1706,7 @@
1706
1706
  ]
1707
1707
  },
1708
1708
  {
1709
- "id": "vectorStore.elasticsearch.baseUrl",
1709
+ "id": "vectorStore.embeddingsStore.elasticsearch.baseUrl",
1710
1710
  "label": "Base URL",
1711
1711
  "description": "Elasticsearch base URL, i.e. http(s)://host:port",
1712
1712
  "optional": false,
@@ -1716,18 +1716,18 @@
1716
1716
  "feel": "optional",
1717
1717
  "group": "embeddingsStore",
1718
1718
  "binding": {
1719
- "name": "vectorStore.elasticsearch.baseUrl",
1719
+ "name": "vectorStore.baseUrl",
1720
1720
  "type": "zeebe:input"
1721
1721
  },
1722
1722
  "condition": {
1723
1723
  "property": "vectorStore.vectorStore",
1724
- "equals": "elasticsearchStore",
1724
+ "equals": "STORE_ELASTICSEARCH",
1725
1725
  "type": "simple"
1726
1726
  },
1727
1727
  "type": "String"
1728
1728
  },
1729
1729
  {
1730
- "id": "vectorStore.elasticsearch.userName",
1730
+ "id": "vectorStore.embeddingsStore.elasticsearch.username",
1731
1731
  "label": "Username",
1732
1732
  "description": "Elasticsearch username",
1733
1733
  "optional": false,
@@ -1737,18 +1737,18 @@
1737
1737
  "feel": "optional",
1738
1738
  "group": "embeddingsStore",
1739
1739
  "binding": {
1740
- "name": "vectorStore.elasticsearch.userName",
1740
+ "name": "vectorStore.userName",
1741
1741
  "type": "zeebe:input"
1742
1742
  },
1743
1743
  "condition": {
1744
1744
  "property": "vectorStore.vectorStore",
1745
- "equals": "elasticsearchStore",
1745
+ "equals": "STORE_ELASTICSEARCH",
1746
1746
  "type": "simple"
1747
1747
  },
1748
1748
  "type": "String"
1749
1749
  },
1750
1750
  {
1751
- "id": "vectorStore.elasticsearch.password",
1751
+ "id": "vectorStore.embeddingsStore.elasticsearch.password",
1752
1752
  "label": "Password",
1753
1753
  "description": "Elasticsearch password",
1754
1754
  "optional": false,
@@ -1758,18 +1758,18 @@
1758
1758
  "feel": "optional",
1759
1759
  "group": "embeddingsStore",
1760
1760
  "binding": {
1761
- "name": "vectorStore.elasticsearch.password",
1761
+ "name": "vectorStore.password",
1762
1762
  "type": "zeebe:input"
1763
1763
  },
1764
1764
  "condition": {
1765
1765
  "property": "vectorStore.vectorStore",
1766
- "equals": "elasticsearchStore",
1766
+ "equals": "STORE_ELASTICSEARCH",
1767
1767
  "type": "simple"
1768
1768
  },
1769
1769
  "type": "String"
1770
1770
  },
1771
1771
  {
1772
- "id": "vectorStore.elasticsearch.indexName",
1772
+ "id": "vectorStore.embeddingsStore.elasticsearch.indexName",
1773
1773
  "label": "Index name",
1774
1774
  "description": "Elasticsearch index",
1775
1775
  "optional": false,
@@ -1779,18 +1779,18 @@
1779
1779
  "feel": "optional",
1780
1780
  "group": "embeddingsStore",
1781
1781
  "binding": {
1782
- "name": "vectorStore.elasticsearch.indexName",
1782
+ "name": "vectorStore.indexName",
1783
1783
  "type": "zeebe:input"
1784
1784
  },
1785
1785
  "condition": {
1786
1786
  "property": "vectorStore.vectorStore",
1787
- "equals": "elasticsearchStore",
1787
+ "equals": "STORE_ELASTICSEARCH",
1788
1788
  "type": "simple"
1789
1789
  },
1790
1790
  "type": "String"
1791
1791
  },
1792
1792
  {
1793
- "id": "vectorStore.openSearch.baseUrl",
1793
+ "id": "vectorStore.embeddingsStore.opensearch.baseUrl",
1794
1794
  "label": "Base URL",
1795
1795
  "description": "OpenSearch base URL, i.e. http(s)://host:port",
1796
1796
  "optional": false,
@@ -1800,18 +1800,18 @@
1800
1800
  "feel": "optional",
1801
1801
  "group": "embeddingsStore",
1802
1802
  "binding": {
1803
- "name": "vectorStore.openSearch.baseUrl",
1803
+ "name": "vectorStore.baseUrl",
1804
1804
  "type": "zeebe:input"
1805
1805
  },
1806
1806
  "condition": {
1807
1807
  "property": "vectorStore.vectorStore",
1808
- "equals": "openSearchStore",
1808
+ "equals": "STORE_OPENSEARCH",
1809
1809
  "type": "simple"
1810
1810
  },
1811
1811
  "type": "String"
1812
1812
  },
1813
1813
  {
1814
- "id": "vectorStore.openSearch.userName",
1814
+ "id": "vectorStore.embeddingsStore.opensearch.username",
1815
1815
  "label": "Username",
1816
1816
  "description": "OpenSearch username",
1817
1817
  "optional": false,
@@ -1821,18 +1821,18 @@
1821
1821
  "feel": "optional",
1822
1822
  "group": "embeddingsStore",
1823
1823
  "binding": {
1824
- "name": "vectorStore.openSearch.userName",
1824
+ "name": "vectorStore.userName",
1825
1825
  "type": "zeebe:input"
1826
1826
  },
1827
1827
  "condition": {
1828
1828
  "property": "vectorStore.vectorStore",
1829
- "equals": "openSearchStore",
1829
+ "equals": "STORE_OPENSEARCH",
1830
1830
  "type": "simple"
1831
1831
  },
1832
1832
  "type": "String"
1833
1833
  },
1834
1834
  {
1835
- "id": "vectorStore.openSearch.password",
1835
+ "id": "vectorStore.embeddingsStore.opensearch.password",
1836
1836
  "label": "Password",
1837
1837
  "description": "OpenSearch password",
1838
1838
  "optional": false,
@@ -1842,18 +1842,18 @@
1842
1842
  "feel": "optional",
1843
1843
  "group": "embeddingsStore",
1844
1844
  "binding": {
1845
- "name": "vectorStore.openSearch.password",
1845
+ "name": "vectorStore.password",
1846
1846
  "type": "zeebe:input"
1847
1847
  },
1848
1848
  "condition": {
1849
1849
  "property": "vectorStore.vectorStore",
1850
- "equals": "openSearchStore",
1850
+ "equals": "STORE_OPENSEARCH",
1851
1851
  "type": "simple"
1852
1852
  },
1853
1853
  "type": "String"
1854
1854
  },
1855
1855
  {
1856
- "id": "vectorStore.openSearch.indexName",
1856
+ "id": "vectorStore.embeddingsStore.opensearch.indexName",
1857
1857
  "label": "Index name",
1858
1858
  "description": "OpenSearch index",
1859
1859
  "optional": false,
@@ -1863,12 +1863,12 @@
1863
1863
  "feel": "optional",
1864
1864
  "group": "embeddingsStore",
1865
1865
  "binding": {
1866
- "name": "vectorStore.openSearch.indexName",
1866
+ "name": "vectorStore.indexName",
1867
1867
  "type": "zeebe:input"
1868
1868
  },
1869
1869
  "condition": {
1870
1870
  "property": "vectorStore.vectorStore",
1871
- "equals": "openSearchStore",
1871
+ "equals": "STORE_OPENSEARCH",
1872
1872
  "type": "simple"
1873
1873
  },
1874
1874
  "type": "String"
@@ -1965,7 +1965,7 @@
1965
1965
  {
1966
1966
  "id": "vectorDatabaseConnectorOperation.documentSplitter.documentSplitter",
1967
1967
  "label": "Document splitting strategy",
1968
- "value": "documentSplitterRecursive",
1968
+ "value": "DOCUMENT_SPLITTER_RECURSIVE",
1969
1969
  "group": "document",
1970
1970
  "binding": {
1971
1971
  "name": "vectorDatabaseConnectorOperation.documentSplitter.splitterType",
@@ -1980,11 +1980,11 @@
1980
1980
  "choices": [
1981
1981
  {
1982
1982
  "name": "Recursive",
1983
- "value": "documentSplitterRecursive"
1983
+ "value": "DOCUMENT_SPLITTER_RECURSIVE"
1984
1984
  },
1985
1985
  {
1986
1986
  "name": "Do not split",
1987
- "value": "documentSplitterNone"
1987
+ "value": "DOCUMENT_SPLITTER_NONE"
1988
1988
  }
1989
1989
  ]
1990
1990
  },
@@ -2007,7 +2007,7 @@
2007
2007
  "allMatch": [
2008
2008
  {
2009
2009
  "property": "vectorDatabaseConnectorOperation.documentSplitter.documentSplitter",
2010
- "equals": "documentSplitterRecursive",
2010
+ "equals": "DOCUMENT_SPLITTER_RECURSIVE",
2011
2011
  "type": "simple"
2012
2012
  },
2013
2013
  {
@@ -2038,7 +2038,7 @@
2038
2038
  "allMatch": [
2039
2039
  {
2040
2040
  "property": "vectorDatabaseConnectorOperation.documentSplitter.documentSplitter",
2041
- "equals": "documentSplitterRecursive",
2041
+ "equals": "DOCUMENT_SPLITTER_RECURSIVE",
2042
2042
  "type": "simple"
2043
2043
  },
2044
2044
  {
@@ -2054,7 +2054,7 @@
2054
2054
  "id": "version",
2055
2055
  "label": "Version",
2056
2056
  "description": "Version of the element template",
2057
- "value": "2",
2057
+ "value": "1",
2058
2058
  "group": "connector",
2059
2059
  "binding": {
2060
2060
  "key": "elementTemplateVersion",
@@ -2148,7 +2148,7 @@
2148
2148
  "keywords": []
2149
2149
  },
2150
2150
  "documentationRef": "https://docs.camunda.io/docs/8.8/components/connectors/out-of-the-box-connectors/embeddings-vector-db/",
2151
- "version": 1,
2151
+ "version": 2,
2152
2152
  "category": {
2153
2153
  "id": "connectors",
2154
2154
  "name": "Connectors"
@@ -2211,7 +2211,7 @@
2211
2211
  "id": "vectorDatabaseConnectorOperation.operationType",
2212
2212
  "label": "Operation",
2213
2213
  "description": "Select operation",
2214
- "value": "OPERATION_RETRIEVE_DOCUMENT",
2214
+ "value": "retrieveDocumentOperation",
2215
2215
  "group": "operation",
2216
2216
  "binding": {
2217
2217
  "name": "vectorDatabaseConnectorOperation.operationType",
@@ -2221,11 +2221,11 @@
2221
2221
  "choices": [
2222
2222
  {
2223
2223
  "name": "Embed document",
2224
- "value": "OPERATION_EMBED_DOCUMENT"
2224
+ "value": "embedDocumentOperation"
2225
2225
  },
2226
2226
  {
2227
2227
  "name": "Retrieve document",
2228
- "value": "OPERATION_RETRIEVE_DOCUMENT"
2228
+ "value": "retrieveDocumentOperation"
2229
2229
  }
2230
2230
  ]
2231
2231
  },
@@ -2247,7 +2247,7 @@
2247
2247
  },
2248
2248
  "condition": {
2249
2249
  "property": "vectorDatabaseConnectorOperation.operationType",
2250
- "equals": "OPERATION_RETRIEVE_DOCUMENT",
2250
+ "equals": "retrieveDocumentOperation",
2251
2251
  "type": "simple"
2252
2252
  },
2253
2253
  "type": "String"
@@ -2258,9 +2258,6 @@
2258
2258
  "description": "Limit number of returned results",
2259
2259
  "optional": false,
2260
2260
  "value": 5,
2261
- "constraints": {
2262
- "notEmpty": true
2263
- },
2264
2261
  "feel": "static",
2265
2262
  "group": "query",
2266
2263
  "binding": {
@@ -2269,7 +2266,7 @@
2269
2266
  },
2270
2267
  "condition": {
2271
2268
  "property": "vectorDatabaseConnectorOperation.operationType",
2272
- "equals": "OPERATION_RETRIEVE_DOCUMENT",
2269
+ "equals": "retrieveDocumentOperation",
2273
2270
  "type": "simple"
2274
2271
  },
2275
2272
  "type": "Number"
@@ -2287,7 +2284,7 @@
2287
2284
  },
2288
2285
  "condition": {
2289
2286
  "property": "vectorDatabaseConnectorOperation.operationType",
2290
- "equals": "OPERATION_RETRIEVE_DOCUMENT",
2287
+ "equals": "retrieveDocumentOperation",
2291
2288
  "type": "simple"
2292
2289
  },
2293
2290
  "type": "Number"
@@ -2296,7 +2293,7 @@
2296
2293
  "id": "embeddingModelProvider.modelProvider",
2297
2294
  "label": "Model provider",
2298
2295
  "description": "Select embedding model provider",
2299
- "value": "BEDROCK_MODEL_PROVIDER",
2296
+ "value": "bedrockModelProvider",
2300
2297
  "group": "embeddingModel",
2301
2298
  "binding": {
2302
2299
  "name": "embeddingModelProvider.modelProvider",
@@ -2306,24 +2303,24 @@
2306
2303
  "choices": [
2307
2304
  {
2308
2305
  "name": "Azure OpenAI",
2309
- "value": "AZURE_OPEN_AI_MODEL_PROVIDER"
2306
+ "value": "azureOpenAiModelProvider"
2310
2307
  },
2311
2308
  {
2312
2309
  "name": "AWS Bedrock",
2313
- "value": "BEDROCK_MODEL_PROVIDER"
2310
+ "value": "bedrockModelProvider"
2314
2311
  },
2315
2312
  {
2316
2313
  "name": "Google Vertex AI",
2317
- "value": "VERTEX_AI_MODEL_PROVIDER"
2314
+ "value": "vertexAiModelProvider"
2318
2315
  },
2319
2316
  {
2320
2317
  "name": "OpenAI",
2321
- "value": "OPEN_AI_MODEL_PROVIDER"
2318
+ "value": "openAiModelProvider"
2322
2319
  }
2323
2320
  ]
2324
2321
  },
2325
2322
  {
2326
- "id": "embeddingModelProvider.endpoint",
2323
+ "id": "embeddingModelProvider.azureOpenAi.endpoint",
2327
2324
  "label": "Endpoint",
2328
2325
  "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
2326
  "optional": false,
@@ -2333,29 +2330,29 @@
2333
2330
  "feel": "optional",
2334
2331
  "group": "embeddingModel",
2335
2332
  "binding": {
2336
- "name": "embeddingModelProvider.endpoint",
2333
+ "name": "embeddingModelProvider.azureOpenAi.endpoint",
2337
2334
  "type": "zeebe:input"
2338
2335
  },
2339
2336
  "condition": {
2340
2337
  "property": "embeddingModelProvider.modelProvider",
2341
- "equals": "AZURE_OPEN_AI_MODEL_PROVIDER",
2338
+ "equals": "azureOpenAiModelProvider",
2342
2339
  "type": "simple"
2343
2340
  },
2344
2341
  "type": "String"
2345
2342
  },
2346
2343
  {
2347
- "id": "embeddingModelProvider.authentication.type",
2344
+ "id": "embeddingModelProvider.azureOpenAi.authentication.type",
2348
2345
  "label": "Authentication",
2349
2346
  "description": "Specify the Azure OpenAI authentication strategy.",
2350
2347
  "value": "apiKey",
2351
2348
  "group": "embeddingModel",
2352
2349
  "binding": {
2353
- "name": "embeddingModelProvider.authentication.type",
2350
+ "name": "embeddingModelProvider.azureOpenAi.authentication.type",
2354
2351
  "type": "zeebe:input"
2355
2352
  },
2356
2353
  "condition": {
2357
2354
  "property": "embeddingModelProvider.modelProvider",
2358
- "equals": "AZURE_OPEN_AI_MODEL_PROVIDER",
2355
+ "equals": "azureOpenAiModelProvider",
2359
2356
  "type": "simple"
2360
2357
  },
2361
2358
  "type": "Dropdown",
@@ -2371,7 +2368,7 @@
2371
2368
  ]
2372
2369
  },
2373
2370
  {
2374
- "id": "embeddingModelProvider.authentication.apiKey",
2371
+ "id": "embeddingModelProvider.azureOpenAi.authentication.apiKey",
2375
2372
  "label": "API key",
2376
2373
  "optional": false,
2377
2374
  "constraints": {
@@ -2380,19 +2377,19 @@
2380
2377
  "feel": "optional",
2381
2378
  "group": "embeddingModel",
2382
2379
  "binding": {
2383
- "name": "embeddingModelProvider.authentication.apiKey",
2380
+ "name": "embeddingModelProvider.azureOpenAi.authentication.apiKey",
2384
2381
  "type": "zeebe:input"
2385
2382
  },
2386
2383
  "condition": {
2387
2384
  "allMatch": [
2388
2385
  {
2389
- "property": "embeddingModelProvider.authentication.type",
2386
+ "property": "embeddingModelProvider.azureOpenAi.authentication.type",
2390
2387
  "equals": "apiKey",
2391
2388
  "type": "simple"
2392
2389
  },
2393
2390
  {
2394
2391
  "property": "embeddingModelProvider.modelProvider",
2395
- "equals": "AZURE_OPEN_AI_MODEL_PROVIDER",
2392
+ "equals": "azureOpenAiModelProvider",
2396
2393
  "type": "simple"
2397
2394
  }
2398
2395
  ]
@@ -2400,7 +2397,7 @@
2400
2397
  "type": "String"
2401
2398
  },
2402
2399
  {
2403
- "id": "embeddingModelProvider.authentication.clientId",
2400
+ "id": "embeddingModelProvider.azureOpenAi.authentication.clientId",
2404
2401
  "label": "Client ID",
2405
2402
  "description": "ID of a Microsoft Entra application",
2406
2403
  "optional": false,
@@ -2410,19 +2407,19 @@
2410
2407
  "feel": "optional",
2411
2408
  "group": "embeddingModel",
2412
2409
  "binding": {
2413
- "name": "embeddingModelProvider.authentication.clientId",
2410
+ "name": "embeddingModelProvider.azureOpenAi.authentication.clientId",
2414
2411
  "type": "zeebe:input"
2415
2412
  },
2416
2413
  "condition": {
2417
2414
  "allMatch": [
2418
2415
  {
2419
- "property": "embeddingModelProvider.authentication.type",
2416
+ "property": "embeddingModelProvider.azureOpenAi.authentication.type",
2420
2417
  "equals": "clientCredentials",
2421
2418
  "type": "simple"
2422
2419
  },
2423
2420
  {
2424
2421
  "property": "embeddingModelProvider.modelProvider",
2425
- "equals": "AZURE_OPEN_AI_MODEL_PROVIDER",
2422
+ "equals": "azureOpenAiModelProvider",
2426
2423
  "type": "simple"
2427
2424
  }
2428
2425
  ]
@@ -2430,7 +2427,7 @@
2430
2427
  "type": "String"
2431
2428
  },
2432
2429
  {
2433
- "id": "embeddingModelProvider.authentication.clientSecret",
2430
+ "id": "embeddingModelProvider.azureOpenAi.authentication.clientSecret",
2434
2431
  "label": "Client secret",
2435
2432
  "description": "Secret of a Microsoft Entra application",
2436
2433
  "optional": false,
@@ -2440,19 +2437,19 @@
2440
2437
  "feel": "optional",
2441
2438
  "group": "embeddingModel",
2442
2439
  "binding": {
2443
- "name": "embeddingModelProvider.authentication.clientSecret",
2440
+ "name": "embeddingModelProvider.azureOpenAi.authentication.clientSecret",
2444
2441
  "type": "zeebe:input"
2445
2442
  },
2446
2443
  "condition": {
2447
2444
  "allMatch": [
2448
2445
  {
2449
- "property": "embeddingModelProvider.authentication.type",
2446
+ "property": "embeddingModelProvider.azureOpenAi.authentication.type",
2450
2447
  "equals": "clientCredentials",
2451
2448
  "type": "simple"
2452
2449
  },
2453
2450
  {
2454
2451
  "property": "embeddingModelProvider.modelProvider",
2455
- "equals": "AZURE_OPEN_AI_MODEL_PROVIDER",
2452
+ "equals": "azureOpenAiModelProvider",
2456
2453
  "type": "simple"
2457
2454
  }
2458
2455
  ]
@@ -2460,7 +2457,7 @@
2460
2457
  "type": "String"
2461
2458
  },
2462
2459
  {
2463
- "id": "embeddingModelProvider.authentication.tenantId",
2460
+ "id": "embeddingModelProvider.azureOpenAi.authentication.tenantId",
2464
2461
  "label": "Tenant ID",
2465
2462
  "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
2463
  "optional": false,
@@ -2470,19 +2467,19 @@
2470
2467
  "feel": "optional",
2471
2468
  "group": "embeddingModel",
2472
2469
  "binding": {
2473
- "name": "embeddingModelProvider.authentication.tenantId",
2470
+ "name": "embeddingModelProvider.azureOpenAi.authentication.tenantId",
2474
2471
  "type": "zeebe:input"
2475
2472
  },
2476
2473
  "condition": {
2477
2474
  "allMatch": [
2478
2475
  {
2479
- "property": "embeddingModelProvider.authentication.type",
2476
+ "property": "embeddingModelProvider.azureOpenAi.authentication.type",
2480
2477
  "equals": "clientCredentials",
2481
2478
  "type": "simple"
2482
2479
  },
2483
2480
  {
2484
2481
  "property": "embeddingModelProvider.modelProvider",
2485
- "equals": "AZURE_OPEN_AI_MODEL_PROVIDER",
2482
+ "equals": "azureOpenAiModelProvider",
2486
2483
  "type": "simple"
2487
2484
  }
2488
2485
  ]
@@ -2490,26 +2487,26 @@
2490
2487
  "type": "String"
2491
2488
  },
2492
2489
  {
2493
- "id": "embeddingModelProvider.authentication.authorityHost",
2490
+ "id": "embeddingModelProvider.azureOpenAi.authentication.authorityHost",
2494
2491
  "label": "Authority host",
2495
2492
  "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
2493
  "optional": true,
2497
2494
  "feel": "optional",
2498
2495
  "group": "embeddingModel",
2499
2496
  "binding": {
2500
- "name": "embeddingModelProvider.authentication.authorityHost",
2497
+ "name": "embeddingModelProvider.azureOpenAi.authentication.authorityHost",
2501
2498
  "type": "zeebe:input"
2502
2499
  },
2503
2500
  "condition": {
2504
2501
  "allMatch": [
2505
2502
  {
2506
- "property": "embeddingModelProvider.authentication.type",
2503
+ "property": "embeddingModelProvider.azureOpenAi.authentication.type",
2507
2504
  "equals": "clientCredentials",
2508
2505
  "type": "simple"
2509
2506
  },
2510
2507
  {
2511
2508
  "property": "embeddingModelProvider.modelProvider",
2512
- "equals": "AZURE_OPEN_AI_MODEL_PROVIDER",
2509
+ "equals": "azureOpenAiModelProvider",
2513
2510
  "type": "simple"
2514
2511
  }
2515
2512
  ]
@@ -2517,7 +2514,7 @@
2517
2514
  "type": "String"
2518
2515
  },
2519
2516
  {
2520
- "id": "embeddingModelProvider.deploymentName",
2517
+ "id": "embeddingModelProvider.azureOpenAi.deploymentName",
2521
2518
  "label": "Model deployment name",
2522
2519
  "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
2520
  "optional": false,
@@ -2527,36 +2524,36 @@
2527
2524
  "feel": "optional",
2528
2525
  "group": "embeddingModel",
2529
2526
  "binding": {
2530
- "name": "embeddingModelProvider.deploymentName",
2527
+ "name": "embeddingModelProvider.azureOpenAi.deploymentName",
2531
2528
  "type": "zeebe:input"
2532
2529
  },
2533
2530
  "condition": {
2534
2531
  "property": "embeddingModelProvider.modelProvider",
2535
- "equals": "AZURE_OPEN_AI_MODEL_PROVIDER",
2532
+ "equals": "azureOpenAiModelProvider",
2536
2533
  "type": "simple"
2537
2534
  },
2538
2535
  "type": "String"
2539
2536
  },
2540
2537
  {
2541
- "id": "embeddingModelProvider.dimensions",
2538
+ "id": "embeddingModelProvider.azureOpenAi.dimensions",
2542
2539
  "label": "Embedding dimensions",
2543
2540
  "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
2541
  "optional": true,
2545
2542
  "feel": "required",
2546
2543
  "group": "embeddingModel",
2547
2544
  "binding": {
2548
- "name": "embeddingModelProvider.dimensions",
2545
+ "name": "embeddingModelProvider.azureOpenAi.dimensions",
2549
2546
  "type": "zeebe:input"
2550
2547
  },
2551
2548
  "condition": {
2552
2549
  "property": "embeddingModelProvider.modelProvider",
2553
- "equals": "AZURE_OPEN_AI_MODEL_PROVIDER",
2550
+ "equals": "azureOpenAiModelProvider",
2554
2551
  "type": "simple"
2555
2552
  },
2556
2553
  "type": "Number"
2557
2554
  },
2558
2555
  {
2559
- "id": "embeddingModelProvider.maxRetries",
2556
+ "id": "embeddingModelProvider.azureOpenAi.maxRetries",
2560
2557
  "label": "Max retries",
2561
2558
  "description": "Max retries",
2562
2559
  "optional": true,
@@ -2564,36 +2561,36 @@
2564
2561
  "feel": "static",
2565
2562
  "group": "embeddingModel",
2566
2563
  "binding": {
2567
- "name": "embeddingModelProvider.maxRetries",
2564
+ "name": "embeddingModelProvider.azureOpenAi.maxRetries",
2568
2565
  "type": "zeebe:input"
2569
2566
  },
2570
2567
  "condition": {
2571
2568
  "property": "embeddingModelProvider.modelProvider",
2572
- "equals": "AZURE_OPEN_AI_MODEL_PROVIDER",
2569
+ "equals": "azureOpenAiModelProvider",
2573
2570
  "type": "simple"
2574
2571
  },
2575
2572
  "type": "Number"
2576
2573
  },
2577
2574
  {
2578
- "id": "embeddingModelProvider.customHeaders",
2575
+ "id": "embeddingModelProvider.azureOpenAi.customHeaders",
2579
2576
  "label": "Custom headers",
2580
2577
  "description": "Map of custom HTTP headers to add to the request.",
2581
2578
  "optional": true,
2582
2579
  "feel": "required",
2583
2580
  "group": "embeddingModel",
2584
2581
  "binding": {
2585
- "name": "embeddingModelProvider.customHeaders",
2582
+ "name": "embeddingModelProvider.azureOpenAi.customHeaders",
2586
2583
  "type": "zeebe:input"
2587
2584
  },
2588
2585
  "condition": {
2589
2586
  "property": "embeddingModelProvider.modelProvider",
2590
- "equals": "AZURE_OPEN_AI_MODEL_PROVIDER",
2587
+ "equals": "azureOpenAiModelProvider",
2591
2588
  "type": "simple"
2592
2589
  },
2593
2590
  "type": "String"
2594
2591
  },
2595
2592
  {
2596
- "id": "embeddingModelProvider.bedrockAccessKey",
2593
+ "id": "embeddingModelProvider.bedrock.accessKey",
2597
2594
  "label": "Access key",
2598
2595
  "description": "Provide an IAM access key tailored to a user, equipped with the necessary permissions",
2599
2596
  "optional": false,
@@ -2603,18 +2600,18 @@
2603
2600
  "feel": "optional",
2604
2601
  "group": "embeddingModel",
2605
2602
  "binding": {
2606
- "name": "embeddingModelProvider.accessKey",
2603
+ "name": "embeddingModelProvider.bedrock.accessKey",
2607
2604
  "type": "zeebe:input"
2608
2605
  },
2609
2606
  "condition": {
2610
2607
  "property": "embeddingModelProvider.modelProvider",
2611
- "equals": "BEDROCK_MODEL_PROVIDER",
2608
+ "equals": "bedrockModelProvider",
2612
2609
  "type": "simple"
2613
2610
  },
2614
2611
  "type": "String"
2615
2612
  },
2616
2613
  {
2617
- "id": "embeddingModelProvider.bedrockSecretKey",
2614
+ "id": "embeddingModelProvider.bedrock.secretKey",
2618
2615
  "label": "Secret key",
2619
2616
  "description": "Provide a secret key associated with the access key",
2620
2617
  "optional": false,
@@ -2624,18 +2621,18 @@
2624
2621
  "feel": "optional",
2625
2622
  "group": "embeddingModel",
2626
2623
  "binding": {
2627
- "name": "embeddingModelProvider.secretKey",
2624
+ "name": "embeddingModelProvider.bedrock.secretKey",
2628
2625
  "type": "zeebe:input"
2629
2626
  },
2630
2627
  "condition": {
2631
2628
  "property": "embeddingModelProvider.modelProvider",
2632
- "equals": "BEDROCK_MODEL_PROVIDER",
2629
+ "equals": "bedrockModelProvider",
2633
2630
  "type": "simple"
2634
2631
  },
2635
2632
  "type": "String"
2636
2633
  },
2637
2634
  {
2638
- "id": "embeddingModelProvider.bedrockRegion",
2635
+ "id": "embeddingModelProvider.bedrock.region",
2639
2636
  "label": "Region",
2640
2637
  "description": "AWS Bedrock region",
2641
2638
  "optional": false,
@@ -2645,18 +2642,18 @@
2645
2642
  "feel": "optional",
2646
2643
  "group": "embeddingModel",
2647
2644
  "binding": {
2648
- "name": "embeddingModelProvider.region",
2645
+ "name": "embeddingModelProvider.bedrock.region",
2649
2646
  "type": "zeebe:input"
2650
2647
  },
2651
2648
  "condition": {
2652
2649
  "property": "embeddingModelProvider.modelProvider",
2653
- "equals": "BEDROCK_MODEL_PROVIDER",
2650
+ "equals": "bedrockModelProvider",
2654
2651
  "type": "simple"
2655
2652
  },
2656
2653
  "type": "String"
2657
2654
  },
2658
2655
  {
2659
- "id": "embeddingModelProvider.modelName",
2656
+ "id": "embeddingModelProvider.bedrock.modelName",
2660
2657
  "label": "Model name",
2661
2658
  "description": "Bedrock model name or identifier",
2662
2659
  "optional": false,
@@ -2666,12 +2663,12 @@
2666
2663
  },
2667
2664
  "group": "embeddingModel",
2668
2665
  "binding": {
2669
- "name": "embeddingModelProvider.modelName",
2666
+ "name": "embeddingModelProvider.bedrock.modelName",
2670
2667
  "type": "zeebe:input"
2671
2668
  },
2672
2669
  "condition": {
2673
2670
  "property": "embeddingModelProvider.modelProvider",
2674
- "equals": "BEDROCK_MODEL_PROVIDER",
2671
+ "equals": "bedrockModelProvider",
2675
2672
  "type": "simple"
2676
2673
  },
2677
2674
  "type": "Dropdown",
@@ -2691,7 +2688,7 @@
2691
2688
  ]
2692
2689
  },
2693
2690
  {
2694
- "id": "embeddingModelProvider.bedrockCustomModelName",
2691
+ "id": "embeddingModelProvider.bedrock.customModelName",
2695
2692
  "label": "Custom model name",
2696
2693
  "optional": false,
2697
2694
  "constraints": {
@@ -2700,19 +2697,19 @@
2700
2697
  "feel": "optional",
2701
2698
  "group": "embeddingModel",
2702
2699
  "binding": {
2703
- "name": "embeddingModelProvider.customModelName",
2700
+ "name": "embeddingModelProvider.bedrock.customModelName",
2704
2701
  "type": "zeebe:input"
2705
2702
  },
2706
2703
  "condition": {
2707
2704
  "allMatch": [
2708
2705
  {
2709
- "property": "embeddingModelProvider.modelName",
2706
+ "property": "embeddingModelProvider.bedrock.modelName",
2710
2707
  "equals": "Custom",
2711
2708
  "type": "simple"
2712
2709
  },
2713
2710
  {
2714
2711
  "property": "embeddingModelProvider.modelProvider",
2715
- "equals": "BEDROCK_MODEL_PROVIDER",
2712
+ "equals": "bedrockModelProvider",
2716
2713
  "type": "simple"
2717
2714
  }
2718
2715
  ]
@@ -2720,29 +2717,26 @@
2720
2717
  "type": "String"
2721
2718
  },
2722
2719
  {
2723
- "id": "embeddingModelProvider.bedrockDimensions",
2720
+ "id": "embeddingModelProvider.bedrock.dimensions",
2724
2721
  "label": "Embedding dimensions",
2725
2722
  "description": "The size of the vector used to represent data",
2726
2723
  "optional": false,
2727
2724
  "value": "D1024",
2728
- "constraints": {
2729
- "notEmpty": true
2730
- },
2731
2725
  "group": "embeddingModel",
2732
2726
  "binding": {
2733
- "name": "embeddingModelProvider.dimensions",
2727
+ "name": "embeddingModelProvider.bedrock.dimensions",
2734
2728
  "type": "zeebe:input"
2735
2729
  },
2736
2730
  "condition": {
2737
2731
  "allMatch": [
2738
2732
  {
2739
- "property": "embeddingModelProvider.modelName",
2733
+ "property": "embeddingModelProvider.bedrock.modelName",
2740
2734
  "equals": "TitanEmbedTextV2",
2741
2735
  "type": "simple"
2742
2736
  },
2743
2737
  {
2744
2738
  "property": "embeddingModelProvider.modelProvider",
2745
- "equals": "BEDROCK_MODEL_PROVIDER",
2739
+ "equals": "bedrockModelProvider",
2746
2740
  "type": "simple"
2747
2741
  }
2748
2742
  ]
@@ -2764,30 +2758,27 @@
2764
2758
  ]
2765
2759
  },
2766
2760
  {
2767
- "id": "embeddingModelProvider.bedrockNormalize",
2761
+ "id": "embeddingModelProvider.bedrock.normalize",
2768
2762
  "label": "Normalize",
2769
2763
  "description": "Normalize vector",
2770
2764
  "optional": false,
2771
2765
  "value": false,
2772
- "constraints": {
2773
- "notEmpty": true
2774
- },
2775
2766
  "feel": "static",
2776
2767
  "group": "embeddingModel",
2777
2768
  "binding": {
2778
- "name": "embeddingModelProvider.normalize",
2769
+ "name": "embeddingModelProvider.bedrock.normalize",
2779
2770
  "type": "zeebe:input"
2780
2771
  },
2781
2772
  "condition": {
2782
2773
  "allMatch": [
2783
2774
  {
2784
- "property": "embeddingModelProvider.modelName",
2775
+ "property": "embeddingModelProvider.bedrock.modelName",
2785
2776
  "equals": "TitanEmbedTextV2",
2786
2777
  "type": "simple"
2787
2778
  },
2788
2779
  {
2789
2780
  "property": "embeddingModelProvider.modelProvider",
2790
- "equals": "BEDROCK_MODEL_PROVIDER",
2781
+ "equals": "bedrockModelProvider",
2791
2782
  "type": "simple"
2792
2783
  }
2793
2784
  ]
@@ -2795,7 +2786,7 @@
2795
2786
  "type": "Boolean"
2796
2787
  },
2797
2788
  {
2798
- "id": "embeddingModelProvider.bedrockMaxRetries",
2789
+ "id": "embeddingModelProvider.bedrock.maxRetries",
2799
2790
  "label": "Max retries",
2800
2791
  "description": "Max retries",
2801
2792
  "optional": false,
@@ -2803,18 +2794,18 @@
2803
2794
  "feel": "static",
2804
2795
  "group": "embeddingModel",
2805
2796
  "binding": {
2806
- "name": "embeddingModelProvider.maxRetries",
2797
+ "name": "embeddingModelProvider.bedrock.maxRetries",
2807
2798
  "type": "zeebe:input"
2808
2799
  },
2809
2800
  "condition": {
2810
2801
  "property": "embeddingModelProvider.modelProvider",
2811
- "equals": "BEDROCK_MODEL_PROVIDER",
2802
+ "equals": "bedrockModelProvider",
2812
2803
  "type": "simple"
2813
2804
  },
2814
2805
  "type": "Number"
2815
2806
  },
2816
2807
  {
2817
- "id": "embeddingModelProvider.projectId",
2808
+ "id": "embeddingModelProvider.googleVertexAi.projectId",
2818
2809
  "label": "Project ID",
2819
2810
  "description": "Google Cloud project ID",
2820
2811
  "optional": false,
@@ -2824,18 +2815,18 @@
2824
2815
  "feel": "optional",
2825
2816
  "group": "embeddingModel",
2826
2817
  "binding": {
2827
- "name": "embeddingModelProvider.projectId",
2818
+ "name": "embeddingModelProvider.googleVertexAi.projectId",
2828
2819
  "type": "zeebe:input"
2829
2820
  },
2830
2821
  "condition": {
2831
2822
  "property": "embeddingModelProvider.modelProvider",
2832
- "equals": "VERTEX_AI_MODEL_PROVIDER",
2823
+ "equals": "vertexAiModelProvider",
2833
2824
  "type": "simple"
2834
2825
  },
2835
2826
  "type": "String"
2836
2827
  },
2837
2828
  {
2838
- "id": "embeddingModelProvider.region",
2829
+ "id": "embeddingModelProvider.googleVertexAi.region",
2839
2830
  "label": "Region",
2840
2831
  "description": "Google Cloud region for Vertex AI",
2841
2832
  "optional": false,
@@ -2845,29 +2836,29 @@
2845
2836
  "feel": "optional",
2846
2837
  "group": "embeddingModel",
2847
2838
  "binding": {
2848
- "name": "embeddingModelProvider.region",
2839
+ "name": "embeddingModelProvider.googleVertexAi.region",
2849
2840
  "type": "zeebe:input"
2850
2841
  },
2851
2842
  "condition": {
2852
2843
  "property": "embeddingModelProvider.modelProvider",
2853
- "equals": "VERTEX_AI_MODEL_PROVIDER",
2844
+ "equals": "vertexAiModelProvider",
2854
2845
  "type": "simple"
2855
2846
  },
2856
2847
  "type": "String"
2857
2848
  },
2858
2849
  {
2859
- "id": "embeddingModelProvider.vertexAiAuthentication.type",
2850
+ "id": "embeddingModelProvider.googleVertexAi.authentication.type",
2860
2851
  "label": "Authentication",
2861
2852
  "description": "Specify the Google Vertex AI authentication strategy.",
2862
2853
  "value": "serviceAccountCredentials",
2863
2854
  "group": "embeddingModel",
2864
2855
  "binding": {
2865
- "name": "embeddingModelProvider.vertexAiAuthentication.type",
2856
+ "name": "embeddingModelProvider.googleVertexAi.authentication.type",
2866
2857
  "type": "zeebe:input"
2867
2858
  },
2868
2859
  "condition": {
2869
2860
  "property": "embeddingModelProvider.modelProvider",
2870
- "equals": "VERTEX_AI_MODEL_PROVIDER",
2861
+ "equals": "vertexAiModelProvider",
2871
2862
  "type": "simple"
2872
2863
  },
2873
2864
  "type": "Dropdown",
@@ -2883,7 +2874,7 @@
2883
2874
  ]
2884
2875
  },
2885
2876
  {
2886
- "id": "embeddingModelProvider.vertexAiAuthentication.jsonKey",
2877
+ "id": "embeddingModelProvider.googleVertexAi.authentication.jsonKey",
2887
2878
  "label": "JSON key of the service account",
2888
2879
  "description": "This is the key of the service account in JSON format.",
2889
2880
  "optional": false,
@@ -2893,19 +2884,19 @@
2893
2884
  "feel": "optional",
2894
2885
  "group": "embeddingModel",
2895
2886
  "binding": {
2896
- "name": "embeddingModelProvider.vertexAiAuthentication.jsonKey",
2887
+ "name": "embeddingModelProvider.googleVertexAi.authentication.jsonKey",
2897
2888
  "type": "zeebe:input"
2898
2889
  },
2899
2890
  "condition": {
2900
2891
  "allMatch": [
2901
2892
  {
2902
- "property": "embeddingModelProvider.vertexAiAuthentication.type",
2893
+ "property": "embeddingModelProvider.googleVertexAi.authentication.type",
2903
2894
  "equals": "serviceAccountCredentials",
2904
2895
  "type": "simple"
2905
2896
  },
2906
2897
  {
2907
2898
  "property": "embeddingModelProvider.modelProvider",
2908
- "equals": "VERTEX_AI_MODEL_PROVIDER",
2899
+ "equals": "vertexAiModelProvider",
2909
2900
  "type": "simple"
2910
2901
  }
2911
2902
  ]
@@ -2913,7 +2904,7 @@
2913
2904
  "type": "String"
2914
2905
  },
2915
2906
  {
2916
- "id": "embeddingModelProvider.vertexAiModelName",
2907
+ "id": "embeddingModelProvider.googleVertexAi.modelName",
2917
2908
  "label": "Model name",
2918
2909
  "description": "Vertex AI embedding model name",
2919
2910
  "optional": false,
@@ -2923,18 +2914,18 @@
2923
2914
  "feel": "optional",
2924
2915
  "group": "embeddingModel",
2925
2916
  "binding": {
2926
- "name": "embeddingModelProvider.modelName",
2917
+ "name": "embeddingModelProvider.googleVertexAi.modelName",
2927
2918
  "type": "zeebe:input"
2928
2919
  },
2929
2920
  "condition": {
2930
2921
  "property": "embeddingModelProvider.modelProvider",
2931
- "equals": "VERTEX_AI_MODEL_PROVIDER",
2922
+ "equals": "vertexAiModelProvider",
2932
2923
  "type": "simple"
2933
2924
  },
2934
2925
  "type": "String"
2935
2926
  },
2936
2927
  {
2937
- "id": "embeddingModelProvider.vertexAiDimensions",
2928
+ "id": "embeddingModelProvider.googleVertexAi.dimensions",
2938
2929
  "label": "Embedding dimensions",
2939
2930
  "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
2931
  "optional": false,
@@ -2944,18 +2935,18 @@
2944
2935
  "feel": "required",
2945
2936
  "group": "embeddingModel",
2946
2937
  "binding": {
2947
- "name": "embeddingModelProvider.dimensions",
2938
+ "name": "embeddingModelProvider.googleVertexAi.dimensions",
2948
2939
  "type": "zeebe:input"
2949
2940
  },
2950
2941
  "condition": {
2951
2942
  "property": "embeddingModelProvider.modelProvider",
2952
- "equals": "VERTEX_AI_MODEL_PROVIDER",
2943
+ "equals": "vertexAiModelProvider",
2953
2944
  "type": "simple"
2954
2945
  },
2955
2946
  "type": "Number"
2956
2947
  },
2957
2948
  {
2958
- "id": "embeddingModelProvider.publisher",
2949
+ "id": "embeddingModelProvider.googleVertexAi.publisher",
2959
2950
  "label": "Publisher",
2960
2951
  "description": "The publisher of the Vertex AI model (e.g., 'google', 'third-party'). Optional.",
2961
2952
  "optional": true,
@@ -2963,18 +2954,18 @@
2963
2954
  "feel": "optional",
2964
2955
  "group": "embeddingModel",
2965
2956
  "binding": {
2966
- "name": "embeddingModelProvider.publisher",
2957
+ "name": "embeddingModelProvider.googleVertexAi.publisher",
2967
2958
  "type": "zeebe:input"
2968
2959
  },
2969
2960
  "condition": {
2970
2961
  "property": "embeddingModelProvider.modelProvider",
2971
- "equals": "VERTEX_AI_MODEL_PROVIDER",
2962
+ "equals": "vertexAiModelProvider",
2972
2963
  "type": "simple"
2973
2964
  },
2974
2965
  "type": "String"
2975
2966
  },
2976
2967
  {
2977
- "id": "embeddingModelProvider.vertexAiMaxRetries",
2968
+ "id": "embeddingModelProvider.googleVertexAi.maxRetries",
2978
2969
  "label": "Max retries",
2979
2970
  "description": "Max retries",
2980
2971
  "optional": true,
@@ -2982,18 +2973,18 @@
2982
2973
  "feel": "static",
2983
2974
  "group": "embeddingModel",
2984
2975
  "binding": {
2985
- "name": "embeddingModelProvider.maxRetries",
2976
+ "name": "embeddingModelProvider.googleVertexAi.maxRetries",
2986
2977
  "type": "zeebe:input"
2987
2978
  },
2988
2979
  "condition": {
2989
2980
  "property": "embeddingModelProvider.modelProvider",
2990
- "equals": "VERTEX_AI_MODEL_PROVIDER",
2981
+ "equals": "vertexAiModelProvider",
2991
2982
  "type": "simple"
2992
2983
  },
2993
2984
  "type": "Number"
2994
2985
  },
2995
2986
  {
2996
- "id": "embeddingModelProvider.openAiApiKey",
2987
+ "id": "embeddingModelProvider.openAi.apiKey",
2997
2988
  "label": "OpenAI API key",
2998
2989
  "optional": false,
2999
2990
  "constraints": {
@@ -3002,18 +2993,18 @@
3002
2993
  "feel": "optional",
3003
2994
  "group": "embeddingModel",
3004
2995
  "binding": {
3005
- "name": "embeddingModelProvider.apiKey",
2996
+ "name": "embeddingModelProvider.openAi.apiKey",
3006
2997
  "type": "zeebe:input"
3007
2998
  },
3008
2999
  "condition": {
3009
3000
  "property": "embeddingModelProvider.modelProvider",
3010
- "equals": "OPEN_AI_MODEL_PROVIDER",
3001
+ "equals": "openAiModelProvider",
3011
3002
  "type": "simple"
3012
3003
  },
3013
3004
  "type": "String"
3014
3005
  },
3015
3006
  {
3016
- "id": "embeddingModelProvider.openAiModelName",
3007
+ "id": "embeddingModelProvider.openAi.modelName",
3017
3008
  "label": "Model name",
3018
3009
  "description": "Specify the model name. Details in the <a href=\"https://platform.openai.com/docs/guides/embeddings\" target=\"_blank\">documentation</a>.",
3019
3010
  "optional": false,
@@ -3023,72 +3014,72 @@
3023
3014
  "feel": "optional",
3024
3015
  "group": "embeddingModel",
3025
3016
  "binding": {
3026
- "name": "embeddingModelProvider.modelName",
3017
+ "name": "embeddingModelProvider.openAi.modelName",
3027
3018
  "type": "zeebe:input"
3028
3019
  },
3029
3020
  "condition": {
3030
3021
  "property": "embeddingModelProvider.modelProvider",
3031
- "equals": "OPEN_AI_MODEL_PROVIDER",
3022
+ "equals": "openAiModelProvider",
3032
3023
  "type": "simple"
3033
3024
  },
3034
3025
  "type": "String"
3035
3026
  },
3036
3027
  {
3037
- "id": "embeddingModelProvider.openAiOrganizationId",
3028
+ "id": "embeddingModelProvider.openAi.organizationId",
3038
3029
  "label": "Organization ID",
3039
3030
  "description": "For members of multiple organizations. Details in the <a href=\"https://platform.openai.com/docs/api-reference/authentication\" target=\"_blank\">documentation</a>.",
3040
3031
  "optional": true,
3041
3032
  "feel": "optional",
3042
3033
  "group": "embeddingModel",
3043
3034
  "binding": {
3044
- "name": "embeddingModelProvider.organizationId",
3035
+ "name": "embeddingModelProvider.openAi.organizationId",
3045
3036
  "type": "zeebe:input"
3046
3037
  },
3047
3038
  "condition": {
3048
3039
  "property": "embeddingModelProvider.modelProvider",
3049
- "equals": "OPEN_AI_MODEL_PROVIDER",
3040
+ "equals": "openAiModelProvider",
3050
3041
  "type": "simple"
3051
3042
  },
3052
3043
  "type": "String"
3053
3044
  },
3054
3045
  {
3055
- "id": "embeddingModelProvider.openAiProjectId",
3046
+ "id": "embeddingModelProvider.openAi.projectId",
3056
3047
  "label": "Project ID",
3057
3048
  "description": "For accounts with multiple projects. Details in the <a href=\"https://platform.openai.com/docs/api-reference/authentication\" target=\"_blank\">documentation</a>.",
3058
3049
  "optional": true,
3059
3050
  "feel": "optional",
3060
3051
  "group": "embeddingModel",
3061
3052
  "binding": {
3062
- "name": "embeddingModelProvider.projectId",
3053
+ "name": "embeddingModelProvider.openAi.projectId",
3063
3054
  "type": "zeebe:input"
3064
3055
  },
3065
3056
  "condition": {
3066
3057
  "property": "embeddingModelProvider.modelProvider",
3067
- "equals": "OPEN_AI_MODEL_PROVIDER",
3058
+ "equals": "openAiModelProvider",
3068
3059
  "type": "simple"
3069
3060
  },
3070
3061
  "type": "String"
3071
3062
  },
3072
3063
  {
3073
- "id": "embeddingModelProvider.openAiDimensions",
3064
+ "id": "embeddingModelProvider.openAi.dimensions",
3074
3065
  "label": "Embedding dimensions",
3075
3066
  "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
3067
  "optional": true,
3077
3068
  "feel": "required",
3078
3069
  "group": "embeddingModel",
3079
3070
  "binding": {
3080
- "name": "embeddingModelProvider.dimensions",
3071
+ "name": "embeddingModelProvider.openAi.dimensions",
3081
3072
  "type": "zeebe:input"
3082
3073
  },
3083
3074
  "condition": {
3084
3075
  "property": "embeddingModelProvider.modelProvider",
3085
- "equals": "OPEN_AI_MODEL_PROVIDER",
3076
+ "equals": "openAiModelProvider",
3086
3077
  "type": "simple"
3087
3078
  },
3088
3079
  "type": "Number"
3089
3080
  },
3090
3081
  {
3091
- "id": "embeddingModelProvider.openAiMaxRetries",
3082
+ "id": "embeddingModelProvider.openAi.maxRetries",
3092
3083
  "label": "Max retries",
3093
3084
  "description": "Max retries",
3094
3085
  "optional": true,
@@ -3096,47 +3087,47 @@
3096
3087
  "feel": "static",
3097
3088
  "group": "embeddingModel",
3098
3089
  "binding": {
3099
- "name": "embeddingModelProvider.maxRetries",
3090
+ "name": "embeddingModelProvider.openAi.maxRetries",
3100
3091
  "type": "zeebe:input"
3101
3092
  },
3102
3093
  "condition": {
3103
3094
  "property": "embeddingModelProvider.modelProvider",
3104
- "equals": "OPEN_AI_MODEL_PROVIDER",
3095
+ "equals": "openAiModelProvider",
3105
3096
  "type": "simple"
3106
3097
  },
3107
3098
  "type": "Number"
3108
3099
  },
3109
3100
  {
3110
- "id": "embeddingModelProvider.openAiCustomHeaders",
3101
+ "id": "embeddingModelProvider.openAi.customHeaders",
3111
3102
  "label": "Custom headers",
3112
3103
  "description": "Map of custom HTTP headers to add to the request.",
3113
3104
  "optional": true,
3114
3105
  "feel": "required",
3115
3106
  "group": "embeddingModel",
3116
3107
  "binding": {
3117
- "name": "embeddingModelProvider.customHeaders",
3108
+ "name": "embeddingModelProvider.openAi.customHeaders",
3118
3109
  "type": "zeebe:input"
3119
3110
  },
3120
3111
  "condition": {
3121
3112
  "property": "embeddingModelProvider.modelProvider",
3122
- "equals": "OPEN_AI_MODEL_PROVIDER",
3113
+ "equals": "openAiModelProvider",
3123
3114
  "type": "simple"
3124
3115
  },
3125
3116
  "type": "String"
3126
3117
  },
3127
3118
  {
3128
- "id": "embeddingModelProvider.openAiBaseUrl",
3119
+ "id": "embeddingModelProvider.openAi.baseUrl",
3129
3120
  "label": "Custom base URL",
3130
3121
  "optional": true,
3131
3122
  "feel": "optional",
3132
3123
  "group": "embeddingModel",
3133
3124
  "binding": {
3134
- "name": "embeddingModelProvider.baseUrl",
3125
+ "name": "embeddingModelProvider.openAi.baseUrl",
3135
3126
  "type": "zeebe:input"
3136
3127
  },
3137
3128
  "condition": {
3138
3129
  "property": "embeddingModelProvider.modelProvider",
3139
- "equals": "OPEN_AI_MODEL_PROVIDER",
3130
+ "equals": "openAiModelProvider",
3140
3131
  "type": "simple"
3141
3132
  },
3142
3133
  "tooltip": "Base URL of OpenAI API. The default is 'https://api.openai.com/v1/'",
@@ -3146,7 +3137,7 @@
3146
3137
  "id": "vectorStore.vectorStore",
3147
3138
  "label": "Embeddings store",
3148
3139
  "description": "Select embedding store",
3149
- "value": "STORE_ELASTICSEARCH",
3140
+ "value": "elasticsearchStore",
3150
3141
  "group": "embeddingsStore",
3151
3142
  "binding": {
3152
3143
  "name": "vectorStore.storeType",
@@ -3156,23 +3147,23 @@
3156
3147
  "choices": [
3157
3148
  {
3158
3149
  "name": "Amazon Managed OpenSearch",
3159
- "value": "STORE_AMAZON_MANAGED_OPENSEARCH"
3150
+ "value": "amazonManagedOpenSearchStore"
3160
3151
  },
3161
3152
  {
3162
3153
  "name": "Azure AI Search",
3163
- "value": "STORE_AZURE_AI_SEARCH"
3154
+ "value": "azureAiSearchStore"
3164
3155
  },
3165
3156
  {
3166
3157
  "name": "Azure Cosmos DB NoSQL",
3167
- "value": "STORE_AZURE_COSMOS_DB_NO_SQL"
3158
+ "value": "azureCosmosDbNoSqlStore"
3168
3159
  },
3169
3160
  {
3170
3161
  "name": "Elasticsearch",
3171
- "value": "STORE_ELASTICSEARCH"
3162
+ "value": "elasticsearchStore"
3172
3163
  },
3173
3164
  {
3174
3165
  "name": "OpenSearch",
3175
- "value": "STORE_OPENSEARCH"
3166
+ "value": "openSearchStore"
3176
3167
  }
3177
3168
  ]
3178
3169
  },
@@ -3187,12 +3178,12 @@
3187
3178
  "feel": "optional",
3188
3179
  "group": "embeddingsStore",
3189
3180
  "binding": {
3190
- "name": "vectorStore.accessKey",
3181
+ "name": "vectorStore.amazonManagedOpensearch.accessKey",
3191
3182
  "type": "zeebe:input"
3192
3183
  },
3193
3184
  "condition": {
3194
3185
  "property": "vectorStore.vectorStore",
3195
- "equals": "STORE_AMAZON_MANAGED_OPENSEARCH",
3186
+ "equals": "amazonManagedOpenSearchStore",
3196
3187
  "type": "simple"
3197
3188
  },
3198
3189
  "type": "String"
@@ -3208,12 +3199,12 @@
3208
3199
  "feel": "optional",
3209
3200
  "group": "embeddingsStore",
3210
3201
  "binding": {
3211
- "name": "vectorStore.secretKey",
3202
+ "name": "vectorStore.amazonManagedOpensearch.secretKey",
3212
3203
  "type": "zeebe:input"
3213
3204
  },
3214
3205
  "condition": {
3215
3206
  "property": "vectorStore.vectorStore",
3216
- "equals": "STORE_AMAZON_MANAGED_OPENSEARCH",
3207
+ "equals": "amazonManagedOpenSearchStore",
3217
3208
  "type": "simple"
3218
3209
  },
3219
3210
  "type": "String"
@@ -3229,12 +3220,12 @@
3229
3220
  "feel": "optional",
3230
3221
  "group": "embeddingsStore",
3231
3222
  "binding": {
3232
- "name": "vectorStore.serverUrl",
3223
+ "name": "vectorStore.amazonManagedOpensearch.serverUrl",
3233
3224
  "type": "zeebe:input"
3234
3225
  },
3235
3226
  "condition": {
3236
3227
  "property": "vectorStore.vectorStore",
3237
- "equals": "STORE_AMAZON_MANAGED_OPENSEARCH",
3228
+ "equals": "amazonManagedOpenSearchStore",
3238
3229
  "type": "simple"
3239
3230
  },
3240
3231
  "type": "String"
@@ -3250,12 +3241,12 @@
3250
3241
  "feel": "optional",
3251
3242
  "group": "embeddingsStore",
3252
3243
  "binding": {
3253
- "name": "vectorStore.region",
3244
+ "name": "vectorStore.amazonManagedOpensearch.region",
3254
3245
  "type": "zeebe:input"
3255
3246
  },
3256
3247
  "condition": {
3257
3248
  "property": "vectorStore.vectorStore",
3258
- "equals": "STORE_AMAZON_MANAGED_OPENSEARCH",
3249
+ "equals": "amazonManagedOpenSearchStore",
3259
3250
  "type": "simple"
3260
3251
  },
3261
3252
  "type": "String"
@@ -3271,18 +3262,18 @@
3271
3262
  "feel": "optional",
3272
3263
  "group": "embeddingsStore",
3273
3264
  "binding": {
3274
- "name": "vectorStore.indexName",
3265
+ "name": "vectorStore.amazonManagedOpensearch.indexName",
3275
3266
  "type": "zeebe:input"
3276
3267
  },
3277
3268
  "condition": {
3278
3269
  "property": "vectorStore.vectorStore",
3279
- "equals": "STORE_AMAZON_MANAGED_OPENSEARCH",
3270
+ "equals": "amazonManagedOpenSearchStore",
3280
3271
  "type": "simple"
3281
3272
  },
3282
3273
  "type": "String"
3283
3274
  },
3284
3275
  {
3285
- "id": "vectorStore.azureAiSearch.endpoint",
3276
+ "id": "vectorStore.aiSearch.endpoint",
3286
3277
  "label": "Endpoint",
3287
3278
  "description": "Specify Azure AI Search endpoint. Details in the <a href=\"https://learn.microsoft.com/en-us/azure/search/\" target=\"_blank\">documentation</a>.",
3288
3279
  "optional": false,
@@ -3292,29 +3283,29 @@
3292
3283
  "feel": "optional",
3293
3284
  "group": "embeddingsStore",
3294
3285
  "binding": {
3295
- "name": "vectorStore.endpoint",
3286
+ "name": "vectorStore.aiSearch.endpoint",
3296
3287
  "type": "zeebe:input"
3297
3288
  },
3298
3289
  "condition": {
3299
3290
  "property": "vectorStore.vectorStore",
3300
- "equals": "STORE_AZURE_AI_SEARCH",
3291
+ "equals": "azureAiSearchStore",
3301
3292
  "type": "simple"
3302
3293
  },
3303
3294
  "type": "String"
3304
3295
  },
3305
3296
  {
3306
- "id": "vectorStore.azureAiSearchAuthentication.type",
3297
+ "id": "vectorStore.aiSearch.authentication.type",
3307
3298
  "label": "Authentication",
3308
- "description": "Specify the Azure OpenAI authentication strategy.",
3299
+ "description": "Specify the Azure authentication strategy.",
3309
3300
  "value": "apiKey",
3310
3301
  "group": "embeddingsStore",
3311
3302
  "binding": {
3312
- "name": "vectorStore.azureAiSearchAuthentication.type",
3303
+ "name": "vectorStore.aiSearch.authentication.type",
3313
3304
  "type": "zeebe:input"
3314
3305
  },
3315
3306
  "condition": {
3316
3307
  "property": "vectorStore.vectorStore",
3317
- "equals": "STORE_AZURE_AI_SEARCH",
3308
+ "equals": "azureAiSearchStore",
3318
3309
  "type": "simple"
3319
3310
  },
3320
3311
  "type": "Dropdown",
@@ -3330,7 +3321,7 @@
3330
3321
  ]
3331
3322
  },
3332
3323
  {
3333
- "id": "vectorStore.azureAiSearchAuthentication.apiKey",
3324
+ "id": "vectorStore.aiSearch.authentication.apiKey",
3334
3325
  "label": "API key",
3335
3326
  "optional": false,
3336
3327
  "constraints": {
@@ -3339,19 +3330,19 @@
3339
3330
  "feel": "optional",
3340
3331
  "group": "embeddingsStore",
3341
3332
  "binding": {
3342
- "name": "vectorStore.azureAiSearchAuthentication.apiKey",
3333
+ "name": "vectorStore.aiSearch.authentication.apiKey",
3343
3334
  "type": "zeebe:input"
3344
3335
  },
3345
3336
  "condition": {
3346
3337
  "allMatch": [
3347
3338
  {
3348
- "property": "vectorStore.azureAiSearchAuthentication.type",
3339
+ "property": "vectorStore.aiSearch.authentication.type",
3349
3340
  "equals": "apiKey",
3350
3341
  "type": "simple"
3351
3342
  },
3352
3343
  {
3353
3344
  "property": "vectorStore.vectorStore",
3354
- "equals": "STORE_AZURE_AI_SEARCH",
3345
+ "equals": "azureAiSearchStore",
3355
3346
  "type": "simple"
3356
3347
  }
3357
3348
  ]
@@ -3359,7 +3350,7 @@
3359
3350
  "type": "String"
3360
3351
  },
3361
3352
  {
3362
- "id": "vectorStore.azureAiSearchAuthentication.clientId",
3353
+ "id": "vectorStore.aiSearch.authentication.clientId",
3363
3354
  "label": "Client ID",
3364
3355
  "description": "ID of a Microsoft Entra application",
3365
3356
  "optional": false,
@@ -3369,19 +3360,19 @@
3369
3360
  "feel": "optional",
3370
3361
  "group": "embeddingsStore",
3371
3362
  "binding": {
3372
- "name": "vectorStore.azureAiSearchAuthentication.clientId",
3363
+ "name": "vectorStore.aiSearch.authentication.clientId",
3373
3364
  "type": "zeebe:input"
3374
3365
  },
3375
3366
  "condition": {
3376
3367
  "allMatch": [
3377
3368
  {
3378
- "property": "vectorStore.azureAiSearchAuthentication.type",
3369
+ "property": "vectorStore.aiSearch.authentication.type",
3379
3370
  "equals": "clientCredentials",
3380
3371
  "type": "simple"
3381
3372
  },
3382
3373
  {
3383
3374
  "property": "vectorStore.vectorStore",
3384
- "equals": "STORE_AZURE_AI_SEARCH",
3375
+ "equals": "azureAiSearchStore",
3385
3376
  "type": "simple"
3386
3377
  }
3387
3378
  ]
@@ -3389,7 +3380,7 @@
3389
3380
  "type": "String"
3390
3381
  },
3391
3382
  {
3392
- "id": "vectorStore.azureAiSearchAuthentication.clientSecret",
3383
+ "id": "vectorStore.aiSearch.authentication.clientSecret",
3393
3384
  "label": "Client secret",
3394
3385
  "description": "Secret of a Microsoft Entra application",
3395
3386
  "optional": false,
@@ -3399,19 +3390,19 @@
3399
3390
  "feel": "optional",
3400
3391
  "group": "embeddingsStore",
3401
3392
  "binding": {
3402
- "name": "vectorStore.azureAiSearchAuthentication.clientSecret",
3393
+ "name": "vectorStore.aiSearch.authentication.clientSecret",
3403
3394
  "type": "zeebe:input"
3404
3395
  },
3405
3396
  "condition": {
3406
3397
  "allMatch": [
3407
3398
  {
3408
- "property": "vectorStore.azureAiSearchAuthentication.type",
3399
+ "property": "vectorStore.aiSearch.authentication.type",
3409
3400
  "equals": "clientCredentials",
3410
3401
  "type": "simple"
3411
3402
  },
3412
3403
  {
3413
3404
  "property": "vectorStore.vectorStore",
3414
- "equals": "STORE_AZURE_AI_SEARCH",
3405
+ "equals": "azureAiSearchStore",
3415
3406
  "type": "simple"
3416
3407
  }
3417
3408
  ]
@@ -3419,7 +3410,7 @@
3419
3410
  "type": "String"
3420
3411
  },
3421
3412
  {
3422
- "id": "vectorStore.azureAiSearchAuthentication.tenantId",
3413
+ "id": "vectorStore.aiSearch.authentication.tenantId",
3423
3414
  "label": "Tenant ID",
3424
3415
  "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
3416
  "optional": false,
@@ -3429,19 +3420,19 @@
3429
3420
  "feel": "optional",
3430
3421
  "group": "embeddingsStore",
3431
3422
  "binding": {
3432
- "name": "vectorStore.azureAiSearchAuthentication.tenantId",
3423
+ "name": "vectorStore.aiSearch.authentication.tenantId",
3433
3424
  "type": "zeebe:input"
3434
3425
  },
3435
3426
  "condition": {
3436
3427
  "allMatch": [
3437
3428
  {
3438
- "property": "vectorStore.azureAiSearchAuthentication.type",
3429
+ "property": "vectorStore.aiSearch.authentication.type",
3439
3430
  "equals": "clientCredentials",
3440
3431
  "type": "simple"
3441
3432
  },
3442
3433
  {
3443
3434
  "property": "vectorStore.vectorStore",
3444
- "equals": "STORE_AZURE_AI_SEARCH",
3435
+ "equals": "azureAiSearchStore",
3445
3436
  "type": "simple"
3446
3437
  }
3447
3438
  ]
@@ -3449,26 +3440,26 @@
3449
3440
  "type": "String"
3450
3441
  },
3451
3442
  {
3452
- "id": "vectorStore.azureAiSearchAuthentication.authorityHost",
3443
+ "id": "vectorStore.aiSearch.authentication.authorityHost",
3453
3444
  "label": "Authority host",
3454
3445
  "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
3446
  "optional": true,
3456
3447
  "feel": "optional",
3457
3448
  "group": "embeddingsStore",
3458
3449
  "binding": {
3459
- "name": "vectorStore.azureAiSearchAuthentication.authorityHost",
3450
+ "name": "vectorStore.aiSearch.authentication.authorityHost",
3460
3451
  "type": "zeebe:input"
3461
3452
  },
3462
3453
  "condition": {
3463
3454
  "allMatch": [
3464
3455
  {
3465
- "property": "vectorStore.azureAiSearchAuthentication.type",
3456
+ "property": "vectorStore.aiSearch.authentication.type",
3466
3457
  "equals": "clientCredentials",
3467
3458
  "type": "simple"
3468
3459
  },
3469
3460
  {
3470
3461
  "property": "vectorStore.vectorStore",
3471
- "equals": "STORE_AZURE_AI_SEARCH",
3462
+ "equals": "azureAiSearchStore",
3472
3463
  "type": "simple"
3473
3464
  }
3474
3465
  ]
@@ -3476,7 +3467,7 @@
3476
3467
  "type": "String"
3477
3468
  },
3478
3469
  {
3479
- "id": "vectorStore.azureAiSearch.indexName",
3470
+ "id": "vectorStore.aiSearch.indexName",
3480
3471
  "label": "Index name",
3481
3472
  "description": "The name of the search index. When storing embeddings this index is created or updated automatically.",
3482
3473
  "optional": false,
@@ -3486,12 +3477,12 @@
3486
3477
  "feel": "optional",
3487
3478
  "group": "embeddingsStore",
3488
3479
  "binding": {
3489
- "name": "vectorStore.indexName",
3480
+ "name": "vectorStore.aiSearch.indexName",
3490
3481
  "type": "zeebe:input"
3491
3482
  },
3492
3483
  "condition": {
3493
3484
  "property": "vectorStore.vectorStore",
3494
- "equals": "STORE_AZURE_AI_SEARCH",
3485
+ "equals": "azureAiSearchStore",
3495
3486
  "type": "simple"
3496
3487
  },
3497
3488
  "type": "String"
@@ -3507,29 +3498,29 @@
3507
3498
  "feel": "optional",
3508
3499
  "group": "embeddingsStore",
3509
3500
  "binding": {
3510
- "name": "vectorStore.endpoint",
3501
+ "name": "vectorStore.azureCosmosDbNoSql.endpoint",
3511
3502
  "type": "zeebe:input"
3512
3503
  },
3513
3504
  "condition": {
3514
3505
  "property": "vectorStore.vectorStore",
3515
- "equals": "STORE_AZURE_COSMOS_DB_NO_SQL",
3506
+ "equals": "azureCosmosDbNoSqlStore",
3516
3507
  "type": "simple"
3517
3508
  },
3518
3509
  "type": "String"
3519
3510
  },
3520
3511
  {
3521
- "id": "vectorStore.azureCosmosDbAuthentication.type",
3512
+ "id": "vectorStore.azureCosmosDbNoSql.authentication.type",
3522
3513
  "label": "Authentication",
3523
- "description": "Specify the Azure OpenAI authentication strategy.",
3514
+ "description": "Specify the Azure authentication strategy.",
3524
3515
  "value": "apiKey",
3525
3516
  "group": "embeddingsStore",
3526
3517
  "binding": {
3527
- "name": "vectorStore.azureCosmosDbAuthentication.type",
3518
+ "name": "vectorStore.azureCosmosDbNoSql.authentication.type",
3528
3519
  "type": "zeebe:input"
3529
3520
  },
3530
3521
  "condition": {
3531
3522
  "property": "vectorStore.vectorStore",
3532
- "equals": "STORE_AZURE_COSMOS_DB_NO_SQL",
3523
+ "equals": "azureCosmosDbNoSqlStore",
3533
3524
  "type": "simple"
3534
3525
  },
3535
3526
  "type": "Dropdown",
@@ -3545,7 +3536,7 @@
3545
3536
  ]
3546
3537
  },
3547
3538
  {
3548
- "id": "vectorStore.azureCosmosDbAuthentication.apiKey",
3539
+ "id": "vectorStore.azureCosmosDbNoSql.authentication.apiKey",
3549
3540
  "label": "API key",
3550
3541
  "optional": false,
3551
3542
  "constraints": {
@@ -3554,19 +3545,19 @@
3554
3545
  "feel": "optional",
3555
3546
  "group": "embeddingsStore",
3556
3547
  "binding": {
3557
- "name": "vectorStore.azureCosmosDbAuthentication.apiKey",
3548
+ "name": "vectorStore.azureCosmosDbNoSql.authentication.apiKey",
3558
3549
  "type": "zeebe:input"
3559
3550
  },
3560
3551
  "condition": {
3561
3552
  "allMatch": [
3562
3553
  {
3563
- "property": "vectorStore.azureCosmosDbAuthentication.type",
3554
+ "property": "vectorStore.azureCosmosDbNoSql.authentication.type",
3564
3555
  "equals": "apiKey",
3565
3556
  "type": "simple"
3566
3557
  },
3567
3558
  {
3568
3559
  "property": "vectorStore.vectorStore",
3569
- "equals": "STORE_AZURE_COSMOS_DB_NO_SQL",
3560
+ "equals": "azureCosmosDbNoSqlStore",
3570
3561
  "type": "simple"
3571
3562
  }
3572
3563
  ]
@@ -3574,7 +3565,7 @@
3574
3565
  "type": "String"
3575
3566
  },
3576
3567
  {
3577
- "id": "vectorStore.azureCosmosDbAuthentication.clientId",
3568
+ "id": "vectorStore.azureCosmosDbNoSql.authentication.clientId",
3578
3569
  "label": "Client ID",
3579
3570
  "description": "ID of a Microsoft Entra application",
3580
3571
  "optional": false,
@@ -3584,19 +3575,19 @@
3584
3575
  "feel": "optional",
3585
3576
  "group": "embeddingsStore",
3586
3577
  "binding": {
3587
- "name": "vectorStore.azureCosmosDbAuthentication.clientId",
3578
+ "name": "vectorStore.azureCosmosDbNoSql.authentication.clientId",
3588
3579
  "type": "zeebe:input"
3589
3580
  },
3590
3581
  "condition": {
3591
3582
  "allMatch": [
3592
3583
  {
3593
- "property": "vectorStore.azureCosmosDbAuthentication.type",
3584
+ "property": "vectorStore.azureCosmosDbNoSql.authentication.type",
3594
3585
  "equals": "clientCredentials",
3595
3586
  "type": "simple"
3596
3587
  },
3597
3588
  {
3598
3589
  "property": "vectorStore.vectorStore",
3599
- "equals": "STORE_AZURE_COSMOS_DB_NO_SQL",
3590
+ "equals": "azureCosmosDbNoSqlStore",
3600
3591
  "type": "simple"
3601
3592
  }
3602
3593
  ]
@@ -3604,7 +3595,7 @@
3604
3595
  "type": "String"
3605
3596
  },
3606
3597
  {
3607
- "id": "vectorStore.azureCosmosDbAuthentication.clientSecret",
3598
+ "id": "vectorStore.azureCosmosDbNoSql.authentication.clientSecret",
3608
3599
  "label": "Client secret",
3609
3600
  "description": "Secret of a Microsoft Entra application",
3610
3601
  "optional": false,
@@ -3614,19 +3605,19 @@
3614
3605
  "feel": "optional",
3615
3606
  "group": "embeddingsStore",
3616
3607
  "binding": {
3617
- "name": "vectorStore.azureCosmosDbAuthentication.clientSecret",
3608
+ "name": "vectorStore.azureCosmosDbNoSql.authentication.clientSecret",
3618
3609
  "type": "zeebe:input"
3619
3610
  },
3620
3611
  "condition": {
3621
3612
  "allMatch": [
3622
3613
  {
3623
- "property": "vectorStore.azureCosmosDbAuthentication.type",
3614
+ "property": "vectorStore.azureCosmosDbNoSql.authentication.type",
3624
3615
  "equals": "clientCredentials",
3625
3616
  "type": "simple"
3626
3617
  },
3627
3618
  {
3628
3619
  "property": "vectorStore.vectorStore",
3629
- "equals": "STORE_AZURE_COSMOS_DB_NO_SQL",
3620
+ "equals": "azureCosmosDbNoSqlStore",
3630
3621
  "type": "simple"
3631
3622
  }
3632
3623
  ]
@@ -3634,7 +3625,7 @@
3634
3625
  "type": "String"
3635
3626
  },
3636
3627
  {
3637
- "id": "vectorStore.azureCosmosDbAuthentication.tenantId",
3628
+ "id": "vectorStore.azureCosmosDbNoSql.authentication.tenantId",
3638
3629
  "label": "Tenant ID",
3639
3630
  "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
3631
  "optional": false,
@@ -3644,19 +3635,19 @@
3644
3635
  "feel": "optional",
3645
3636
  "group": "embeddingsStore",
3646
3637
  "binding": {
3647
- "name": "vectorStore.azureCosmosDbAuthentication.tenantId",
3638
+ "name": "vectorStore.azureCosmosDbNoSql.authentication.tenantId",
3648
3639
  "type": "zeebe:input"
3649
3640
  },
3650
3641
  "condition": {
3651
3642
  "allMatch": [
3652
3643
  {
3653
- "property": "vectorStore.azureCosmosDbAuthentication.type",
3644
+ "property": "vectorStore.azureCosmosDbNoSql.authentication.type",
3654
3645
  "equals": "clientCredentials",
3655
3646
  "type": "simple"
3656
3647
  },
3657
3648
  {
3658
3649
  "property": "vectorStore.vectorStore",
3659
- "equals": "STORE_AZURE_COSMOS_DB_NO_SQL",
3650
+ "equals": "azureCosmosDbNoSqlStore",
3660
3651
  "type": "simple"
3661
3652
  }
3662
3653
  ]
@@ -3664,26 +3655,26 @@
3664
3655
  "type": "String"
3665
3656
  },
3666
3657
  {
3667
- "id": "vectorStore.azureCosmosDbAuthentication.authorityHost",
3658
+ "id": "vectorStore.azureCosmosDbNoSql.authentication.authorityHost",
3668
3659
  "label": "Authority host",
3669
3660
  "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
3661
  "optional": true,
3671
3662
  "feel": "optional",
3672
3663
  "group": "embeddingsStore",
3673
3664
  "binding": {
3674
- "name": "vectorStore.azureCosmosDbAuthentication.authorityHost",
3665
+ "name": "vectorStore.azureCosmosDbNoSql.authentication.authorityHost",
3675
3666
  "type": "zeebe:input"
3676
3667
  },
3677
3668
  "condition": {
3678
3669
  "allMatch": [
3679
3670
  {
3680
- "property": "vectorStore.azureCosmosDbAuthentication.type",
3671
+ "property": "vectorStore.azureCosmosDbNoSql.authentication.type",
3681
3672
  "equals": "clientCredentials",
3682
3673
  "type": "simple"
3683
3674
  },
3684
3675
  {
3685
3676
  "property": "vectorStore.vectorStore",
3686
- "equals": "STORE_AZURE_COSMOS_DB_NO_SQL",
3677
+ "equals": "azureCosmosDbNoSqlStore",
3687
3678
  "type": "simple"
3688
3679
  }
3689
3680
  ]
@@ -3701,12 +3692,12 @@
3701
3692
  "feel": "optional",
3702
3693
  "group": "embeddingsStore",
3703
3694
  "binding": {
3704
- "name": "vectorStore.databaseName",
3695
+ "name": "vectorStore.azureCosmosDbNoSql.databaseName",
3705
3696
  "type": "zeebe:input"
3706
3697
  },
3707
3698
  "condition": {
3708
3699
  "property": "vectorStore.vectorStore",
3709
- "equals": "STORE_AZURE_COSMOS_DB_NO_SQL",
3700
+ "equals": "azureCosmosDbNoSqlStore",
3710
3701
  "type": "simple"
3711
3702
  },
3712
3703
  "type": "String"
@@ -3722,12 +3713,12 @@
3722
3713
  "feel": "optional",
3723
3714
  "group": "embeddingsStore",
3724
3715
  "binding": {
3725
- "name": "vectorStore.containerName",
3716
+ "name": "vectorStore.azureCosmosDbNoSql.containerName",
3726
3717
  "type": "zeebe:input"
3727
3718
  },
3728
3719
  "condition": {
3729
3720
  "property": "vectorStore.vectorStore",
3730
- "equals": "STORE_AZURE_COSMOS_DB_NO_SQL",
3721
+ "equals": "azureCosmosDbNoSqlStore",
3731
3722
  "type": "simple"
3732
3723
  },
3733
3724
  "type": "String"
@@ -3743,12 +3734,12 @@
3743
3734
  },
3744
3735
  "group": "embeddingsStore",
3745
3736
  "binding": {
3746
- "name": "vectorStore.consistencyLevel",
3737
+ "name": "vectorStore.azureCosmosDbNoSql.consistencyLevel",
3747
3738
  "type": "zeebe:input"
3748
3739
  },
3749
3740
  "condition": {
3750
3741
  "property": "vectorStore.vectorStore",
3751
- "equals": "STORE_AZURE_COSMOS_DB_NO_SQL",
3742
+ "equals": "azureCosmosDbNoSqlStore",
3752
3743
  "type": "simple"
3753
3744
  },
3754
3745
  "type": "Dropdown",
@@ -3786,12 +3777,12 @@
3786
3777
  },
3787
3778
  "group": "embeddingsStore",
3788
3779
  "binding": {
3789
- "name": "vectorStore.distanceFunction",
3780
+ "name": "vectorStore.azureCosmosDbNoSql.distanceFunction",
3790
3781
  "type": "zeebe:input"
3791
3782
  },
3792
3783
  "condition": {
3793
3784
  "property": "vectorStore.vectorStore",
3794
- "equals": "STORE_AZURE_COSMOS_DB_NO_SQL",
3785
+ "equals": "azureCosmosDbNoSqlStore",
3795
3786
  "type": "simple"
3796
3787
  },
3797
3788
  "type": "Dropdown",
@@ -3821,12 +3812,12 @@
3821
3812
  },
3822
3813
  "group": "embeddingsStore",
3823
3814
  "binding": {
3824
- "name": "vectorStore.vectorIndexType",
3815
+ "name": "vectorStore.azureCosmosDbNoSql.vectorIndexType",
3825
3816
  "type": "zeebe:input"
3826
3817
  },
3827
3818
  "condition": {
3828
3819
  "property": "vectorStore.vectorStore",
3829
- "equals": "STORE_AZURE_COSMOS_DB_NO_SQL",
3820
+ "equals": "azureCosmosDbNoSqlStore",
3830
3821
  "type": "simple"
3831
3822
  },
3832
3823
  "type": "Dropdown",
@@ -3846,7 +3837,7 @@
3846
3837
  ]
3847
3838
  },
3848
3839
  {
3849
- "id": "vectorStore.embeddingsStore.elasticsearch.baseUrl",
3840
+ "id": "vectorStore.elasticsearch.baseUrl",
3850
3841
  "label": "Base URL",
3851
3842
  "description": "Elasticsearch base URL, i.e. http(s)://host:port",
3852
3843
  "optional": false,
@@ -3856,18 +3847,18 @@
3856
3847
  "feel": "optional",
3857
3848
  "group": "embeddingsStore",
3858
3849
  "binding": {
3859
- "name": "vectorStore.baseUrl",
3850
+ "name": "vectorStore.elasticsearch.baseUrl",
3860
3851
  "type": "zeebe:input"
3861
3852
  },
3862
3853
  "condition": {
3863
3854
  "property": "vectorStore.vectorStore",
3864
- "equals": "STORE_ELASTICSEARCH",
3855
+ "equals": "elasticsearchStore",
3865
3856
  "type": "simple"
3866
3857
  },
3867
3858
  "type": "String"
3868
3859
  },
3869
3860
  {
3870
- "id": "vectorStore.embeddingsStore.elasticsearch.username",
3861
+ "id": "vectorStore.elasticsearch.userName",
3871
3862
  "label": "Username",
3872
3863
  "description": "Elasticsearch username",
3873
3864
  "optional": false,
@@ -3877,18 +3868,18 @@
3877
3868
  "feel": "optional",
3878
3869
  "group": "embeddingsStore",
3879
3870
  "binding": {
3880
- "name": "vectorStore.userName",
3871
+ "name": "vectorStore.elasticsearch.userName",
3881
3872
  "type": "zeebe:input"
3882
3873
  },
3883
3874
  "condition": {
3884
3875
  "property": "vectorStore.vectorStore",
3885
- "equals": "STORE_ELASTICSEARCH",
3876
+ "equals": "elasticsearchStore",
3886
3877
  "type": "simple"
3887
3878
  },
3888
3879
  "type": "String"
3889
3880
  },
3890
3881
  {
3891
- "id": "vectorStore.embeddingsStore.elasticsearch.password",
3882
+ "id": "vectorStore.elasticsearch.password",
3892
3883
  "label": "Password",
3893
3884
  "description": "Elasticsearch password",
3894
3885
  "optional": false,
@@ -3898,18 +3889,18 @@
3898
3889
  "feel": "optional",
3899
3890
  "group": "embeddingsStore",
3900
3891
  "binding": {
3901
- "name": "vectorStore.password",
3892
+ "name": "vectorStore.elasticsearch.password",
3902
3893
  "type": "zeebe:input"
3903
3894
  },
3904
3895
  "condition": {
3905
3896
  "property": "vectorStore.vectorStore",
3906
- "equals": "STORE_ELASTICSEARCH",
3897
+ "equals": "elasticsearchStore",
3907
3898
  "type": "simple"
3908
3899
  },
3909
3900
  "type": "String"
3910
3901
  },
3911
3902
  {
3912
- "id": "vectorStore.embeddingsStore.elasticsearch.indexName",
3903
+ "id": "vectorStore.elasticsearch.indexName",
3913
3904
  "label": "Index name",
3914
3905
  "description": "Elasticsearch index",
3915
3906
  "optional": false,
@@ -3919,18 +3910,18 @@
3919
3910
  "feel": "optional",
3920
3911
  "group": "embeddingsStore",
3921
3912
  "binding": {
3922
- "name": "vectorStore.indexName",
3913
+ "name": "vectorStore.elasticsearch.indexName",
3923
3914
  "type": "zeebe:input"
3924
3915
  },
3925
3916
  "condition": {
3926
3917
  "property": "vectorStore.vectorStore",
3927
- "equals": "STORE_ELASTICSEARCH",
3918
+ "equals": "elasticsearchStore",
3928
3919
  "type": "simple"
3929
3920
  },
3930
3921
  "type": "String"
3931
3922
  },
3932
3923
  {
3933
- "id": "vectorStore.embeddingsStore.opensearch.baseUrl",
3924
+ "id": "vectorStore.openSearch.baseUrl",
3934
3925
  "label": "Base URL",
3935
3926
  "description": "OpenSearch base URL, i.e. http(s)://host:port",
3936
3927
  "optional": false,
@@ -3940,18 +3931,18 @@
3940
3931
  "feel": "optional",
3941
3932
  "group": "embeddingsStore",
3942
3933
  "binding": {
3943
- "name": "vectorStore.baseUrl",
3934
+ "name": "vectorStore.openSearch.baseUrl",
3944
3935
  "type": "zeebe:input"
3945
3936
  },
3946
3937
  "condition": {
3947
3938
  "property": "vectorStore.vectorStore",
3948
- "equals": "STORE_OPENSEARCH",
3939
+ "equals": "openSearchStore",
3949
3940
  "type": "simple"
3950
3941
  },
3951
3942
  "type": "String"
3952
3943
  },
3953
3944
  {
3954
- "id": "vectorStore.embeddingsStore.opensearch.username",
3945
+ "id": "vectorStore.openSearch.userName",
3955
3946
  "label": "Username",
3956
3947
  "description": "OpenSearch username",
3957
3948
  "optional": false,
@@ -3961,18 +3952,18 @@
3961
3952
  "feel": "optional",
3962
3953
  "group": "embeddingsStore",
3963
3954
  "binding": {
3964
- "name": "vectorStore.userName",
3955
+ "name": "vectorStore.openSearch.userName",
3965
3956
  "type": "zeebe:input"
3966
3957
  },
3967
3958
  "condition": {
3968
3959
  "property": "vectorStore.vectorStore",
3969
- "equals": "STORE_OPENSEARCH",
3960
+ "equals": "openSearchStore",
3970
3961
  "type": "simple"
3971
3962
  },
3972
3963
  "type": "String"
3973
3964
  },
3974
3965
  {
3975
- "id": "vectorStore.embeddingsStore.opensearch.password",
3966
+ "id": "vectorStore.openSearch.password",
3976
3967
  "label": "Password",
3977
3968
  "description": "OpenSearch password",
3978
3969
  "optional": false,
@@ -3982,18 +3973,18 @@
3982
3973
  "feel": "optional",
3983
3974
  "group": "embeddingsStore",
3984
3975
  "binding": {
3985
- "name": "vectorStore.password",
3976
+ "name": "vectorStore.openSearch.password",
3986
3977
  "type": "zeebe:input"
3987
3978
  },
3988
3979
  "condition": {
3989
3980
  "property": "vectorStore.vectorStore",
3990
- "equals": "STORE_OPENSEARCH",
3981
+ "equals": "openSearchStore",
3991
3982
  "type": "simple"
3992
3983
  },
3993
3984
  "type": "String"
3994
3985
  },
3995
3986
  {
3996
- "id": "vectorStore.embeddingsStore.opensearch.indexName",
3987
+ "id": "vectorStore.openSearch.indexName",
3997
3988
  "label": "Index name",
3998
3989
  "description": "OpenSearch index",
3999
3990
  "optional": false,
@@ -4003,12 +3994,12 @@
4003
3994
  "feel": "optional",
4004
3995
  "group": "embeddingsStore",
4005
3996
  "binding": {
4006
- "name": "vectorStore.indexName",
3997
+ "name": "vectorStore.openSearch.indexName",
4007
3998
  "type": "zeebe:input"
4008
3999
  },
4009
4000
  "condition": {
4010
4001
  "property": "vectorStore.vectorStore",
4011
- "equals": "STORE_OPENSEARCH",
4002
+ "equals": "openSearchStore",
4012
4003
  "type": "simple"
4013
4004
  },
4014
4005
  "type": "String"
@@ -4029,7 +4020,7 @@
4029
4020
  },
4030
4021
  "condition": {
4031
4022
  "property": "vectorDatabaseConnectorOperation.operationType",
4032
- "equals": "OPERATION_EMBED_DOCUMENT",
4023
+ "equals": "embedDocumentOperation",
4033
4024
  "type": "simple"
4034
4025
  },
4035
4026
  "type": "Dropdown",
@@ -4066,7 +4057,7 @@
4066
4057
  },
4067
4058
  {
4068
4059
  "property": "vectorDatabaseConnectorOperation.operationType",
4069
- "equals": "OPERATION_EMBED_DOCUMENT",
4060
+ "equals": "embedDocumentOperation",
4070
4061
  "type": "simple"
4071
4062
  }
4072
4063
  ]
@@ -4095,7 +4086,7 @@
4095
4086
  },
4096
4087
  {
4097
4088
  "property": "vectorDatabaseConnectorOperation.operationType",
4098
- "equals": "OPERATION_EMBED_DOCUMENT",
4089
+ "equals": "embedDocumentOperation",
4099
4090
  "type": "simple"
4100
4091
  }
4101
4092
  ]
@@ -4105,7 +4096,7 @@
4105
4096
  {
4106
4097
  "id": "vectorDatabaseConnectorOperation.documentSplitter.documentSplitter",
4107
4098
  "label": "Document splitting strategy",
4108
- "value": "DOCUMENT_SPLITTER_RECURSIVE",
4099
+ "value": "recursiveDocumentSplitter",
4109
4100
  "group": "document",
4110
4101
  "binding": {
4111
4102
  "name": "vectorDatabaseConnectorOperation.documentSplitter.splitterType",
@@ -4113,18 +4104,18 @@
4113
4104
  },
4114
4105
  "condition": {
4115
4106
  "property": "vectorDatabaseConnectorOperation.operationType",
4116
- "equals": "OPERATION_EMBED_DOCUMENT",
4107
+ "equals": "embedDocumentOperation",
4117
4108
  "type": "simple"
4118
4109
  },
4119
4110
  "type": "Dropdown",
4120
4111
  "choices": [
4121
4112
  {
4122
4113
  "name": "Recursive",
4123
- "value": "DOCUMENT_SPLITTER_RECURSIVE"
4114
+ "value": "recursiveDocumentSplitter"
4124
4115
  },
4125
4116
  {
4126
4117
  "name": "Do not split",
4127
- "value": "DOCUMENT_SPLITTER_NONE"
4118
+ "value": "noopDocumentSplitter"
4128
4119
  }
4129
4120
  ]
4130
4121
  },
@@ -4134,9 +4125,6 @@
4134
4125
  "description": "Max splitting segment size in chars",
4135
4126
  "optional": false,
4136
4127
  "value": 500,
4137
- "constraints": {
4138
- "notEmpty": true
4139
- },
4140
4128
  "feel": "static",
4141
4129
  "group": "document",
4142
4130
  "binding": {
@@ -4147,12 +4135,12 @@
4147
4135
  "allMatch": [
4148
4136
  {
4149
4137
  "property": "vectorDatabaseConnectorOperation.documentSplitter.documentSplitter",
4150
- "equals": "DOCUMENT_SPLITTER_RECURSIVE",
4138
+ "equals": "recursiveDocumentSplitter",
4151
4139
  "type": "simple"
4152
4140
  },
4153
4141
  {
4154
4142
  "property": "vectorDatabaseConnectorOperation.operationType",
4155
- "equals": "OPERATION_EMBED_DOCUMENT",
4143
+ "equals": "embedDocumentOperation",
4156
4144
  "type": "simple"
4157
4145
  }
4158
4146
  ]
@@ -4165,9 +4153,6 @@
4165
4153
  "description": "Max segment splitting overlap size in chars",
4166
4154
  "optional": false,
4167
4155
  "value": 80,
4168
- "constraints": {
4169
- "notEmpty": true
4170
- },
4171
4156
  "feel": "static",
4172
4157
  "group": "document",
4173
4158
  "binding": {
@@ -4178,12 +4163,12 @@
4178
4163
  "allMatch": [
4179
4164
  {
4180
4165
  "property": "vectorDatabaseConnectorOperation.documentSplitter.documentSplitter",
4181
- "equals": "DOCUMENT_SPLITTER_RECURSIVE",
4166
+ "equals": "recursiveDocumentSplitter",
4182
4167
  "type": "simple"
4183
4168
  },
4184
4169
  {
4185
4170
  "property": "vectorDatabaseConnectorOperation.operationType",
4186
- "equals": "OPERATION_EMBED_DOCUMENT",
4171
+ "equals": "embedDocumentOperation",
4187
4172
  "type": "simple"
4188
4173
  }
4189
4174
  ]
@@ -4194,7 +4179,7 @@
4194
4179
  "id": "version",
4195
4180
  "label": "Version",
4196
4181
  "description": "Version of the element template",
4197
- "value": "1",
4182
+ "value": "2",
4198
4183
  "group": "connector",
4199
4184
  "binding": {
4200
4185
  "key": "elementTemplateVersion",