Skip to content

Commit 590ff2a

Browse files
committed
Replace some ligering instances of "assistant" with "Compass"
Signed-off-by: Andre Fredette <afredette@redhat.com>
1 parent 6ab367e commit 590ff2a

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

docs/ARCHITECTURE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ This document defines the system architecture for **Compass**, which streamlines
1717

1818
## Solution Approach
1919

20-
The assistant follows a **4-stage conversational flow**:
20+
Compass follows a **4-stage conversational flow**:
2121

2222
1. **Understand Business Context** - Capture task definition, expected load, and constraints
2323
2. **Provide Tailored Recommendations** - Suggest models, hardware, and SLOs

docs/DEVELOPER_GUIDE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -658,7 +658,7 @@ ollama list # Should show llama3.1:8b
658658

659659
### Option 1: Run Full Stack with UI (Recommended)
660660

661-
The easiest way to use the assistant:
661+
The easiest way to use Compass:
662662

663663
```bash
664664
# Terminal 1 - Start Ollama (if not already running)

docs/architecture-diagram.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Pre-Deployment Assistant Architecture Diagram
1+
# Compass Architecture Diagram
22

33
```mermaid
44
graph TB
@@ -174,12 +174,12 @@ graph TB
174174

175175
```mermaid
176176
C4Context
177-
title System Context - Pre-Deployment Assistant
177+
title System Context - Compass
178178
179179
Person(dev, "Application Developer", "Wants to deploy LLM model")
180180
Person(admin, "Cluster Admin", "Manages infrastructure")
181181
182-
System(assistant, "Pre-Deployment Assistant", "Guides users from concept to production")
182+
System(assistant, "Compass", "Guides users from concept to production")
183183
184184
System_Ext(k8s, "Kubernetes/OpenShift", "Container orchestration")
185185
System_Ext(registry, "Model Registry", "HuggingFace Hub")

0 commit comments

Comments
 (0)