fix: skip valkey-glide on Windows

This commit is contained in:
Hyu
2026-07-13 00:11:34 +08:00
parent 2a3f7f8059
commit 578565dbe2
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'