Local Q\&A chatbot app for documents, ensuring complete privacy
Top 17.3% on sourcepulse
This project provides a private, local Q&A chatbot for interacting with your documents using GPT models, ensuring no data leaves your environment. It's designed for users who need to query sensitive documents without internet access or concerns about data privacy.
How It Works
The application leverages local Large Language Models (LLMs) to process and query documents. It uses Langchain for document handling and interaction with LLMs, enabling offline functionality. The architecture separates a React-based frontend for user interaction from a Python backend that manages document ingestion and LLM querying.
Quick Start & Requirements
npm install
and npm run dev
in the client
folder.pip install -r requirements.txt
and python privateGPT.py
in the server
folder.http://localhost:3000
.Highlighted Details
Maintenance & Community
Licensing & Compatibility
Limitations & Caveats
Data querying is noted as slow, requiring users to wait for responses. The project does not explicitly state which LLM models are supported or how to configure them.
2 years ago
1 day