Deven Patel a926bcc640 [Refactor] Converge Pipeline and App classes (#1021) il y a 1 an
..
bruno fa3ca1d08a [REST API] Incorporate changes related to REST API docs (#900) il y a 2 ans
configs 8dd5cb9602 Add `rest-api` example (#889) il y a 2 ans
.dockerignore 8dd5cb9602 Add `rest-api` example (#889) il y a 2 ans
.gitignore 8dd5cb9602 Add `rest-api` example (#889) il y a 2 ans
Dockerfile fa3ca1d08a [REST API] Incorporate changes related to REST API docs (#900) il y a 2 ans
README.md 4b8cada873 [REST API] Change docker image name and update docs (#901) il y a 2 ans
__init__.py 8dd5cb9602 Add `rest-api` example (#889) il y a 2 ans
database.py 8dd5cb9602 Add `rest-api` example (#889) il y a 2 ans
default.yaml f7dd65a3de [Feature] Add support for OpenAI assistants and support openai version >=1.0.0 (#921) il y a 2 ans
main.py a926bcc640 [Refactor] Converge Pipeline and App classes (#1021) il y a 1 an
models.py 5428765329 Beautify JSON docs (#906) il y a 2 ans
requirements.txt 6c1ea7799e [Feature] Add support for Together AI API (#1058) il y a 1 an
sample-config.yaml 8dd5cb9602 Add `rest-api` example (#889) il y a 2 ans
services.py 5428765329 Beautify JSON docs (#906) il y a 2 ans
utils.py 6c1ea7799e [Feature] Add support for Together AI API (#1058) il y a 1 an

README.md

Single command to rule them all,

docker run -d --name embedchain -p 8080:8080 embedchain/rest-api:latest

To run the app locally,

# will help reload on changes
DEVELOPMENT=True && python -m main

Using docker (locally),

docker build -t embedchain/rest-api:latest .
docker run -d --name embedchain -p 8080:8080 embedchain/rest-api:latest
docker image push embedchain/rest-api:latest