You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: website/docs/getting-started/installation.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ This guide will help you set up and install the Semantic Router on your system.
8
8
9
9
### Software Dependencies
10
10
11
-
-**Go**: Version 1.19 or higher
11
+
-**Go**: Version 1.24.1 or higher (matches the module requirements)
12
12
-**Rust**: Version 1.70 or higher (for Candle bindings)
13
13
-**Python**: Version 3.8 or higher (for model downloads)
14
14
-**HuggingFace CLI**: For model downloads (`pip install huggingface_hub`)
@@ -90,6 +90,8 @@ This downloads the CPU-optimized BERT models for:
90
90
- PII detection
91
91
- Jailbreak detection
92
92
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
+
93
95
### 5. Configure Backend Endpoints
94
96
95
97
Edit `config/config.yaml` to point to your LLM endpoints:
0 commit comments