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
6 changes: 3 additions & 3 deletions experimental/rag-developer-chatbot/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,16 +55,16 @@ Before proceeding with this guide, make sure you meet the following prerequisite
```
- Run the following command to build containers.
```
source experimental/developer-chatbot/compose.env; docker compose -f experimental/rag-developer-chatbot/docker-compose-dev-rag.yaml build
source experimental/rag-developer-chatbot/compose.env; docker compose -f experimental/rag-developer-chatbot/docker-compose-dev-rag.yaml build
```

- Run the following command to start containers.
```
source experimental/developer-chatbot/compose.env; docker compose -f experimental/rag-developer-chatbot/docker-compose-dev-rag.yaml up -d
source experimental/rag-developer-chatbot/compose.env; docker compose -f experimental/rag-developer-chatbot/docker-compose-dev-rag.yaml up -d
```
> ⚠️ **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. ⚠️

#### Step 4: Run the notebooks
The notebooks will run on a local JupyterServer on port 8888 (http://localhost:8888)

[Developer RAG Chatbot](../../rapids/notebooks/rapids_notebook.ipynb) is the Developer RAG Chatbot notebook
[Developer RAG Chatbot](../../rapids/notebooks/rapids_notebook.ipynb) is the Developer RAG Chatbot notebook