SamurAIGPT / EmbedAI

An app to interact privately with your documents using the power of GPT, 100% privately, no data leaks
https://www.thesamur.ai/?utm_source=github&utm_medium=link&utm_campaign=github_privategpt
MIT License
2.78k stars 298 forks source link
chatbot chatgpt embedai embeddings generative gpt gpt4 gpt4all langchain models openai privategpt vectorstore whisper

PrivateGPT

Create a QnA chatbot on your documents without relying on the internet by utilizing the capabilities of local LLMs. Ensure complete privacy and security as none of your data ever leaves your local execution environment. Seamlessly process and inquire about your documents even without an internet connection. Inspired from imartinez

pgpt

Contents

Getting started

Code is up, ⭐ (Star) the repo meanwhile to receive updates

Follow Anil Chandra Naidu Matcha & Ankur Singh on twitter for updates

Requirements

How to run

  1. Go to client folder and run the below commands

    npm install   
    npm run dev
  2. Go to server folder and run the below commands

    pip install -r requirements.txt
    python privateGPT.py
  3. Open http://localhost:3000, click on download model to download the required model initially

  4. Upload any document of your choice and click on Ingest data. Ingestion is fast

  5. Now run any query on your data. Data querying is slow and thus wait for sometime

Support

Join our discord https://discord.gg/A6EzvsKX4u to get support

Data

The supported extensions for documents are:

Check repos