langchain

Build context-aware reasoning applications

https://github.com/michellezh94/langchain

Science Score: 13.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
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (13.2%) to scientific vocabulary
Last synced: 10 months ago · JSON representation

Repository

Build context-aware reasoning applications

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

README.md

LangChain Logo


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

[!NOTE] Looking for the JS/TS library? Check out LangChain.js.

LangChain is a framework for building LLM-powered applications. It helps you chain together interoperable components and third-party integrations to simplify AI application development all while future-proofing decisions as the underlying technology evolves.

bash pip install -U langchain

To learn more about LangChain, check out the docs. If youre looking for more advanced customization or agent orchestration, check out LangGraph, our framework for building controllable agent workflows.

Why use LangChain?

LangChain helps developers build applications powered by LLMs through a standard interface for models, embeddings, vector stores, and more.

Use LangChain for: - Real-time data augmentation. Easily connect LLMs to diverse data sources and external / internal systems, drawing from LangChains vast library of integrations with model providers, tools, vector stores, retrievers, and more. - Model interoperability. Swap models in and out as your engineering team experiments to find the best choice for your applications needs. As the industry frontier evolves, adapt quickly LangChains abstractions keep you moving without losing momentum.

LangChains ecosystem

While the LangChain framework can be used standalone, it also integrates seamlessly with any LangChain product, giving developers a full suite of tools when building LLM applications.

To improve your LLM application development, pair LangChain with:

  • LangSmith - Helpful for agent evals and observability. Debug poor-performing LLM app runs, evaluate agent trajectories, gain visibility in production, and improve performance over time.
  • LangGraph - Build agents that can reliably handle complex tasks with LangGraph, our low-level agent orchestration framework. LangGraph offers customizable architecture, long-term memory, and human-in-the-loop workflows and is trusted in production by companies like LinkedIn, Uber, Klarna, and GitLab.
  • LangGraph Platform - Deploy and scale agents effortlessly with a purpose-built deployment platform for long running, stateful workflows. Discover, reuse, configure, and share agents across teams and iterate quickly with visual prototyping in LangGraph Studio.

Additional resources

  • Tutorials: Simple walkthroughs with guided examples on getting started with LangChain.
  • How-to Guides: Quick, actionable code snippets for topics such as tool calling, RAG use cases, and more.
  • Conceptual Guides: Explanations of key concepts behind the LangChain framework.
  • API Reference: Detailed reference on navigating base packages and integrations for LangChain.

Owner

  • Name: Michelle Zhang
  • Login: michellezh94
  • Kind: user
  • Location: 1850 Cotillion Dr UNIT 3310, Dunwoody, GA 30338
  • Company: Invisors

GitHub Events

Total
  • Create event: 3
Last Year
  • Create event: 3

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