MichaelSebero / PrivateGPT4Linux-CLI

This shell script installs an upgraded CLI version of privateGPT for Linux.

Home Page:https://github.com/imartinez/privateGPT/tree/primordial

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to Install

New Configuration

curl -LO "https://raw.githubusercontent.com/MichaelSebero/PrivateGPT4Linux/main/installer.sh"

sh installer.sh

Original Configuration

curl -LO "https://raw.githubusercontent.com/MichaelSebero/PrivateGPT4Linux/main/original-installer/installer.sh"

sh installer.sh

How to Use

1. Ingest Documents

. Put any and all your files into the source_documents directory. The supported extensions are:

  • .csv: CSV,
  • .docx: Word Document,
  • .doc: Word Document,
  • .enex: EverNote,
  • .eml: Email,
  • .epub: EPub,
  • .html: HTML File,
  • .md: Markdown,
  • .msg: Outlook Message,
  • .odt: Open Document Text,
  • .pdf: Portable Document Format (PDF),
  • .pptx : PowerPoint Document,
  • .ppt : PowerPoint Document,
  • .txt: Text file (UTF-8),

Run the following command below to ingest the data.

cd /home/$USER/privateGPT && python3 ingest.py

2. Run PrivateGPT

cd /home/$USER/privateGPT && python3 privateGPT.py

About

This shell script installs an upgraded CLI version of privateGPT for Linux.

https://github.com/imartinez/privateGPT/tree/primordial

License:GNU General Public License v3.0


Languages

Language:Shell 100.0%