diff --git a/experimental/rag-developer-chatbot/README.md b/experimental/rag-developer-chatbot/README.md index fa25c37b3..79749de71 100644 --- a/experimental/rag-developer-chatbot/README.md +++ b/experimental/rag-developer-chatbot/README.md @@ -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 \ No newline at end of file +[Developer RAG Chatbot](../../rapids/notebooks/rapids_notebook.ipynb) is the Developer RAG Chatbot notebook