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
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
6868The 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
You can’t perform that action at this time.
0 commit comments