Skip to content

Latest commit

 

History

History
39 lines (24 loc) · 515 Bytes

File metadata and controls

39 lines (24 loc) · 515 Bytes

streamlit-langchain

Development environment

Enter into the project directory

$ cd stremlit-langchain

Create a Python virtual environment,

$ poetry env use python3.12

Activate the Python virtual environment,

$ poetry shell

Install Python packages

$ poetry install

Run Streamlit Langchain example

Run the example with Streamlit

$ streamlit run src/streamlit_langchain/main.py

Then visit `http://127.0.0.1:8501.