- Clone the repository
- Create .env file with the help of .env.example
- Run the following commands (Make sure Docker is installed & running)
docker build --tag langchain-demo . docker run -d -p 8000:5000 --rm langchain-demo- Open the browser and go to http://localhost:8000