Skip to content

docs: fix distributed-mode diagram (workers use NATS, not PostgreSQL)#10138

Merged
mudler merged 1 commit into
masterfrom
docs/fix-distributed-arch-nats
Jun 2, 2026
Merged

docs: fix distributed-mode diagram (workers use NATS, not PostgreSQL)#10138
mudler merged 1 commit into
masterfrom
docs/fix-distributed-arch-nats

Conversation

@localai-bot
Copy link
Copy Markdown
Collaborator

Small correctness fix to the distributed-mode architecture diagram from #10137.

The worker-bound arrows originated from the PostgreSQL area of the control plane, implying workers connect to PostgreSQL. They do not: PostgreSQL is the frontends shared state, while workers coordinate over NATS (backend.install events) and receive LoadModel over gRPC from a frontend. The worker arrows now originate from the NATS chip.

PNG + HTML source updated together.

… PostgreSQL

The architecture diagram drew the worker-bound arrows from the PostgreSQL area of the control plane, implying workers connect to PostgreSQL. They do not: PostgreSQL is the frontends shared state, while workers coordinate over NATS (backend.install events) and receive LoadModel over gRPC from a frontend. Re-route the worker arrows to originate from the NATS chip.

Assisted-by: Claude:claude-opus-4-8 [Claude Code]
Signed-off-by: Ettore Di Giacinto <mudler@localai.io>
@mudler mudler merged commit 415b561 into master Jun 2, 2026
57 checks passed
@mudler mudler deleted the docs/fix-distributed-arch-nats branch June 2, 2026 20:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants