Christian Clauss 3cff5e9898 Ruff: Add ASYNC checks (#1139) há 1 ano atrás
..
bruno fa3ca1d08a [REST API] Incorporate changes related to REST API docs (#900) há 1 ano atrás
configs 8dd5cb9602 Add `rest-api` example (#889) há 1 ano atrás
.dockerignore 8dd5cb9602 Add `rest-api` example (#889) há 1 ano atrás
.gitignore 8dd5cb9602 Add `rest-api` example (#889) há 1 ano atrás
Dockerfile fa3ca1d08a [REST API] Incorporate changes related to REST API docs (#900) há 1 ano atrás
README.md 4b8cada873 [REST API] Change docker image name and update docs (#901) há 1 ano atrás
__init__.py 8dd5cb9602 Add `rest-api` example (#889) há 1 ano atrás
database.py 8dd5cb9602 Add `rest-api` example (#889) há 1 ano atrás
default.yaml f7dd65a3de [Feature] Add support for OpenAI assistants and support openai version >=1.0.0 (#921) há 1 ano atrás
main.py 3cff5e9898 Ruff: Add ASYNC checks (#1139) há 1 ano atrás
models.py 5428765329 Beautify JSON docs (#906) há 1 ano atrás
requirements.txt 6c1ea7799e [Feature] Add support for Together AI API (#1058) há 1 ano atrás
sample-config.yaml 8dd5cb9602 Add `rest-api` example (#889) há 1 ano atrás
services.py 5428765329 Beautify JSON docs (#906) há 1 ano atrás
utils.py 6c1ea7799e [Feature] Add support for Together AI API (#1058) há 1 ano atrás

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