https://github.com/raffaeleterribile/langchain-exercises
https://github.com/raffaeleterribile/langchain-exercises
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/raffaeleterribile/langchain-exercises
- Owner: raffaeleterribile
- Created: 2024-12-08T12:39:16.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-12-08T20:47:18.000Z (5 months ago)
- Last Synced: 2025-02-08T08:35:16.884Z (3 months ago)
- Language: Jupyter Notebook
- Size: 18.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Exercises with LangChain
To use the notebooks, prepare 5 environment variables:
- LANGCHAIN_TRACING_V2: ("true" to enable tracing)
- LANGCHAIN_API_KEY: authorization key to use langchain cloud
- BASE_URL: base url of the model
- OPENAI_API_KEY: authorization key to use the model
- TAVILY_API_KEY: authorization key to use the search engine Tavily to search in Internet