DocSense is a production-deployed RAG platform. Users upload PDFs, paste URLs, or add YouTube transcripts, and the system answers questions grounded in that content - no hallucination, unlike generic AI chat.
I built the full pipeline: PostgreSQL/pgvector for vector search, a...