fix: skip valkey-glide on Windows (#2333)

Skip the unsupported valkey-glide dependency on Windows while preserving automatic installation on supported platforms. Keep missing-client runtime and test paths safe, and update the Valkey integration documentation.
This commit is contained in:
RockChinQ
2026-07-13 00:22:12 +08:00
committed by GitHub
parent 2a3f7f8059
commit 3ddebd26ae
6 changed files with 21 additions and 14 deletions
+4 -2
View File
@@ -31,8 +31,10 @@ Both are compatible with LangBot.
## Installation
Valkey Search support is included when you install LangBot — the `valkey-glide` dependency is
declared in `pyproject.toml`. To install manually:
Valkey Search support is included automatically on Linux and macOS. The official `valkey-glide`
client does not currently publish a Windows package, so LangBot skips this optional dependency on
Windows; LangBot remains usable there, but the Valkey Search backend is unavailable. To install the
client manually on a supported platform:
```bash
pip install 'valkey-glide>=2.4.1,<3.0.0'