
GitHub - alphasecio/langchain-examples: A collection of apps …
This repository contains a collection of apps powered by LangChain. LangChain is an open-source framework created to aid the development of applications leveraging the power of large language …
Modules of LangChain - GeeksforGeeks
Jul 23, 2025 · LangChain is a modular framework designed to build applications powered by large language models (LLMs). Its architecture allows developers to integrate LLMs with external data, …
LangChain: A Comprehensive Beginner’s Guide - Analytics Vidhya
3 days ago · LangChain guide covering prompts, chains, tools, agents, memory, and retrieval. Learn how to build scalable, real-world AI applications.
Build a RAG agent with LangChain - Docs by LangChain
We can create a simple indexing pipeline and RAG chain to do this in ~40 lines of code. See below for the full code snippet:
12 real-world LangChain usecases - Educative
Jun 30, 2025 · LangChain usecases continue to evolve as more teams explore how to integrate language models into dynamic systems. In this section, we’ll cover the practical, high-impact ways …
How to Use LangChain to Build With LLMs – A Beginner's Guide
Apr 11, 2024 · LangChain is a popular framework for creating LLM-powered apps. It was built with these and other factors in mind, and provides a wide range of integrations with closed-source model …
Explained: What is LangChain? How to Use LangChain Chains
Nov 14, 2025 · In this updated guide, we explore what LangChain Chains actually mean in 2025, how they work using the new LCEL (LangChain Expression Language), and how they help developers …
Prompts in LangChain with Examples | by Mangesh Salunke - Medium
Apr 6, 2025 · Prompts in LangChain with Examples In this series of LangChain, we are looking into building AI-powered applications using the LangChain framework.
Langchain Tools and Agents use cases with examples
Dec 23, 2025 · LangChain—a revolutionary framework designed to simplify and enhance the development of language-based AI applications. In this blog post, we’ll explore the core components …
LangChain 101: A Complete Guide with Concepts and Code Examples
Jan 26, 2025 · LangChain is a versatile framework for building LLM-powered applications. By leveraging components like prompt templates, chains, agents, tools, and memory, you can create sophisticated …