We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 967d89f + d59b6ba commit be115c9Copy full SHA for be115c9
1 file changed
docs/rag_guide.md
@@ -67,7 +67,7 @@ For users with BYOK or OKP/Solr configurations, you can automatically enrich you
67
68
```bash
69
# 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
+uv run src/llama_stack_configuration.py -c lightspeed-stack.yaml -i run.yaml -o run_enriched.yaml
71
```
72
73
This script automatically adds the necessary:
0 commit comments