Skip to content

Commit b2fd9c5

Browse files
authored
Update README.md (#149)
1 parent 1a33175 commit b2fd9c5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

experimental/rag-developer-chatbot/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,16 +55,16 @@ Before proceeding with this guide, make sure you meet the following prerequisite
5555
```
5656
- Run the following command to build containers.
5757
```
58-
source experimental/developer-chatbot/compose.env; docker compose -f experimental/rag-developer-chatbot/docker-compose-dev-rag.yaml build
58+
source experimental/rag-developer-chatbot/compose.env; docker compose -f experimental/rag-developer-chatbot/docker-compose-dev-rag.yaml build
5959
```
6060
6161
- Run the following command to start containers.
6262
```
63-
source experimental/developer-chatbot/compose.env; docker compose -f experimental/rag-developer-chatbot/docker-compose-dev-rag.yaml up -d
63+
source experimental/rag-developer-chatbot/compose.env; docker compose -f experimental/rag-developer-chatbot/docker-compose-dev-rag.yaml up -d
6464
```
6565
> ⚠️ **NOTE**: It will take a few minutes for the containers to come up. Adding the `-d` flag will have the services run in the background. ⚠️
6666
6767
#### Step 4: Run the notebooks
6868
The notebooks will run on a local JupyterServer on port 8888 (http://localhost:8888)
6969
70-
[Developer RAG Chatbot](../../rapids/notebooks/rapids_notebook.ipynb) is the Developer RAG Chatbot notebook
70+
[Developer RAG Chatbot](../../rapids/notebooks/rapids_notebook.ipynb) is the Developer RAG Chatbot notebook

0 commit comments

Comments
 (0)