Zynaptrix is a context-aware RAG system built around Google Gemini and a modular agent pipeline to convert heterogeneous documents into accurate, professional reports. The backend ingests PDFs and images, uses a captioner, figure-splitter, and table transformer to extract structured content, then creates embeddings and indexes for fast retrieval. An orchestrator agent composes retrieved context with Gemini-powered synthesis; a report-writer agent formats outputs into exportable documents while a safety-critic agent enforces guardrails. The architecture separates ingestion, embedding, retrieval, and generation concerns so teams can add new extractors or retrievers easily. The frontend provides an assistant API and machine-focused workflows for interactive querying and batch report generation. Designed for research and enterprise use, Zynaptrix emphasizes provenance (source links and extracted snippets), multimodal understanding (text, figures, tables), and reproducible report generation for knowledge workers, analysts, and technical communicators
Category tags: