Deven Patel db37b2ac15 [Bugfix] fix chunker config bug (#1024) vor 2 Jahren
..
.gitignore 6983ebba49 Chainlit + Embedchain Integration (Example) (#1020) vor 2 Jahren
README.md 6983ebba49 Chainlit + Embedchain Integration (Example) (#1020) vor 2 Jahren
app.py db37b2ac15 [Bugfix] fix chunker config bug (#1024) vor 2 Jahren
chainlit.md 6983ebba49 Chainlit + Embedchain Integration (Example) (#1020) vor 2 Jahren
requirements.txt 6983ebba49 Chainlit + Embedchain Integration (Example) (#1020) vor 2 Jahren

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