[REST API] Change docker image name and update docs (#901)

This commit is contained in:
Deshraj Yadav
2023-11-03 01:08:27 -07:00
committed by GitHub
parent fa3ca1d08a
commit 4b8cada873
5 changed files with 12 additions and 12 deletions

View File

@@ -29,7 +29,7 @@ pip install --upgrade embedchain
To run Embedchain as a REST API server run the following command:
```bash
docker run -d --name embedchain -p 8080:8080 embedchain/app:rest-api-latest
docker run -d --name embedchain -p 8080:8080 embedchain/rest-api:latest
```
Navigate to http://0.0.0.0:8080/docs to interact with the API.