Demonstration · repository-backed
Single-document Q&A prototype
Demonstrate a document upload, retrieval, and context-constrained answer flow using synthetic content.
Review prototype limitationsArchitecture / work shown
- Next.js upload and question interface
- PDF or UTF-8 text extraction
- 1,000-character chunks with 200-character overlap
- TF-IDF/cosine lexical retrieval
- Top-three chunks sent to Groq for generation
- Temporary process-memory session store
Truthful result
A technical prototype existed in the repository. The public interactive path was retired after it failed the production audit and its data-handling/session limitations were identified.
Limitations
- Not a client deployment
- Not a semantic embedding or durable vector database
- No verified citations, accuracy, latency, scale, privacy, or adoption result
- No public upload is currently enabled