Science Score: 26.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (11.8%) to scientific vocabulary
Last synced: 10 months ago · JSON representation

Repository

Basic Info
  • Host: GitHub
  • Owner: cy-suite
  • License: mit
  • Language: Jupyter Notebook
  • Default Branch: master
  • Size: 715 MB
Statistics
  • Stars: 0
  • Watchers: 0
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Created over 1 year ago · Last pushed over 1 year ago
Metadata Files
Readme Contributing License Code of conduct Citation Codeowners Security

README.md

LangChain

Build context-aware reasoning applications

Release Notes CI PyPI - License PyPI - Downloads GitHub star chart Open Issues Open in Dev Containers Open in GitHub Codespaces Twitter

Looking for the JS/TS library? Check out LangChain.js.

To help you ship LangChain apps to production faster, check out LangSmith. LangSmith is a unified developer platform for building, testing, and monitoring LLM applications. Fill out this form to speak with our sales team.

Quick Install

With pip:

bash pip install langchain

With conda:

bash conda install langchain -c conda-forge

What is LangChain?

LangChain is a framework for developing applications powered by large language models (LLMs).

For these applications, LangChain simplifies the entire application lifecycle:

  • Open-source libraries: Build your applications using LangChain's open-source components and third-party integrations. Use LangGraph to build stateful agents with first-class streaming and human-in-the-loop support.
  • Productionization: Inspect, monitor, and evaluate your apps with LangSmith so that you can constantly optimize and deploy with confidence.
  • Deployment: Turn your LangGraph applications into production-ready APIs and Assistants with LangGraph Platform.

Open-source libraries

  • langchain-core: Base abstractions.
  • Integration packages (e.g. langchain-openai, langchain-anthropic, etc.): Important integrations have been split into lightweight packages that are co-maintained by the LangChain team and the integration developers.
  • langchain: Chains, agents, and retrieval strategies that make up an application's cognitive architecture.
  • langchain-community: Third-party integrations that are community maintained.
  • LangGraph: LangGraph powers production-grade agents, trusted by Linkedin, Uber, Klarna, GitLab, and many more. Build robust and stateful multi-actor applications with LLMs by modeling steps as edges and nodes in a graph. Integrates smoothly with LangChain, but can be used without it. To learn more about LangGraph, check out our first LangChain Academy course, Introduction to LangGraph, available here.

Productionization:

  • LangSmith: A developer platform that lets you debug, test, evaluate, and monitor chains built on any LLM framework and seamlessly integrates with LangChain.

Deployment:

  • LangGraph Platform: Turn your LangGraph applications into production-ready APIs and Assistants.

Diagram outlining the hierarchical organization of the LangChain framework, displaying the interconnected parts across multiple layers. Diagram outlining the hierarchical organization of the LangChain framework, displaying the interconnected parts across multiple layers.

What can you build with LangChain?

** Question answering with RAG**

** Extracting structured output**

** Chatbots**

And much more! Head to the Tutorials section of the docs for more.

How does LangChain help?

The main value props of the LangChain libraries are:

  1. Components: composable building blocks, tools and integrations for working with language models. Components are modular and easy-to-use, whether you are using the rest of the LangChain framework or not.
  2. Easy orchestration with LangGraph: LangGraph, built on top of langchain-core, has built-in support for messages, tools, and other LangChain abstractions. This makes it easy to combine components into production-ready applications with persistence, streaming, and other key features. Check out the LangChain tutorials page for examples.

Components

Components fall into the following modules:

** Model I/O**

This includes prompt management and a generic interface for chat models, including a consistent interface for tool-calling and structured output across model providers.

** Retrieval**

Retrieval Augmented Generation involves loading data from a variety of sources, preparing it, then searching over (a.k.a. retrieving from) it for use in the generation step.

** Agents**

Agents allow an LLM autonomy over how a task is accomplished. Agents make decisions about which Actions to take, then take that Action, observe the result, and repeat until the task is complete. LangGraph makes it easy to use LangChain components to build both custom and built-in LLM agents.

Documentation

Please see here for full documentation, which includes:

  • Introduction: Overview of the framework and the structure of the docs.
  • Tutorials: If you're looking to build something specific or are more of a hands-on learner, check out our tutorials. This is the best place to get started.
  • How-to guides: Answers to How do I.? type questions. These guides are goal-oriented and concrete; they're meant to help you complete a specific task.
  • Conceptual guide: Conceptual explanations of the key parts of the framework.
  • API Reference: Thorough documentation of every class and method.

Ecosystem

  • LangSmith: Trace and evaluate your language model applications and intelligent agents to help you move from prototype to production.
  • LangGraph: Create stateful, multi-actor applications with LLMs. Integrates smoothly with LangChain, but can be used without it.
  • LangGraph Platform: Deploy LLM applications built with LangGraph into production.

Contributing

As an open-source project in a rapidly developing field, we are extremely open to contributions, whether it be in the form of a new feature, improved infrastructure, or better documentation.

For detailed information on how to contribute, see here.

Contributors

langchain contributors

Owner

  • Name: cy-suite
  • Login: cy-suite
  • Kind: organization

GitHub Events

Total
  • Public event: 1
Last Year
  • Public event: 1

Dependencies

.github/actions/people/action.yml actions
  • Dockerfile * docker
.github/actions/poetry_setup/action.yml actions
  • actions/cache v4 composite
  • actions/setup-python v5 composite
.github/actions/uv_setup/action.yml actions
  • astral-sh/setup-uv v5 composite
.github/workflows/_compile_integration_test.yml actions
  • ./.github/actions/uv_setup * composite
  • actions/checkout v4 composite
.github/workflows/_integration_test.yml actions
  • ./.github/actions/uv_setup * composite
  • actions/checkout v4 composite
.github/workflows/_lint.yml actions
  • ./.github/actions/uv_setup * composite
  • actions/checkout v4 composite
.github/workflows/_release.yml actions
  • ./.github/actions/uv_setup * composite
  • actions/checkout v4 composite
  • actions/download-artifact v4 composite
  • actions/upload-artifact v4 composite
  • ncipollo/release-action v1 composite
  • pypa/gh-action-pypi-publish release/v1 composite
.github/workflows/_test.yml actions
  • ./.github/actions/uv_setup * composite
  • actions/checkout v4 composite
.github/workflows/_test_doc_imports.yml actions
  • ./.github/actions/uv_setup * composite
  • actions/checkout v4 composite
.github/workflows/_test_pydantic.yml actions
  • ./.github/actions/uv_setup * composite
  • actions/checkout v4 composite
.github/workflows/_test_release.yml actions
  • ./.github/actions/uv_setup * composite
  • actions/checkout v4 composite
  • actions/download-artifact v4 composite
  • actions/upload-artifact v4 composite
  • pypa/gh-action-pypi-publish release/v1 composite
.github/workflows/api_doc_build.yml actions
  • EndBug/add-and-commit v9 composite
  • actions/checkout v4 composite
  • actions/setup-python v5 composite
  • mikefarah/yq master composite
.github/workflows/check-broken-links.yml actions
  • actions/checkout v4 composite
  • actions/setup-node v3 composite
.github/workflows/check_diffs.yml actions
  • ./.github/actions/uv_setup * composite
  • Ana06/get-changed-files v2.2.0 composite
  • actions/checkout v4 composite
  • actions/setup-python v5 composite
.github/workflows/check_new_docs.yml actions
  • Ana06/get-changed-files v2.2.0 composite
  • actions/checkout v4 composite
  • actions/setup-python v5 composite
.github/workflows/codespell.yml actions
  • actions/checkout v4 composite
.github/workflows/people.yml actions
  • ./.github/actions/people * composite
  • actions/checkout v4 composite
  • mxschmitt/action-tmate v3 composite
.github/workflows/run_notebooks.yml actions
  • ./.github/actions/uv_setup * composite
  • actions/checkout v4 composite
  • aws-actions/configure-aws-credentials v4 composite
  • google-github-actions/auth v2 composite
.github/workflows/scheduled_test.yml actions
  • ./langchain/.github/actions/poetry_setup * composite
  • ./langchain/.github/actions/uv_setup * composite
  • actions/checkout v4 composite
  • aws-actions/configure-aws-credentials v4 composite
  • google-github-actions/auth v2 composite
.github/actions/people/Dockerfile docker
  • python 3.9 build
docs/api_reference/requirements.txt pypi
  • autodoc_pydantic >=2,<3
  • beautifulsoup4 *
  • myst-nb >=1.1.1
  • myst-parser >=3
  • pydata-sphinx-theme >=0.15
  • pyyaml *
  • sphinx >=8,<9
  • sphinx-autobuild >=2024
  • sphinx-copybutton *
  • sphinx-design *
  • sphinxcontrib-googleanalytics *
  • toml >=0.10.2