Back to browse
Tensor.cx – Turn your documents into AI search in 30 seconds

Tensor.cx – Turn your documents into AI search in 30 seconds

by serkanaltuntas·Mar 1, 2026·1 point·0 comments

AI Analysis

●●SolidEye CandySolve My Problem

Citation-first RAG drops hallucination risk, but Remove.bg's citations + Perplexity's footnotes already proved this.

Strengths
  • Inline citations with clickable source highlights eliminate the 'where did this come from?' friction
  • Shareable workspace URLs let non-users search without signup—genuine team friction reducer
  • Honest about guardrails: says 'I don't know' when answer isn't in documents, unlike typical RAG toys
Weaknesses
  • RAG + citations solved by Perplexity, Consensus, Sourcegraph Cody—category is crowded
  • Requires login + file re-upload per workspace; no persistent library or cross-workspace search
Category
Target Audience

Legal/finance teams reviewing documents, consultants sharing research, anyone needing cited answers

Similar To

Perplexity (footnoted search) · Consensus (citation-first research) · ChatPDF

Post Description

Hi HN! I built tensor.cx — a tool that turns your documents into a searchable AI knowledge base in seconds.

I built this because I kept running into the same problem: having a pile of documents (PDFs, DOCX) and needing to find specific information quickly without hallucinatory answers. Existing RAG solutions were either too complex to set up, didn't provide reliable inline citations, or made it impossible to share the actual search experience with others.

How it works: 1. Drop your files (PDF, DOCX, TXT, Markdown) 2. We chunk and embed them using OpenAI's text-embedding-3-small 3. Ask questions in natural language and get answers with exact inline citations

We give every workspace a shareable URL so you don't have to onboard your whole team just to share a document search. You just send them the link, and they can search the docs immediately. (Note: Since document uploads cost money to embed, I do require a quick login to create a workspace, but no credit card is needed for the free tier).

Live demo: https://tensor.cx Free tier: 3 workspaces, 5 docs each, 30 queries/day.

Under the hood: - The RAG pipeline: query -> embed -> pgvector -> top 5 chunks -> LLM (via LiteLLM) -> streamed via SSE - Backend: Django 6 + Django Ninja, PostgreSQL, Celery - Frontend: Next.js 16 + React 19 + Tailwind CSS 4 - Infra: Fly.io, Neon (DB), Cloudflare R2, Stripe, Clerk

I'd love to hear your feedback on the product, and I'm happy to answer any questions about the architecture, RAG pipeline, or anything else!

Similar Projects

AI/ML●●Solid

ProofPudding – Document Extraction API with Citations (PDF/Docx)

ProofPudding returns extraction results with explicit links back to the exact page and source text, supports native and scanned PDFs plus DOCX/images, and ships Python/TypeScript SDKs — handy for agents that need auditable facts. It’s a pragmatic product (per-extraction pricing and confidence scores are nice), but the market is crowded; I want clarity on underlying models, real-world accuracy numbers, and how it compares to Document AI/Textract in edge cases.

Solve My ProblemSlick
garai
104mo ago
Productivity●●Solid

Reformat Word document citations (APA/Vancouver) in <1 second

Fast citation reformatting in Word; Zotero, Mendeley integrate natively and format automatically.

Solve My ProblemNiche Gem
brodie-neuro
713mo ago