Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 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
2 changes: 1 addition & 1 deletion candle-binding/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ This directory contains Go bindings and tests for the `candle_semantic_router` n
## Prerequisites

- Go (>= 1.18)
- Rust (for building the native library)
- Rust ( >= 1.90.0, for building the native library)
- `cargo` (Rust's build tool)

## Build the Native Library
Expand Down
2 changes: 1 addition & 1 deletion website/docs/getting-started/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ This guide will help you set up and install the Semantic Router on your system.
### Software Dependencies

- **Go**: Version 1.24.1 or higher (matches the module requirements)
- **Rust**: Version 1.70 or higher (for Candle bindings)
- **Rust**: Version 1.90.0 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
Loading