Back to projects
AI and agentic engineering

Document question and answer with RAG

intermediate

answer questions over a set of PDFs with citations

Status

Track where this project stands in your portfolio.

Suggested stack

Python, FastAPI, an embedding model, Qdrant, an LLM

Proves

retrieval, chunking, evaluation

Milestones
  1. 01ingest and chunk
  2. 02embed and store
  3. 03retrieve and rerank
  4. 04answer with citations
  5. 05evaluate with RAGAS