Christian Clauss 3cff5e9898 Ruff: Add ASYNC checks (#1139) 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 3cff5e9898 Ruff: Add ASYNC checks (#1139) hai 1 ano
models.py 5428765329 Beautify JSON docs (#906) hai 1 ano
requirements.txt 6c1ea7799e [Feature] Add support for Together AI API (#1058) 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 6c1ea7799e [Feature] Add support for Together AI API (#1058) 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