Dmytro Skarzhynets
|
c9c46dce43
|
Save to custom table node: remove redundant executor per node
|
9 months ago |
Dmytro Skarzhynets
|
171e824684
|
Clear alarm node: async processing
|
9 months ago |
Dmytro Skarzhynets
|
a1cebcc54c
|
AI request node: fix prompts validation
|
10 months ago |
VIacheslavKlimov
|
f2ad1ef796
|
Fix Slack files upload support
|
10 months ago |
Igor Kulikov
|
dbd6c2a085
|
Remove tomcat version override because spring boot uses fixed version. Update nimbus-jose-jwt version to fix vulnerabilities and remove test scope as it used directly by spring-security-oauth2-client.
|
10 months ago |
Andrii Landiak
|
cff4f35b9a
|
Auto-remove alarms when originator is deleted
|
10 months ago |
Igor Kulikov
|
418cecf016
|
Version 4.3.0-SNAPSHOT
|
11 months ago |
Igor Kulikov
|
4cdf1baf9a
|
Temp version set to 4.2.0-RC
|
11 months ago |
Igor Kulikov
|
20bccee972
|
Version set 4.3.0-SNAPSHOT
|
11 months ago |
Igor Kulikov
|
cc7c496b13
|
Version set to 4.2.0-RC
|
11 months ago |
VIacheslavKlimov
|
43425961d6
|
Fix CVE-2023-52428
|
11 months ago |
Dmytro Skarzhynets
|
b323bdc5d0
|
Create alarm node: process message asynchronously to avoid blocking dispatcher thread
|
11 months ago |
Dmytro Skarzhynets
|
583c622210
|
AI rule node: add rule node docs link
|
11 months ago |
Dmytro Skarzhynets
|
7315f3ba15
|
AI rule node: add rule node tests
|
11 months ago |
Dmytro Skarzhynets
|
1ce1a1b89c
|
AI rule node: fail node init if JSON mode is configured and the model does not support it
|
11 months ago |
Andrii Landiak
|
233d883d4c
|
Test: givenInvalidClientId_whenInit_thenThrowsException
|
11 months ago |
Andrii Landiak
|
3e223ed8bf
|
Max client id for different mqtt protocol version
|
11 months ago |
Dmytro Skarzhynets
|
46bdbbdb05
|
AI rule node: wording and default values adjustments
|
11 months ago |
Dmytro Skarzhynets
|
103a712f0d
|
AI rule node: add default value for force ack in node config
|
11 months ago |
Dmytro Skarzhynets
|
eb52e7c767
|
AI rule node: add force ack configuration option to rule node
|
11 months ago |
Dmytro Skarzhynets
|
5abbe9ec02
|
AI rule node: rename `aiModelId` to `modelId` in rule node config
|
11 months ago |
Dmytro Skarzhynets
|
fd7faa5a9e
|
AI rule node: fix flaky Azure IoT hub node test
|
11 months ago |
Dmytro Skarzhynets
|
e7c971a7bb
|
AI rule node: add node description and details
|
11 months ago |
Dmytro Skarzhynets
|
b6b30dbba9
|
AI rule node: rename AI model settings to AI model
|
11 months ago |
Artem Dzhereleiko
|
6ecb3a49f1
|
UI: AI models
|
11 months ago |
Andrii Landiak
|
345c28c482
|
Add admin settings entity type
|
11 months ago |
Dmytro Skarzhynets
|
d4ec3f8b39
|
AI rule node: change structure of response format info in node config
|
11 months ago |
Dmytro Skarzhynets
|
69964a2413
|
Make script compilation errors unrecoverable during rule node initialization
|
11 months ago |
Dmytro Skarzhynets
|
cdb7e3b0c0
|
AI rule node: correct method name for schema adapter
|
11 months ago |
Dmytro Skarzhynets
|
a2e7ff293b
|
AI rule node: add API for sending arbitrary chat requests to LLM model
|
11 months ago |
Dmytro Skarzhynets
|
8d87031b9a
|
AI rule node: change validation message for system prompt to be more consistent with others
|
11 months ago |
VIacheslavKlimov
|
fb966bded0
|
Fix no type-cast for attributes; telemetry controller refactoring
|
11 months ago |
Dmytro Skarzhynets
|
61669dde3f
|
AI rule node: increase length limit for prompts
|
11 months ago |
Dmytro Skarzhynets
|
80ebd784d8
|
AI rule node: make system prompt optional
|
11 months ago |
Dmytro Skarzhynets
|
0cc5980156
|
AI rule node: add Anthropic support
|
11 months ago |
Dmytro Skarzhynets
|
1343c4af3b
|
AI rule node: refactor model config data structure; rename from AI settings to AI model settings
|
12 months ago |
Dmytro Skarzhynets
|
9bffff2d75
|
AI rule node: fix typo
|
12 months ago |
Dmytro Skarzhynets
|
c096397010
|
AI rule node: support node patterns in prompts
|
12 months ago |
Dmytro Skarzhynets
|
d2d22a44c2
|
AI rule node: add support for all data/metadata patterns in rule nodes
|
12 months ago |
Dmytro Skarzhynets
|
ff23fa03c0
|
AI rule node: add dedicated thread pool for AI requests
|
12 months ago |
Dmytro Skarzhynets
|
db5e4f8d91
|
AI rule node: make message processing non-blocking
|
12 months ago |
Dmytro Skarzhynets
|
fe9caaedd4
|
AI rule node: disable rule node on edges
|
12 months ago |
Dmytro Skarzhynets
|
ac61136ecc
|
AI rule node: ensure AI settings exist on rule node init
|
12 months ago |
Dmytro Skarzhynets
|
2e5aab3fd6
|
AI rule node: use `ObjectNode` instead of more general `JsonNode` for JSON Schema config field
|
12 months ago |
Dmytro Skarzhynets
|
cb106760c1
|
AI rule node: add timeout support
|
12 months ago |
IrynaMatveieva
|
0ade84c842
|
trigger processing using telemetry sub service in CF node
|
12 months ago |
Dmytro Skarzhynets
|
d5c6ed1f61
|
AI rule node: JSON ignore validation method in rule node config
|
12 months ago |
Dmytro Skarzhynets
|
19c234fcdf
|
AI rule node: configure chat model on each message
|
12 months ago |
Dmytro Skarzhynets
|
00d32c2374
|
AI rule node: fix wrapping in JSON object if response is not a valid JSON object
|
12 months ago |
Igor Kulikov
|
ebf6f66cbe
|
Version set to 4.2.0-SNAPSHOT
|
1 year ago |