sungchun12 / langchain-demo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

langchain-demo

Quick notes for Future Sung

Use this repo to build powerful utilities. Solve real problems. Think: everyday carry type energy.

# setup venv
python -m venv venv
source venv/bin/activate
pip install -r requirements.txt
source venv/bin/activate

# run a quick demo to show off base mechanics
python demo.py

About

License:MIT License


Languages

Language:Python 100.0%