This project aims to enhance document search and retrieval processes, ensuring privacy and accuracy in data handling.
pip install -r requirements.txt
ollama pull mistral
mkdir source_documents
Supported file types:
.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),
python ingest.py
python privateGPT.py
To use a different model try
ollama pull llama2:13b
MODEL=llama2:13b python privateGPT.py