A collection of projects and experiments built while learning LangChain.
- LLMs (Large Language Models)
- Chat Models (HuggingFace, OpenAI)
- Embedded Models
- Python
- LangChain
- HuggingFace API
- Clone the repo
- Create a virtual environment:
python -m venv venv - Install dependencies:
pip install -r requirements.txt - Add your API keys in a
.envfile
Actively learning and adding projects.