From d59b6ba1545348e389eed67bac3f3c0de9504ddf Mon Sep 17 00:00:00 2001 From: Michael Clayton Date: Tue, 10 Mar 2026 11:03:59 -0400 Subject: [PATCH] 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. --- docs/rag_guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/rag_guide.md b/docs/rag_guide.md index 1ddbbd96d..a7122b6ea 100644 --- a/docs/rag_guide.md +++ b/docs/rag_guide.md @@ -67,7 +67,7 @@ For users with BYOK or OKP/Solr configurations, you can automatically enrich you ```bash # Enrich run.yaml with BYOK and/or Solr configurations from lightspeed-stack.yaml -python src/llama_stack_configuration.py -c lightspeed-stack.yaml -i run.yaml -o run_enriched.yaml +uv run src/llama_stack_configuration.py -c lightspeed-stack.yaml -i run.yaml -o run_enriched.yaml ``` This script automatically adds the necessary: