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

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