Deven Patel 539286aafd [Feature] Add Slack Loader (#932) hai 1 ano
..
bruno fa3ca1d08a [REST API] Incorporate changes related to REST API docs (#900) hai 1 ano
configs 8dd5cb9602 Add `rest-api` example (#889) hai 1 ano
.dockerignore 8dd5cb9602 Add `rest-api` example (#889) hai 1 ano
.gitignore 8dd5cb9602 Add `rest-api` example (#889) hai 1 ano
Dockerfile fa3ca1d08a [REST API] Incorporate changes related to REST API docs (#900) hai 1 ano
README.md 4b8cada873 [REST API] Change docker image name and update docs (#901) hai 1 ano
__init__.py 8dd5cb9602 Add `rest-api` example (#889) hai 1 ano
database.py 8dd5cb9602 Add `rest-api` example (#889) hai 1 ano
default.yaml f7dd65a3de [Feature] Add support for OpenAI assistants and support openai version >=1.0.0 (#921) hai 1 ano
main.py 539286aafd [Feature] Add Slack Loader (#932) hai 1 ano
models.py 5428765329 Beautify JSON docs (#906) hai 1 ano
requirements.txt 9d3568ef75 Update package version to 0.1.3 (#928) hai 1 ano
sample-config.yaml 8dd5cb9602 Add `rest-api` example (#889) hai 1 ano
services.py 5428765329 Beautify JSON docs (#906) hai 1 ano
utils.py e2546a653d [chore] fix rest api docs and other minor fixes (#902) hai 1 ano

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