Skip to content

An example of integrating LangGraph workflow with Chainlit

License

Notifications You must be signed in to change notification settings

brucechou1983/chainlit_langgraph

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chainlit Langgraph integration

Installation

Python requirements

In your Python 3.10 virtual env, install all deps by running:

pip install --upgrade pip
pip install poetry
poetry install

Ollama

This demo uses Llama 3 via Ollama by default.

Download and install Ollama, and run

ollama pull llama3
ollama serve

Usage

chainlit run app.py --port 8000

About

An example of integrating LangGraph workflow with Chainlit

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages