Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 419 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 419 Bytes

langgraph experiment

Create a virtual environment :

python -m venv .venv
.\.venv\Scripts\activate

Install dependencies

pip install -U langgraph langchain langchain_openai langchain_experimental langchain_community bs4 matplotlib python-dotenv

Jupyter notebook

streamlit app