Skip to content

Commit da289e2

Browse files
committed
Update deployment command in README for simplified RAG pipeline deployment
1 parent af301c6 commit da289e2

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

llm-complete-guide/README.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -147,13 +147,7 @@ export ZENML_HF_SPACE_NAME=<YOUR_HF_SPACE_NAME> # optional, defaults to "llm-com
147147
To deploy the RAG pipeline, you can use the following command:
148148

149149
```shell
150-
python run.py --deploy
151-
```
152-
153-
Alternatively, you can run the basic RAG pipeline *and* deploy it in one go:
154-
155-
```shell
156-
python run.py --rag --deploy
150+
python run.py deploy
157151
```
158152

159153
This will open a Hugging Face space in your browser where you can interact with

0 commit comments

Comments
 (0)