Build & Deploy LangChain Powered Chat App with Docker & Streamlit

A Docker-Powered Chat App

MA Raza, Ph.D.
Level Up Coding
Published in
6 min readMay 30, 2023

--

In this article, we will explore the process of creating a Chat App using LangChain, OpenAI API, and Streamlit frameworks. To deploy the App, we will demonstrate the use of Docker and Docker-Compose for easy deployment on either in-house or cloud servers. When creating docker images, often the size of the image and the speed of generating images are critical. We have also deployed a demo app on Streamlit Public Cloud and Google App Engine for a quick preview.

--

--