https://github.com/muka/privategpt-docker
https://github.com/muka/privategpt-docker
Last synced: 28 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/muka/privategpt-docker
- Owner: muka
- License: apache-2.0
- Created: 2023-06-04T03:15:54.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-06-04T03:20:26.000Z (almost 2 years ago)
- Last Synced: 2025-03-30T02:24:49.736Z (about 2 months ago)
- Language: Dockerfile
- Size: 5.86 KB
- Stars: 11
- Watchers: 1
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# privateGPT with docker
Test repo to try out [privateGPT](https://github.com/imartinez/privateGPT).
Works in linux.
```
make setup# Add files to `data/source_documents`
# import the files
make ingest# ask about the data
make prompt```