Taranjeet Singh 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 سال پیش
README.md f842a92e25 Rename embedchain to mem0 and open sourcing code for long term memory (#1474) 1 سال پیش
app.py f842a92e25 Rename embedchain to mem0 and open sourcing code for long term memory (#1474) 1 سال پیش
chainlit.md 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 سال پیش

README.md

Chainlit + Embedchain Demo

In this example, we will learn how to use Chainlit and Embedchain together

Setup

First, install the required packages:

pip install -r requirements.txt

Run the app locally,

chainlit run app.py