langchain-experiments icon indicating copy to clipboard operation
langchain-experiments copied to clipboard

Deploy different experiments as APIs locally/on cloud using langchain-serve

Open deepankarm opened this issue 2 years ago • 0 comments

Repo - langchain-serve.

  • Exposes APIs from function definitions locally as well as on the cloud.
  • Very few lines of code changes and ease of development remain the same as local.
  • Supports both REST & WebSocket endpoints
  • Serverless/autoscaling endpoints with automatic tls certs on the cloud.
  • Real-time streaming, human-in-the-loop support - which is crucial for chatbots.

Disclaimer: I'm the primary author of langchain-serve.

deepankarm avatar May 02 '23 04:05 deepankarm