Skip to content
Merged
Show file tree
Hide file tree
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: 2 additions & 2 deletions candle-binding/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ This directory contains Go bindings and tests for the `candle_semantic_router` n

## Prerequisites

- Go (>= 1.18)
- Rust (for building the native library)
- Go Version 1.24.1 or higher (matches the module requirements)
- Rust Version 1.90.0 or higher (for Candle bindings, supports 2024 edition)
- `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