Create a QnA GPT4 chatbot on your documents.
10K+
This container is based of https://github.com/SamurAIGPT/privateGPT/ it is slightly modified to handle the hostname.
docker run -d --name PrivateGPT \
-p 3000:3000 \
-p 5000:5000 \
rattydave/privategpt
Access via http://<DOCKER_HOST>:3000
All the import plugins are pre-installed.
Please note
To enable importing documents form the host.
docker run -d --name PrivateGPT \
-v /home/user/source:/root/privateGPT/server/source_documents \
-p 3000:3000 \
-p 5000:5000 \
rattydave/privategpt
Content type
Image
Digest
sha256:91eb270d0…
Size
2.7 GB
Last updated
about 3 years ago
docker pull rattydave/privategpt