Taranjeet Singh f842a92e25 Rename embedchain to mem0 and open sourcing code for long term memory (#1474) vor 1 Jahr
..
.gitignore f842a92e25 Rename embedchain to mem0 and open sourcing code for long term memory (#1474) vor 1 Jahr
README.md f842a92e25 Rename embedchain to mem0 and open sourcing code for long term memory (#1474) vor 1 Jahr
app.py f842a92e25 Rename embedchain to mem0 and open sourcing code for long term memory (#1474) vor 1 Jahr
chainlit.md f842a92e25 Rename embedchain to mem0 and open sourcing code for long term memory (#1474) vor 1 Jahr
requirements.txt f842a92e25 Rename embedchain to mem0 and open sourcing code for long term memory (#1474) vor 1 Jahr

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