
Jun 2026 · LLMs & Agents
Structured Data Extraction from Text with LLMs
Use Python, Pydantic, and the Instructor library to extract structured data from unstructured text. Parse invoices and job postings into typed, validated Python objects reliably and at scale.
Read
Jun 2026 · LLMs & Agents
AI Agents with LangGraph for Data Analysis
Build an autonomous data analysis agent using LangGraph. Learn how agents differ from RAG, and implement the ReAct loop with tools for querying and summarizing data.
Read
Jan 2026 · LLMs & Agents
How to Build a RAG System with LangChain and Python
Build a Retrieval-Augmented Generation system with LangChain, ChromaDB, and OpenAI. Cover document indexing, MMR-based retrieval, evaluation with RAGAS, and production optimizations like re-ranking and semantic caching.
Read