Deven Patel a926bcc640 [Refactor] Converge Pipeline and App classes (#1021) 1 năm trước cách đây
..
.gitignore 6983ebba49 Chainlit + Embedchain Integration (Example) (#1020) 1 năm trước cách đây
README.md 6983ebba49 Chainlit + Embedchain Integration (Example) (#1020) 1 năm trước cách đây
app.py a926bcc640 [Refactor] Converge Pipeline and App classes (#1021) 1 năm trước cách đây
chainlit.md 6983ebba49 Chainlit + Embedchain Integration (Example) (#1020) 1 năm trước cách đây
requirements.txt 6983ebba49 Chainlit + Embedchain Integration (Example) (#1020) 1 năm trước cách đây

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