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

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