Taranjeet Singh 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
README.md f842a92e25 Rename embedchain to mem0 and open sourcing code for long term memory (#1474) il y a 1 an
app.py f842a92e25 Rename embedchain to mem0 and open sourcing code for long term memory (#1474) il y a 1 an
chainlit.md 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

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