A comprehensive, hands-on tutorial repository for learning and mastering LangChain - the powerful framework for building applications with Large Language Models (LLMs). This codebase provides a structured learning path with practical examples covering everything from basic chat models to advanced AI agents, organized in a progressive curriculum.
Stars
1
Forks
1
Watchers
1
Open Issues
13
Overall repository health assessment
No package.json found
This might not be a Node.js project
12
commits
✨ Update example files and README to reflect Ollama integration and new import paths, including changes to chat models, prompt templates, chains, RAG, and agents/tools.
c921b74View on GitHub✨ Update dependencies and refactor code to integrate Ollama for local LLM inference, replacing Google Generative AI references.
1fc8501View on GitHub✨ Add references section to README with links to official documentation and resources
85e4f23View on GitHub✨ Add initial implementations of agents and tools, including time retrieval, Wikipedia search, and document store integration
ee7c064View on GitHub✨ Update README with new repository link and expand examples to include advanced usage, streaming, parameters, multimodal models, and error handling
628c12dView on GitHub✨ Update chat model references to ChatGoogleGenerativeAI and add new chain examples for feedback processing and branching logic
01d6838View on GitHub✨ Add examples and documentation for LangChain prompt templates, including basic usage and integration with chat models
1cedff0View on GitHub✨ Add README and examples for LangChain chat models, including streaming, parameters, multimodal capabilities, and error handling
3031d5dView on GitHub✨ Add pyproject.toml for project configuration and chat models
0bad718View on GitHub