5302 Commits (633b2c8a2ba369b751a97f9cf4cdeac39a8dfbc7)

Author SHA1 Message Date
Andrii Landiak cff4f35b9a Auto-remove alarms when originator is deleted 1 year ago
Igor Kulikov cc7c496b13 Version set to 4.2.0-RC 1 year ago
dashevchenko 52bfd78174 fixed filter implementation for numeric entity field saved as str 1 year ago
VIacheslavKlimov 45a57230c1 Upgrade versions of most libraries; refactor dependency management 1 year ago
Dmytro Skarzhynets b323bdc5d0
Create alarm node: process message asynchronously to avoid blocking dispatcher thread 1 year ago
Dmytro Skarzhynets b7f3c9fb63
Make component annotations inheritable 1 year ago
Igor Kulikov 7c2c0357c1 Move alias entity resolution to backend. 1 year ago
Volodymyr Babak b52a60f05d Added Edge version 4.2.0 1 year ago
nickAS21 5f6cc76d11 tbel: reName createSetTb to newSet and to toSet 1 year ago
Viacheslav Klimov 1f9351100b
Change mobile app title Swagger description 1 year ago
Vladyslav_Prykhodko 3a441567d9 Rename pkgTitle to title 1 year ago
Vladyslav_Prykhodko 5a848477fc Add support mobile application title in predefined config 1 year ago
nickAS21 8b86fdc1dc lwm2m: fix bug in onUpdateValueWithSendRequest convertObjectIdToVersionedId 1 year ago
Dmytro Skarzhynets 1ce1a1b89c
AI rule node: fail node init if JSON mode is configured and the model does not support it 1 year ago
Andrii Landiak 3e223ed8bf Max client id for different mqtt protocol version 1 year ago
nick baf68bbbfc tbel: refactoring 1 year ago
nick edba3517da tbel: add ExecutionArrayList with methods: add, addAll, remove, clear, sort, toSorted, toList 1 year ago
Dmytro Skarzhynets ce3af71f1e
AI rule node: relax validation for top K 1 year ago
Dmytro Skarzhynets 56ccc6ff41
AI rule node: relax validation for provider configs 1 year ago
Dmytro Skarzhynets 152d685225
AI rule node: add tests for paginated get models API 1 year ago
Dmytro Skarzhynets 17d7931e5d
AI rule node: add basic save API tests 1 year ago
Dmytro Skarzhynets 82d2c1d93a
AI rule node: get rid of model type as record component 1 year ago
Dmytro Skarzhynets fd7faa5a9e
AI rule node: fix flaky Azure IoT hub node test 1 year ago
Dmytro Skarzhynets 9bcd3d8849
AI rule node: fix rule engine message metadata (de)serialization 1 year ago
Dmytro Skarzhynets b6b30dbba9
AI rule node: rename AI model settings to AI model 1 year ago
Dmytro Skarzhynets a0e8b01429
Add tests for compilation errors when evaluating scripts 1 year ago
Andrii Landiak 345c28c482 Add admin settings entity type 1 year ago
Dmytro Skarzhynets d4ec3f8b39
AI rule node: change structure of response format info in node config 1 year ago
Dmytro Skarzhynets 69964a2413
Make script compilation errors unrecoverable during rule node initialization 1 year ago
imbeacon 83eef548bb Fixed issue that leads to double counting for devices connected through gateway 1 year ago
Dmytro Skarzhynets 749b327795
AI rule node: resolve dependency conflicts 1 year ago
Dmytro Skarzhynets 030f8ce974
AI rule node: remove stop sequences as it is not used 1 year ago
Dmytro Skarzhynets f2278f86c9
AI rule node: add validation using annotations 1 year ago
Dmytro Skarzhynets 1e82a332e4
AI rule node: fix Azure Open AI integration after testing 1 year ago
Dmytro Skarzhynets bc87f99935
AI rule node: cleanup AiProvider enum 1 year ago
Dmytro Skarzhynets 5e36a4e522
AI rule node: get rid of type resolver for AiModel 1 year ago
Dmytro Skarzhynets a2e7ff293b
AI rule node: add API for sending arbitrary chat requests to LLM model 1 year ago
Dmytro Skarzhynets 944d80df9d
AI rule node: add file name to Vertex AI provider config; change service account key to be string 1 year ago
Dmytro Skarzhynets 201060e268
AI rule node: remove redundant generic in AiModelConfig.java 1 year ago
VIacheslavKlimov fb966bded0 Fix no type-cast for attributes; telemetry controller refactoring 1 year ago
VIacheslavKlimov 68be1163b6 Cleanup upgrade from 4.1 to 4.2 1 year ago
Dmytro Skarzhynets 0960b4b179
AI rule node: add stop sequences for all providers 1 year ago
Dmytro Skarzhynets d81d41fd7b
AI rule node: add max output tokens for all providers 1 year ago
Dmytro Skarzhynets bc96c63fcf
AI rule node: add presence penalty for the models that support it 1 year ago
Dmytro Skarzhynets dfe4dea436
AI rule node: add frequency penalty for the models that support it 1 year ago
Dmytro Skarzhynets 72db8f9823
AI rule node: support top K for Google AI Gemini, Google Vertex AI Gemini and Anthropic 1 year ago
Dmytro Skarzhynets afb0259010
AI rule node: support timeout for Vertex AI 1 year ago
Dmytro Skarzhynets 3f58ff01c3
AI rule node: support top N for all models 1 year ago
Dmytro Skarzhynets 3f2a6440a7
AI rule node: support unknown models 1 year ago
Dmytro Skarzhynets 00a653c29f
AI rule node: use `Map.ofEntries()` in model type resolver 1 year ago