Founder & Lead Developer — NyayX (LLM-powered document Q&A with RAG over embedded PDF chunks)
Built an LLM-powered document Q&A system for a multitenant legaltech SaaS by chunking uploaded legal PDFs, embedding them, and storing vectors in pgvector. Implemented a RAG pipeline so users could query document content and receive answers grounded in retrieved chunks. Focused on enabling LLM question answering rather than traditional text labeling. • Data representation used: document chunks and vector embeddings in pgvector • Labeling/annotation work involved: preparing textual chunks for retrieval/Q&A • Software/components: OpenAI API, pgvector, S3 for documents, Redis caching • Application goal: tenant-isolated RAG-based Q&A over legal documents