mayooear / gpt4-pdf-chatbot-langchain

GPT4 & LangChain Chatbot for large PDF docs
https://www.youtube.com/watch?v=ih9PBGVVOO4
14.94k stars 3.02k forks source link

Docker Support #367

Open eshbeata opened 1 year ago

eshbeata commented 1 year ago

Support Docker compose

The ability to keep training model with the need to rebuild web

Training the Model

docker-compose build train

Running Web

docker-compose build web && docker-compose up web
eshbeata commented 1 year ago

@mayooear mayooear