PuigFlows
Back to ResourcesBack
Tutorial
Beginner
AI

Tutorial: Introduction to LangChain

Learn the basics of LangChain to build AI applications. From installation to your first functional pattern.

15 minutes read
Josue Puig
2026-01-18
46 views

Was this resource helpful?

Share your comments or suggestions to improve our content.

Loading comments...

Information

Category
AI
Type
Tutorial
Difficulty
Beginner
Time
15 min read
Author
Josue Puig
Published
18 de enero de 2026
views46

Related Resources

Guía

Guide: RAG in Production — Chunking, Embeddings, Hybrid Search, and Reranking

Battle-tested patterns for building production-ready RAG (Retrieval-Augmented Generation) systems in 2026: semantic chunking, embedding selection, hybrid search, and cross-encoder reranking.

Guía
PREMIUM

LLM Evals: How to Test Your AI Application Before You Ship

Learn how to build evals for LLM applications: datasets from real traffic, deterministic checks, LLM-as-judge with binary rubrics, CI integration, and the biases and common mistakes that silently invalidate your metrics. Includes a complete pytest harness ready to use.

Guía
PREMIUM

Streaming LLM Responses with Server-Sent Events (SSE)

Learn to stream a language model's response token by token using Server-Sent Events (SSE). Covers the FastAPI backend, consuming the stream in the browser with EventSource and fetch, error handling and cancellation, and the common mistakes that break streaming in production.