Skip to content

Commit

Permalink
Merge pull request #1424 from milvus-io/jaelgu-patch-2
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
wxywb authored Sep 20, 2024
2 parents d1ea33f + 0a754ad commit 0e5daad
Showing 1 changed file with 15 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,21 @@ Run the Streamlit application:
$ streamlit run app.py
```

**Optional: Deploy with Docker Image**

You are also able to deploy the application using the docker image:

```bash
$ docker run -itd \
-p 5005:5005 \
-e ZILLIZ_URI="YOUR_MILVUS_OR_ZILLIZ_ENDPOINT" \
-e ZILLIZ_TOKEN="YOUR_MILVUS_OR_ZILLIZ_TOKEN" \
-e OPENAI_API_KEY="YOUR_OPENAI_API_KEY" \
towhee/milvus_rag:v0.1
```

With the service up, you should be able to visit it in browser with http://localhost:5005

### Example Usage

**Step 1:** Enter your question in the chat and click on 'submit' button.
Expand Down

0 comments on commit 0e5daad

Please sign in to comment.