Small practice project for experimenting with LangChain chat models, Groq, Google Gemini, and LangGraph.
- Create and activate a virtual environment.
- Install dependencies:
pip install -r requirements.txt- Copy
.env.exampleto.envand add your API keys. - Open
generativeai/langchainIntro.ipynbin Jupyter or VS Code.
The .env file and local virtual environment are ignored so secrets and installed packages are not committed.