-
I installed privateGPT yesterday, and after a couple hurdles I believe I have it installed properly and running on my Windows machine. I can view the UI on localhost:8001, and I can upload documents successfully. At first I tried copy-pasting some wikipedia pages into a text file and uploading it with the UI. This worked, but when I started trying to ask about information on the data it had ingested, it just spit out a random blurb from the text. No matter what I ask it, it repeats the same thing.
I can ask it anything and it will always respond with the same blurb. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Ok Iván Martínez in the discord helped me out. The problem was my PGPT_PROFILES environment variable was not set properly. To fix, I needed to make sure I was in a command window, not a powershell. Then enter
To verify, run
and you should see the output
From there you can
|
Beta Was this translation helpful? Give feedback.
Ok Iván Martínez in the discord helped me out.
The problem was my PGPT_PROFILES environment variable was not set properly.
To fix, I needed to make sure I was in a command window, not a powershell.
Then enter
set PGPT_PROFILES=local
To verify, run
set PGPT_PROFILES
and you should see the output
PGPT_PROFILES=local
From there you can
make run