DocAsk is a portfolio RAG (Retrieval-Augmented Generation) system that lets employees ask natural-language questions over company policy PDFs and receive answers with source citations.
Problem
Teams waste time searching long policy documents. Keyword search misses context; reading every PDF does not scale.
Solution
PDF ingest and chunking pipeline
Vector embeddings stored in Chroma
Semantic retrieval + LLM generation with citations