File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
experimental/rag-developer-chatbot Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -55,16 +55,16 @@ Before proceeding with this guide, make sure you meet the following prerequisite
55
55
```
56
56
- Run the following command to build containers.
57
57
```
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
59
59
```
60
60
61
61
- Run the following command to start containers.
62
62
```
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
64
64
```
65
65
> ⚠️ **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. ⚠️
66
66
67
67
#### Step 4: Run the notebooks
68
68
The notebooks will run on a local JupyterServer on port 8888 (http://localhost:8888)
69
69
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
You can’t perform that action at this time.
0 commit comments