Tag

VectorStore

1 views collected around this technical thread.

JD Retail Technology
JD Retail Technology
Nov 14, 2023 · Artificial Intelligence

An Overview of LangChain: Core Concepts, Components, and Practical Applications

This article introduces LangChain—a Python framework for building LLM‑driven applications—explains its core components such as models, indexes, chains, memory, and agents, and provides practical code examples for document summarization, retrieval‑augmented QA, and future development directions.

AgentsLLMLangChain
0 likes · 19 min read
An Overview of LangChain: Core Concepts, Components, and Practical Applications
Architect
Architect
Jul 31, 2023 · Artificial Intelligence

Getting Started with LangChain: Building LLM‑Powered Applications

This article introduces LangChain, explains why it’s useful for building applications with large language models, walks through installation, API‑key setup, model and embedding selection, prompt engineering, chaining, memory, agents, and vector‑store indexing, and provides runnable Python code examples throughout.

AgentsLLMLangChain
0 likes · 16 min read
Getting Started with LangChain: Building LLM‑Powered Applications