mayooear / gpt4-pdf-chatbot-langchain

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

Docker Support #367

Open eshbeata opened 12 months ago

eshbeata commented 12 months 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 11 months ago

@mayooear mayooear