Skip to content

Commit d59b6ba

Browse files
authored
recommend uv run instead of python for running the config enrichment script
Update rag_guide.md to recommend `uv run` instead of `python` for running `llama_stack_configuration.py`, otherwise the dependency on `azure` will not be loaded.
1 parent 36c2ae2 commit d59b6ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)