langserve logo

langserve

archived
langchain-ai/langserve

LangServe 🦜️🏓

GraphCanon updated today · GitHub synced today

2.3k
Stars
271
Forks
139
Open issues
20
Watchers
2mo
Last push
JavaScript OtherCreated Sep 29, 2023

Trust & integrity

Full report
Maintenance
Archived (66d since push)
As of today · Source: github_public_v1
Provenance
Not a fork · Organization account
As of today · Source: github_public_v1
Security (OSV)
No lockfile
As of today · Source: none

Public GitHub metadata and optional OSV dependency scans. Signals, not a guarantee. Trust methodology.

Backing

Company and funding context for LangChain. Display-only - not part of trust score or organic ranking.

Company
LangChain·GitHub org profile·today
Funding
$25,000,000 (2024-02)·GraphCanon curated seed (public press)·today
Commercial model
Open core·GraphCanon curated seed·today

Overview

Tools for deploying and serving models using LangChain with FastAPI.

Capability facts

Languages
javascript, python

Source: github.language+pyproject.toml · Jul 12, 2026

Categories

Graph entities

Compatibility

Sourced claims from the README excerpt - not unsourced marketing copy.

Python runtimePython

Source: README excerpt (regex_v1, Jul 11, 2026)

pip install "langserve[all]"
Source link

Tags

README

Installation

For both client and server:

pip install "langserve[all]"

or pip install "langserve[client]" for client code, and pip install "langserve[server]" for server code.