Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/rag_guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
Loading