vinzenzu/localRAG
Free, local, open-source RAG with Mistral 7B LLM, using local documents.
This tool helps you quickly get answers from your personal documents (PDFs, text files) by using an AI model that runs entirely on your own computer. You feed it your documents, ask questions in a simple web interface, and it provides summaries and answers directly from your content. It's designed for individuals or small teams who need to query their private document collections securely.
No commits in the last 6 months.
Use this if you need to extract information and get direct answers from a collection of your own documents without sending them to an external cloud service.
Not ideal if you don't have a moderately powerful computer or are looking for a plug-and-play solution that doesn't require some technical setup.
Stars
11
Forks
1
Language
Python
License
—
Category
Last pushed
Mar 08, 2024
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/rag/vinzenzu/localRAG"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
LearningCircuit/local-deep-research
Local Deep Research achieves ~95% on SimpleQA benchmark (tested with GPT-4.1-mini). Supports...
NVIDIA-AI-Blueprints/rag
This NVIDIA RAG blueprint serves as a reference solution for a foundational Retrieval Augmented...
Denis2054/RAG-Driven-Generative-AI
This repository provides programs to build Retrieval Augmented Generation (RAG) code for...
hienhayho/rag-colls
Collection of recent advanced RAG techniques.
jeremiahbohr/literature-mapper
Transform academic PDFs into a Knowledge Graph with typed claims, temporal analysis,...