Projects with this topic
Sort by:
-
A modular Retrieval-Augmented Generation (RAG) system for textbooks and long-form documents. Uses layout-aware heuristics + LLM-verified chunking to generalize across document formats (no hardcoded regex), stores embeddings and content in PostgreSQL/pgvector, and answers questions with query-routing guardrails (greeting/in-domain/off-topic/blocked detection).
Updated