Skip to content

Commit be115c9

Browse files
authored
Merge pull request #1302 from mwcz/patch-1
recommend `uv run` instead of `python` in `rag_guide.md`
2 parents 967d89f + d59b6ba commit be115c9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/rag_guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ For users with BYOK or OKP/Solr configurations, you can automatically enrich you
6767

6868
```bash
6969
# Enrich run.yaml with BYOK and/or Solr configurations from lightspeed-stack.yaml
70-
python src/llama_stack_configuration.py -c lightspeed-stack.yaml -i run.yaml -o run_enriched.yaml
70+
uv run src/llama_stack_configuration.py -c lightspeed-stack.yaml -i run.yaml -o run_enriched.yaml
7171
```
7272

7373
This script automatically adds the necessary:

0 commit comments

Comments
 (0)