Chainlit + Embedchain Integration (Example) (#1020)

This commit is contained in:
Sidharth Mohanty
2023-12-18 13:20:56 +05:30
committed by GitHub
parent 9943d1e015
commit 6983ebba49
7 changed files with 140 additions and 1 deletions

View File

@@ -0,0 +1,17 @@
## Chainlit + Embedchain Demo
In this example, we will learn how to use Chainlit and Embedchain together
## Setup
First, install the required packages:
```bash
pip install -r requirements.txt
```
## Run the app locally,
```
chainlit run app.py
```