2023-07-07T17:17:04+00:00
sudo apt install git
git clone git@github.com:imartinez/privateGPT.git
cd privateGPT/
sudo apt install python3-pip
sudo apt install python3.11-venv
python3 -m venv privategptenv
source privategptenv/bin/activate
pip3 install -r requirements.txt
cp example.env .env
wget https://gpt4all.io/models/ggml-gpt4all-j-v1.3-groovy.bin
mv *.txt privateGPT/source_documents/
pip install sentence_transformers
python ingest.py
python privateGPT.py
For 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.