Personal RAG - Private Semantic Search
AI & LLM Tools
What is Personal RAG - Private Semantic Search?
How it works
Features & Benefits
- Files never leave your device - all processing happens in the browser via WebAssembly
- Index persists across sessions using OPFS (browser's private file system)
- Supports PDF, DOCX, images (OCR), and plain text files
- True semantic search using neural embeddings - finds meaning, not just keywords
Frequently Asked Questions
Is my data private?
Yes. Everything runs locally in your browser. Files are parsed in a Web Worker, embeddings are computed on-device, and the index is stored in your browser's Origin Private File System (OPFS) - accessible only by this site.
What file types are supported?
Plain text (.txt, .md, code files), PDF, DOCX, and images (PNG, JPG, etc. via OCR). Images require an initial OCR pass before embedding.
Will my index survive a page refresh?
Yes. The vector index is stored in OPFS and persists across sessions. You can clear it at any time from the Index Manager.
How big can my document collection be?
Up to 500 files per ingestion batch. The index size is limited by your browser's OPFS quota (typically ~10% of available disk space).
Related Tools
Popular Utilities
Format, validate, and minify JSON instantly in your browser. Your data never leaves your device.
Decode JWT tokens and inspect header and payload instantly in your browser. Your tokens never leave your device.
Count words, characters, sentences, and estimate reading time instantly in your browser. No sign-up required.