🔗 Integrations
⛓️ Chainlit
Integrate with Chainlit to create LLM chat apps
In this example, we will learn how to use Chainlit and Embedchain together.
Setup
First, install the required packages:
Create a Chainlit app
Create a new file called app.py
and add the following code:
Run the app
Try it out
Open the app in your browser and start chatting with it!
Was this page helpful?