How to Set Up PrivateGPT on Windows 11

PrivateGpt is an alternative to QuiVR. I am still struggling to set up QuiVR. I am following the demo given by How finity on YouTube, https://youtu.be/FbmTSfiKkss?si=jh5-Q9WgzCJtRLoE

Steps to Set Up

  1. Visit imartinez/privateGPT: Interact privately with your documents using the power of GPT, 100% privately, no data leaks (github.com)
  2. Click on Code -> Open with GitHub Desktop
  3. Paste the command pip install -r requirements.txt in Terminal.
  4. Download the LLM model and place it in Models folder.
  5. Change the example.env template into .env
  6. Edit the variables appropriately in the .env file
  7. Put all your files into the sources_docuements directory.
  8. Run the python ingest.py . It is for the machine to understand your files/ documents.
  9. Run python privateGPT.py
  10. You can ask any questions / query. Answer will be based on your files/
  11. Type exit to end the process.

Issues Faced:

#1: pip need update The command i used on my windows environment is python -m pip install –upgrade pip

#2 Error: subprocess-exited-with-error. I used this How to fix error: subprocess-exited-with-error in Python | sebhastian to solve the issue. Solution 1: download this in the article is used to solve the issue.


@lerlerchan by LerLer Chan
lerlerchan
| | | |

Ler Travel Diary is using Web Hosting
To be a smart saver, check out ShopBack for more information.
Enjoy SGD5 discount voucher on Klook with code 53E7UD
Need discount for your travels? Check out our travel deals page.

Similar Posts

Leave a Reply

Your email address will not be published. Required fields are marked *