Ask questions to your documents without an internet connection, using the power of LLMs. 100% private, no data leaves your execution environment at any point. You can ingest documents and ask questions without an internet connection!
Built with LangChain, GPT4All, LlamaCpp, Chroma and SentenceTransformers.
In order to set your environment up to run the code here, first install all requirements:
pip3 install -r requirements.txt
Alternative requirements installation with poetry
-
Install poetry
-
Run this commands
cd privateGPT
poetry install
poetry shell