| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| gorse_darwin_arm64.zip | 2026-01-31 | 239.4 MB | |
| gorse_linux_amd64.zip | 2026-01-31 | 237.3 MB | |
| gorse_linux_arm64.zip | 2026-01-31 | 221.3 MB | |
| gorse_linux_riscv64.zip | 2026-01-31 | 229.6 MB | |
| gorse_windows_amd64.zip | 2026-01-31 | 240.9 MB | |
| gorse_windows_arm64.zip | 2026-01-31 | 223.3 MB | |
| Gorse v0.5.3 source code.tar.gz | 2026-01-31 | 446.9 kB | |
| Gorse v0.5.3 source code.zip | 2026-01-31 | 609.6 kB | |
| README.md | 2026-01-31 | 635 Bytes | |
| Totals: 9 Items | 1.4 GB | 0 | |
Features
- Support large language model based ranker (#1129).
- Support RecFlow without ranker node (#1148).
- Support external recommender in RecFlow (#1146).
- Support start master without config file (#1150).
- Add Azure Blob Storage support (#1152).
Fix
- Delete stale recommendations from cache before setting new ones (#1145).
BREAK CHANGES
-
Type of collaborative filtering is required.
:::toml [recommend.collaborative]
The type of collaborative filtering. Supported values:
none: disable collaborative filtering.
mf: matrix factorization.
type = "mf"