pdfGPT icon indicating copy to clipboard operation
pdfGPT copied to clipboard

Deploy `pdfGPT` as APIs locally/on cloud using `langchain-serve`

Open deepankarm opened this issue 2 years ago • 0 comments
trafficstars

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.

We can extend the simple existing app pdf-qna on langchain-serve.

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

deepankarm avatar Apr 27 '23 04:04 deepankarm