Skip to content

Commit b36a85b

Browse files
committed
examples(semantic-cache): README run via 'uv run python' so it uses the project venv
1 parent d5b7000 commit b36a85b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • moss-live-labs/examples/semantic-cache

moss-live-labs/examples/semantic-cache/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ you answer questions people didn't quite ask; too high and you miss obvious matc
5252
```bash
5353
uv sync # or: pip install moss openai python-dotenv
5454
cp .env.example .env # fill in your keys
55-
python semantic_cache.py
55+
uv run python semantic_cache.py # runs inside the project venv (plain `python` if you used pip)
5656
```
5757

5858
Expected: the first question is a `MISS` (calls the model), the paraphrased

0 commit comments

Comments
 (0)