docs: correct CPU embedding speed estimate

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-06-12 17:00:37 +00:00
co-authored by Claude Sonnet 4.6
parent 1ed8d7e25e
commit 567e568c47
+1 -1
View File
@@ -239,7 +239,7 @@ uv sync
uv run winnow uv run winnow
``` ```
Requires Python 3.13+ and [uv](https://astral.sh/uv/). An NVIDIA GPU is strongly recommended — CPU mode works but embedding computation is significantly slower. Requires Python 3.13+ and [uv](https://astral.sh/uv/). An NVIDIA GPU is strongly recommended — CPU mode works but embedding computation is slower (typically tens of seconds per person vs under a second on GPU).
--- ---