VLog
VLog copied to clipboard
Deploy VLog as APIs on production using langchain-serve?
Repo - langchain-serve
- Exposes APIs from function definitions locally as well as on the cloud.
- Very few lines of code changes, ease of development remains the same as local.
- Supports both REST & Websocket endpoints
- Serverless/autoscaling endpoints with automatic tls certs on cloud
- Real-time streaming, human-in-the-loop support
- Local to cloud-ready in just one command -
lc-serve deploy local/jcloud <app>
Disclaimer: I'm the primary author of langchain-serve.
I love the iead
Hi @deepankarm , that sound great! and would it require much effort to achieve?