Files
humanlayer/examples/langchain-anthropic
2025-06-03 13:30:15 -07:00
..
2024-09-21 16:29:16 -07:00
2024-09-21 16:29:16 -07:00
2024-10-10 15:20:12 -07:00
2024-09-21 16:29:16 -07:00
2024-09-21 16:43:02 -07:00
2025-06-03 13:30:15 -07:00

LangChain Examples

Two ways to get started:

  1. If you're comfortable with virtualenvs
  2. If you prefer docker

Set up Environment Variable

cp dotenv.example .env
# fill out values

If you're comfortable with virtualenvs

Activate a new virtualenv however you prefer, for example:

python3 -m venv venv
source venv/bin/activate

install requirements

pip install -r requirements.txt
python 04-linkedin-anthropic.py

If you prefer docker

docker compose run examples 04-linkedin-anthropic.py

All Examples