October 31st, 2023
How to Install & Use PrivateGPT
PrivateGPT allows you to chat with your local documents, pdfs, cvs, etc.. The chat result is more relevant and private. It allows you to localize GPT and no need to go to openAI which incures additional cost (embedding).
The official documentation for privateGPT is available from Official privateGPT Guide. The following is a simplified step-by-step-guide.
Step-by-step Guide
Installation
Clone the repo:
sh
git clone https://github.com/imartinez/privateGPT
pyenv install 3.11
Note: to use 3.11 python, do this:
pyenv local 3.11
c. Install Poetry:
poetry install --with ui,local
poetry run python scripts/setup
cmd
CMAKE_ARGS="-DLLAMA_METAL=on" pip install --force-reinstall --no-cache-dir llama-cpp-python
# Running
Enter the following comamnd to run:
PGPT_PROFILES=local make run
# Possible Issues
The best place to report the issues you are running into is through the repo's github issue report:
https://github.com/imartinez/privateGPT/issues
As of Oct. 26, 2023, there are 448 open issuesOther articles
September 20th, 2023
while discussing its benefits, limitations, and potential. read more...
October 20th, 2023
scover the benefits and challenges associated with AutoGpt. read more...