Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion website/docs/getting-started/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ This guide will help you set up and install the Semantic Router on your system.

### Software Dependencies

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

> **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.

### 5. Configure Backend Endpoints

Edit `config/config.yaml` to point to your LLM endpoints:
Expand Down
Loading