LocalAI/core/services/nodes
2026-05-24 08:42:35 +00:00
..
distributed_store.go feat: add distributed mode (#9124) 2026-03-30 00:47:27 +02:00
distributed_store_test.go feat: add distributed mode (#9124) 2026-03-30 00:47:27 +02:00
file_stager.go feat: add distributed mode (#9124) 2026-03-30 00:47:27 +02:00
file_stager_http.go feat: track files being staged (#9275) 2026-04-08 14:33:58 +02:00
file_stager_s3.go feat: track files being staged (#9275) 2026-04-08 14:33:58 +02:00
file_staging_client.go feat: wire transcription for llama.cpp, add streaming support (#9353) 2026-04-14 16:13:40 +02:00
file_transfer_server.go fix(distributed): worker container healthcheck always unhealthy 2026-04-27 13:51:57 +00:00
file_transfer_server_test.go feat(distributed): Avoid resending models to backend nodes (#9193) 2026-03-31 16:28:13 +02:00
health.go fix(distributed): cascade-clean stale node_models rows + filter routing by healthy status (#9754) 2026-05-13 21:57:50 +02:00
health_mock_test.go feat(middleware): Model routing, PII filtering, Cloud model proxies 2026-05-24 09:42:31 +01:00
health_test.go fix(distributed): cascade-clean stale node_models rows + filter routing by healthy status (#9754) 2026-05-13 21:57:50 +02:00
inflight.go feat(distributed): support multiple replicas of one model on the same node (#9583) 2026-04-27 21:20:05 +02:00
inflight_test.go feat(middleware): Model routing, PII filtering, Cloud model proxies 2026-05-24 09:42:31 +01:00
install_progress_publisher.go fix(distributed): make admin backend installs resilient and observable (#9958) 2026-05-23 12:35:44 +02:00
install_progress_publisher_test.go fix(distributed): make admin backend installs resilient and observable (#9958) 2026-05-23 12:35:44 +02:00
interfaces.go feat(concurrency-groups): per-model exclusive groups for backend loading (#9662) 2026-05-05 08:42:50 +02:00
managers_distributed.go fix(distributed): make admin backend installs resilient and observable (#9958) 2026-05-23 12:35:44 +02:00
managers_distributed_test.go fix(distributed): make admin backend installs resilient and observable (#9958) 2026-05-23 12:35:44 +02:00
model_router.go feat: add distributed mode (#9124) 2026-03-30 00:47:27 +02:00
model_router_test.go feat(concurrency-groups): per-model exclusive groups for backend loading (#9662) 2026-05-05 08:42:50 +02:00
nodes_suite_test.go feat: add distributed mode (#9124) 2026-03-30 00:47:27 +02:00
probe_cache.go fix(distributed): route per request across loaded replicas + cache probeHealth (#9968) 2026-05-24 08:15:27 +00:00
probe_cache_test.go fix(distributed): route per request across loaded replicas + cache probeHealth (#9968) 2026-05-24 08:15:27 +00:00
reconciler.go fix(distributed): make admin backend installs resilient and observable (#9958) 2026-05-23 12:35:44 +02:00
reconciler_test.go feat(distributed): support multiple replicas of one model on the same node (#9583) 2026-04-27 21:20:05 +02:00
registry.go fix(distributed): route per request across loaded replicas + cache probeHealth (#9968) 2026-05-24 08:15:27 +00:00
registry_test.go fix(distributed): route per request across loaded replicas + cache probeHealth (#9968) 2026-05-24 08:15:27 +00:00
replicapicker.go fix(distributed): route per request across loaded replicas + cache probeHealth (#9968) 2026-05-24 08:15:27 +00:00
replicapicker_test.go fix(distributed): route per request across loaded replicas + cache probeHealth (#9968) 2026-05-24 08:15:27 +00:00
router.go fix(distributed): route per request across loaded replicas + cache probeHealth (#9968) 2026-05-24 08:15:27 +00:00
router_test.go fix(distributed): make admin backend installs resilient and observable (#9958) 2026-05-23 12:35:44 +02:00
staging_keys.go feat: add distributed mode (#9124) 2026-03-30 00:47:27 +02:00
staging_keys_test.go feat: add distributed mode (#9124) 2026-03-30 00:47:27 +02:00
staging_progress.go feat: track files being staged (#9275) 2026-04-08 14:33:58 +02:00
unloader.go fix(distributed): make admin backend installs resilient and observable (#9958) 2026-05-23 12:35:44 +02:00
unloader_test.go fix(distributed): make admin backend installs resilient and observable (#9958) 2026-05-23 12:35:44 +02:00
unloader_upgrade_test.go fix(distributed): make admin backend installs resilient and observable (#9958) 2026-05-23 12:35:44 +02:00