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