Local RAG Search Tool for 200 Million Web Pages
·2026.05.04 22:26
Key point
It is an open-source library for RAG that indexes over 200 million web pages, enabling local web search without any API calls.
Details
LLMSearchIndex is an open-source library designed for RAG (Retrieval-Augmented Generation) applications, enabling internet-scale web search to be performed locally without external API calls.
Key Features and Data:
- Massive Dataset: Utilizing Wikipedia and FineWeb data, it indexes approximately 203 million web pages.
- Optimized for Local Execution: No external API calls are needed at query time, which is advantageous for security and speed.
- Efficient Architecture: It uses the
all-MiniLM-L6-v2embedding model, reduces dimensionality from 384 dimensions to 64 dimensions via PCA (Principal Component Analysis), and applies Binary Quantization to maximize search efficiency. - Search Method: Based on a FAISS index, it supports optional reranking using cosine similarity as needed.
System Requirements:
- RAM: Approximately 6 GB
- Disk Space: Approximately 10 GB
- Hardware: Supports CPU inference, with GPU being optional.
This summary was generated automatically by AI. Check the original for the author's claims and context. Copyright belongs to the original author.
Our guide explains how the AI works. Report summary errors, attribution issues, or removal requests via Contact.