Taranjeet Singh f842a92e25 Rename embedchain to mem0 and open sourcing code for long term memory (#1474) 1 년 전
..
bruno f842a92e25 Rename embedchain to mem0 and open sourcing code for long term memory (#1474) 1 년 전
configs f842a92e25 Rename embedchain to mem0 and open sourcing code for long term memory (#1474) 1 년 전
.dockerignore f842a92e25 Rename embedchain to mem0 and open sourcing code for long term memory (#1474) 1 년 전
.gitignore f842a92e25 Rename embedchain to mem0 and open sourcing code for long term memory (#1474) 1 년 전
Dockerfile f842a92e25 Rename embedchain to mem0 and open sourcing code for long term memory (#1474) 1 년 전
README.md f842a92e25 Rename embedchain to mem0 and open sourcing code for long term memory (#1474) 1 년 전
__init__.py f842a92e25 Rename embedchain to mem0 and open sourcing code for long term memory (#1474) 1 년 전
database.py f842a92e25 Rename embedchain to mem0 and open sourcing code for long term memory (#1474) 1 년 전
default.yaml f842a92e25 Rename embedchain to mem0 and open sourcing code for long term memory (#1474) 1 년 전
main.py f842a92e25 Rename embedchain to mem0 and open sourcing code for long term memory (#1474) 1 년 전
models.py f842a92e25 Rename embedchain to mem0 and open sourcing code for long term memory (#1474) 1 년 전
requirements.txt f842a92e25 Rename embedchain to mem0 and open sourcing code for long term memory (#1474) 1 년 전
sample-config.yaml f842a92e25 Rename embedchain to mem0 and open sourcing code for long term memory (#1474) 1 년 전
services.py f842a92e25 Rename embedchain to mem0 and open sourcing code for long term memory (#1474) 1 년 전
utils.py f842a92e25 Rename embedchain to mem0 and open sourcing code for long term memory (#1474) 1 년 전

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