2023-07-07T17:17:04+00:00
sudo apt install gitgit clone git@github.com:imartinez/privateGPT.gitcd privateGPT/sudo apt install python3-pipsudo apt install python3.11-venvpython3 -m venv privategptenvsource privategptenv/bin/activatepip3 install -r requirements.txtcp example.env .envwget https://gpt4all.io/models/ggml-gpt4all-j-v1.3-groovy.binmv *.txt privateGPT/source_documents/pip install sentence_transformerspython ingest.pypython privateGPT.pyFor each query it took 5 to 6 minutes. Some queries were answered ok. But other responses were hallucination; the data of the response was not in the source documents.