Skip to content

Commit 361445e

Browse files
authored
docs(installation): update Go version requirement and add test tip for model downloads (#146)
Signed-off-by: samzong <[email protected]>
1 parent 31069a9 commit 361445e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

website/docs/getting-started/installation.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ This guide will help you set up and install the Semantic Router on your system.
88

99
### Software Dependencies
1010

11-
- **Go**: Version 1.19 or higher
11+
- **Go**: Version 1.24.1 or higher (matches the module requirements)
1212
- **Rust**: Version 1.70 or higher (for Candle bindings)
1313
- **Python**: Version 3.8 or higher (for model downloads)
1414
- **HuggingFace CLI**: For model downloads (`pip install huggingface_hub`)
@@ -90,6 +90,8 @@ This downloads the CPU-optimized BERT models for:
9090
- PII detection
9191
- Jailbreak detection
9292

93+
> **Tip:** `make test` invokes `make download-models` automatically, so you only need to run this step manually the first time or when refreshing the cache.
94+
9395
### 5. Configure Backend Endpoints
9496

9597
Edit `config/config.yaml` to point to your LLM endpoints:

0 commit comments

Comments
 (0)