msoedov/langcorn
⛓️ Serving LangChain LLM apps and agents automagically with FastApi. LLMops
This project helps software developers or MLOps engineers quickly turn their LangChain-based large language model (LLM) applications into web APIs. You provide your existing LangChain models or pipelines, and it outputs a ready-to-use API server with documentation and security features. This allows for easy deployment and integration of AI applications into other systems.
940 stars. No commits in the last 6 months. Available on PyPI.
Use this if you are a developer who wants to expose your LangChain applications as scalable, robust web services without writing all the API infrastructure from scratch.
Not ideal if you are not working with LangChain models or do not need to serve your LLM applications as an API.
Stars
940
Forks
72
Language
Python
License
MIT
Category
Last pushed
Jul 15, 2024
Commits (30d)
0
Dependencies
11
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/llm-tools/msoedov/langcorn"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Related tools
tryAGI/LangChain
C# implementation of LangChain. We try to be as close to the original as possible in terms of...
UiPath/uipath-langchain-python
Python SDK that enables developers to build and deploy LangGraph agents to the UiPath Cloud Platform
BrandPeng/Langchain1.0-Langgraph1.0-Learning
这是一个 LangChain 1.0 和 LangGraph 1.0 的学习仓库,学习如何进行agent开发,涵盖从基础概念到实战项目的完整学习路径。
Shikenso-Analytics/langchain-taiga
Python toolkit that lets your LangChain agents automate Taiga: create, search, edit & comment on...
leonyangdev/lc-studylab
LC-StudyLab 是一个完整演示 LangChain v1.0 全家桶能力的开源项目,整合了 LangGraph、DeepAgents、RAG 检索增强生成、Guardrails...