Skip to content

Commit 7e0b73d

Browse files
committed
fix(docs): fix broken references to distributed mode
Signed-off-by: Ettore Di Giacinto <mudler@localai.io>
1 parent c0a023d commit 7e0b73d

22 files changed

Lines changed: 23 additions & 24 deletions

docs/content/features/GPU-acceleration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
+++
22
disableToc = false
3-
title = "GPU acceleration"
3+
title = "GPU Acceleration"
44
weight = 9
55
url = "/features/gpu-acceleration/"
66
+++

docs/content/features/_index.en.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,7 @@ LocalAI provides a comprehensive set of features for running AI models locally.
2727
- **[Realtime API](openai-realtime/)** - Low-latency multi-modal conversations (voice+text) over WebSocket
2828
- **[Constrained Grammars](constrained_grammars/)** - Control model output format with BNF grammars
2929
- **[GPU Acceleration](GPU-acceleration/)** - Optimize performance with GPU support
30-
- **[Distributed Inference](distributed_inferencing/)** - Scale inference across multiple nodes
31-
- **[Distributed Mode](distributed-mode/)** - Horizontal scaling with PostgreSQL, NATS, and remote backend nodes
30+
- **[Distribution](distribution/)** - Scale inference across multiple nodes (P2P federation or production distributed mode)
3231
- **[P2P API](p2p/)** - Monitor and manage P2P worker and federated nodes
3332
- **[Model Context Protocol (MCP)](mcp/)** - Enable agentic capabilities with MCP integration
3433
- **[Agents](agents/)** - Autonomous AI agents with tools, knowledge base, and skills

docs/content/features/agents.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
+++
22
disableToc = false
3-
title = "🤖 Agents"
3+
title = "Agents"
44
weight = 21
55
url = '/features/agents'
66
+++

docs/content/features/audio-to-text.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
+++
22
disableToc = false
3-
title = "🔈 Audio to text"
3+
title = "Audio to Text"
44
weight = 16
55
url = "/features/audio-to-text/"
66
+++

docs/content/features/authentication.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
+++
22
disableToc = false
3-
title = "🔐 Authentication & Authorization"
3+
title = "Authentication & Authorization"
44
weight = 26
55
url = '/features/authentication'
66
+++

docs/content/features/backends.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "⚙️ Backends"
2+
title: "Backends"
33
description: "Learn how to use, manage, and develop backends in LocalAI"
44
weight: 4
55
url: "/backends/"

docs/content/features/constrained_grammars.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
+++
22
disableToc = false
3-
title = "✍️ Constrained Grammars"
3+
title = "Constrained Grammars"
44
weight = 15
55
url = "/features/constrained_grammars/"
66
+++

docs/content/features/distributed-mode.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ weight = 14
55
url = "/features/distributed-mode/"
66
+++
77

8-
Distributed mode enables horizontal scaling of LocalAI across multiple machines using **PostgreSQL** for state and node registry, and **NATS** for real-time coordination. Unlike the [P2P/federation approach](/features/distribute/), distributed mode is designed for production deployments and Kubernetes environments where you need centralized management, health monitoring, and deterministic routing.
8+
Distributed mode enables horizontal scaling of LocalAI across multiple machines using **PostgreSQL** for state and node registry, and **NATS** for real-time coordination. Unlike the [P2P/federation approach]({{% relref "features/distributed_inferencing" %}}), distributed mode is designed for production deployments and Kubernetes environments where you need centralized management, health monitoring, and deterministic routing.
99

1010
{{% notice note %}}
1111
Distributed mode requires authentication enabled with a **PostgreSQL** database — SQLite is not supported. This is because the node registry, job store, and other distributed state are stored in PostgreSQL tables.

docs/content/features/distributed_inferencing.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
+++
22
disableToc = false
3-
title = "🆕🖧 Distributed Inference"
3+
title = "P2P / Federated Inference"
44
weight = 15
55
url = "/features/distribute/"
66
+++
77

88
{{% notice tip %}}
9-
Looking for production-grade horizontal scaling with PostgreSQL and NATS? See [Distributed Mode](/features/distributed-mode/).
9+
Looking for production-grade horizontal scaling with PostgreSQL and NATS? See [Distributed Mode]({{% relref "features/distributed-mode" %}}).
1010
{{% /notice %}}
1111

1212
This functionality enables LocalAI to distribute inference requests across multiple worker nodes, improving efficiency and performance. Nodes are automatically discovered and connect via p2p by using a shared token which makes sure the communication is secure and private between the nodes of the network.

docs/content/features/embeddings.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
+++
22
disableToc = false
3-
title = "🧠 Embeddings"
3+
title = "Embeddings"
44
weight = 13
55
url = "/features/embeddings/"
66
+++

0 commit comments

Comments
 (0)