LangChain

LangChain

Build context-aware reasoning applications

Language: PythonCategory: AI/MLFirst released: 2022Created by: Harrison ChaseLicense: MIT

LangChain is a framework for developing applications powered by large language models. It provides tools for chaining prompts, calling external APIs, retrieving data from vector stores, and maintaining conversational memory. LangChain supports multiple LLM providers and integrates with a rich ecosystem of tools and data sources, enabling developers to build complex, context-aware AI agents and RAG applications with minimal boilerplate code.

Links

Key Features

Chain CompositionPrompt TemplatesVector Store IntegrationAgent FrameworkConversational MemoryTool Integration