A hands-on repository containing my practice, experiments, and learning implementations using LangChain and LLM application development concepts.
- Chains
- Agents
- Prompt Templates
- Output Parsers
- Runnables
- Tool Calling
- RAG (Retrieval-Augmented Generation)
- Retrievers
- Vector Stores
- Document Loaders
- Text Splitters
- Structured Output
- Models & Integrations
langchain-learning-lab/
│
├── agents/
├── chains/
├── models/
├── outputparsers/
├── prompts/
├── rag/
├── retrievers/
├── runnables/
├── toolcalling/
├── vectorstore/
├── langchain-document-loaders-main/
├── textsplittermain/
└── langchainstructuredoutput/This repository is part of my learning journey in:
- LLM application development
- AI engineering
- LangChain framework
- Prompt engineering
- Retrieval systems
- AI agent workflows
- Python
- LangChain
- OpenAI API
- Vector Databases
- RAG Pipelines
This repository contains practice implementations, experiments, and concept-based examples created while learning LangChain and modern AI application development.