Status: Idle

Vectors Computed: 0

How 100% Client-Side AI Works (Zero Trust Security)

Traditional "Chat with PDF" tools (like ChatGPT or Claude) require you to upload your sensitive files (NDAs, tax returns, medical records) to their backend servers. This is a massive privacy risk and often violates corporate security policies.

SmartCalcTools takes a revolutionary "Zero Trust" approach. When you upload a PDF here, our website downloads a tiny, highly-optimized AI model (around 22MB) directly into your browser cache. This AI model runs on your local machine (using WebGPU or WebAssembly).

The RAG Architecture (Retrieval-Augmented Generation)

1. Extraction: Your PDF is parsed locally using PDF.js.
2. Chunking: The text is split into paragraphs.
3. Embedding: The local AI converts each paragraph into a mathematical representation (a high-dimensional Vector).
4. Semantic Search: When you ask a question, the AI converts your question into a vector and uses Cosine Similarity to find the exact paragraph in your document that contains the answerโ€”understanding meaning, not just exact keywords.