https://github.com/hellothisisflo/learning-langchain-langgraph
Learning Langchain & Langgraph
https://github.com/hellothisisflo/learning-langchain-langgraph
Last synced: 3 months ago
JSON representation
Learning Langchain & Langgraph
- Host: GitHub
- URL: https://github.com/hellothisisflo/learning-langchain-langgraph
- Owner: HelloThisIsFlo
- Created: 2025-02-08T19:32:25.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2025-02-08T19:39:51.000Z (4 months ago)
- Last Synced: 2025-02-08T20:28:26.443Z (4 months ago)
- Language: Python
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Langchain & Langgraph
This repo is a place to learn and experiment with Langchain & Langgraph
## How to run?
1. Install `uv`, see [official repo](https://github.com/astral-sh/uv?tab=readme-ov-file#installation)
1. Run `uv sync`
1. Create a `.env` file in the root directory and add the following:
```bash
OPENAI_API_KEY=xxxxxxx
GOOGLE_API_KEY=xxxxxxx
LANGSMITH_TRACING=true
LANGSMITH_API_KEY=xxxxxx
LANGCHAIN_ENDPOINT=https://eu.api.smith.langchain.com/ # If using the EU endpoint
TAVILY_API_KEY=xxxx
```
1. Run each example, they are self-contained