File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
website/docs/getting-started Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -4,8 +4,8 @@ This directory contains Go bindings and tests for the `candle_semantic_router` n
4
4
5
5
## Prerequisites
6
6
7
- - Go (>= 1.18 )
8
- - Rust (for building the native library )
7
+ - Go Version 1.24.1 or higher (matches the module requirements )
8
+ - Rust Version 1.90.0 or higher (for Candle bindings, supports 2024 edition )
9
9
- ` cargo ` (Rust's build tool)
10
10
11
11
## Build the Native Library
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ This guide will help you set up and install the Semantic Router on your system.
9
9
### Software Dependencies
10
10
11
11
- ** Go** : Version 1.24.1 or higher (matches the module requirements)
12
- - ** Rust** : Version 1.70 or higher (for Candle bindings)
12
+ - ** Rust** : Version 1.90.0 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 ` )
15
15
You can’t perform that action at this time.
0 commit comments