Articles by tag: langchain
How to save reasoning content in LangChain for CoT models
Step-by-step patch for LangChain to avoid losing reasoning content in CoT models. Improve UX and response speed of your AI applications today.
AI agents: architecture and implementation in Python
How AI agents are structured: components, ReAct cycle, multi-agent systems and a practical example on LangChain. For middle/senior developers.
RAG Systems Explained: Python Guide
Discover how Retrieval-Augmented Generation (RAG) beats LLM limitations with fresh data and citations. Build a minimal Python RAG pipeline using LangChain and Wikipedia—start reducing hallucinations today.