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

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