Commit graph

14 commits

Author SHA1 Message Date
6dc2afafb9 fix:performance improvements
- app.py: Pre-warm AI connectors at module load and in lifespan
- aicoreModelRegistry.py: Connector discovery cache, getAvailableModels cache, bulk RBAC, eager prewarm
- connectorDbPostgre.py: Connector cache, contextvars for userId, eviction (max 32)
- chatbot: Uses _get_cached_connector, Service center integration, BillingService exceptions, BillingService exceptions instead of direct imports
- interfaceDbApp.py: Uses _get_cached_connector
- interfaceDbManagement.py: Uses _get_cached_connector
- security/rbac.py: Adds checkResourceAccessBulk
2026-03-06 13:46:54 +01:00
ValueOn AG
280cafd54a refactored features phase II 2026-01-23 01:10:00 +01:00
ValueOn AG
362080791a isolate features 2026-01-22 17:00:29 +01:00
ValueOn AG
89202eb040 hotfix initiation of ai models performance issue 2026-01-14 22:38:23 +01:00
ValueOn AG
c40d5e5133 jsnon structure rendering with budget 2026-01-06 11:20:09 +01:00
ValueOn AG
4b00e741b3 refactored service center 2025-12-15 21:55:26 +01:00
ValueOn AG
1195105b94 cleaned up dependencies and code architecture 2025-12-09 23:25:06 +01:00
ValueOn AG
d009f93dba rbac roles and rules integration tests passed 2025-12-07 23:51:05 +01:00
ValueOn AG
a53d8f8e33 app chain validation - fixed issues 2025-11-03 23:51:20 +01:00
ValueOn AG
89337418f6 ai models and calls: standardized and harmonized all model operation types 2025-10-24 19:03:53 +02:00
ValueOn AG
36947b6d7e ready for test revised dynamic ai aware chunking system 2025-10-23 00:35:44 +02:00
ValueOn AG
6b819cc848 updated price calculations and basis for refactory of dynamic content handling 2025-10-22 16:48:32 +02:00
ValueOn AG
109e77fd60 implemented dynmaic ai integration and selection chain 2025-10-22 01:15:21 +02:00
ValueOn AG
3adaaad8eb refactored ai core system to attach ai models plug and play 2025-10-21 18:14:58 +02:00