Back to work
Context-Aware PDF Question Answering
PDFs hold useful information, but asking them direct questions is awkward. I built the retrieval path myself so answers could be generated from the document rather than from an unconstrained prompt.
What stayed with me
Building the retrieval path made the limits clearer: answer quality depends as much on chunking and context selection as it does on the model.
Core behavior
- 01PDF ingestion and chunking
- 02Vector retrieval
- 03Context-grounded answers
PythonLangChainChromaDBGemini Flash