- 🔗 LLM Chains — Sequential and routing chains
- 🤖 Agents — Tool-using autonomous agents
- 🧠 Memory — Conversation buffer and summary memory
- 📄 Document QA — RAG with vector stores
- 🛠️ Custom Tools — Building LangChain tools
git clone https://github.com/aasimansari1/LangChain-Models.git
cd LangChain-Models
pip install -r requirements.txt
# Add your OPENAI_API_KEY to .env
python main.pyMade with ❤️ by Mohd Aasim Ansari