There was an error while loading. Please reload this page.
1 parent d5b7000 commit b36a85bCopy full SHA for b36a85b
1 file changed
moss-live-labs/examples/semantic-cache/README.md
@@ -52,7 +52,7 @@ you answer questions people didn't quite ask; too high and you miss obvious matc
52
```bash
53
uv sync # or: pip install moss openai python-dotenv
54
cp .env.example .env # fill in your keys
55
-python semantic_cache.py
+uv run python semantic_cache.py # runs inside the project venv (plain `python` if you used pip)
56
```
57
58
Expected: the first question is a `MISS` (calls the model), the paraphrased
0 commit comments