diff --git a/candle-binding/README.md b/candle-binding/README.md index 7338f155..d717f69f 100644 --- a/candle-binding/README.md +++ b/candle-binding/README.md @@ -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 diff --git a/website/docs/getting-started/installation.md b/website/docs/getting-started/installation.md index 0970c832..1ef09029 100644 --- a/website/docs/getting-started/installation.md +++ b/website/docs/getting-started/installation.md @@ -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`)