An open API service indexing awesome lists of open source software.

https://github.com/muka/privategpt-docker


https://github.com/muka/privategpt-docker

Last synced: 28 days ago
JSON representation

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

```