Taranjeet Singh f842a92e25 Rename embedchain to mem0 and open sourcing code for long term memory (#1474) 1 năm trước cách đây
..
bruno f842a92e25 Rename embedchain to mem0 and open sourcing code for long term memory (#1474) 1 năm trước cách đây
configs f842a92e25 Rename embedchain to mem0 and open sourcing code for long term memory (#1474) 1 năm trước cách đây
.dockerignore f842a92e25 Rename embedchain to mem0 and open sourcing code for long term memory (#1474) 1 năm trước cách đây
.gitignore f842a92e25 Rename embedchain to mem0 and open sourcing code for long term memory (#1474) 1 năm trước cách đây
Dockerfile f842a92e25 Rename embedchain to mem0 and open sourcing code for long term memory (#1474) 1 năm trước cách đây
README.md f842a92e25 Rename embedchain to mem0 and open sourcing code for long term memory (#1474) 1 năm trước cách đây
__init__.py f842a92e25 Rename embedchain to mem0 and open sourcing code for long term memory (#1474) 1 năm trước cách đây
database.py f842a92e25 Rename embedchain to mem0 and open sourcing code for long term memory (#1474) 1 năm trước cách đây
default.yaml f842a92e25 Rename embedchain to mem0 and open sourcing code for long term memory (#1474) 1 năm trước cách đây
main.py f842a92e25 Rename embedchain to mem0 and open sourcing code for long term memory (#1474) 1 năm trước cách đây
models.py f842a92e25 Rename embedchain to mem0 and open sourcing code for long term memory (#1474) 1 năm trước cách đây
requirements.txt f842a92e25 Rename embedchain to mem0 and open sourcing code for long term memory (#1474) 1 năm trước cách đây
sample-config.yaml f842a92e25 Rename embedchain to mem0 and open sourcing code for long term memory (#1474) 1 năm trước cách đây
services.py f842a92e25 Rename embedchain to mem0 and open sourcing code for long term memory (#1474) 1 năm trước cách đây
utils.py f842a92e25 Rename embedchain to mem0 and open sourcing code for long term memory (#1474) 1 năm trước cách đây

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