langchain-serve  by jina-ai

CLI tool for deploying LangChain apps to Jina AI Cloud

Created 2 years ago
1,632 stars

Top 25.6% on SourcePulse

GitHubView on GitHub
Project Summary

This project provides a framework for deploying LangChain applications as production-ready APIs using Jina and FastAPI. It targets developers looking to easily scale their LLM-powered applications, offering both cloud deployment on Jina AI Cloud and self-hosting options.

How It Works

The core of the project utilizes decorators (@serving, @slackbot, @job) to wrap LangChain applications, abstracting away infrastructure management. It leverages FastAPI for API creation and Jina's serverless, autoscaling architecture for cloud deployments, enabling real-time streaming via WebSockets and secure API access with authorization.

Quick Start & Requirements

  • Install via pip: pip install langchain-serve
  • Deployment to Jina AI Cloud: lc-serve deploy <app-name>
  • Further details and examples available in the official documentation.

Highlighted Details

  • One-click deployment of pre-built LangChain apps like AutoGPT, BabyAGI, and Pandas-AI.
  • Support for building and distributing Slack bots with a dedicated decorator.
  • Features include secure API authorization, streaming LLM interactions, persistent storage, and asynchronous job execution.
  • Ability to export applications as Docker Compose or Kubernetes YAML for self-hosting.

Maintenance & Community

This repository is no longer maintained. The project was developed by Jina AI. Community engagement is encouraged via Discord.

Licensing & Compatibility

The project does not explicitly state a license in the provided README. Compatibility for commercial use or closed-source linking is not specified.

Limitations & Caveats

The project is marked as no longer maintained, indicating a lack of ongoing development and potential for unaddressed issues or outdated dependencies.

Health Check
Last Commit

2 years ago

Responsiveness

Inactive

Pull Requests (30d)
0
Issues (30d)
0
Star History
1 stars in the last 30 days

Explore Similar Projects

Starred by Chip Huyen Chip Huyen(Author of "AI Engineering", "Designing Machine Learning Systems") and David Cramer David Cramer(Cofounder of Sentry).

llmgateway by theopenco

1.6%
791
LLM API gateway for unified provider access
Created 9 months ago
Updated 21 hours ago
Starred by Pawel Garbacki Pawel Garbacki(Cofounder of Fireworks AI), Chip Huyen Chip Huyen(Author of "AI Engineering", "Designing Machine Learning Systems"), and
2 more.

gpt4free by xtekky

0.1%
66k
API package for multi-provider LLM requests (GPT-4.1, Gemini 2.5, Deepseek R1)
Created 2 years ago
Updated 14 hours ago
Feedback? Help us improve.