Senior Data Scientist
Meinhardt Group- Developed a Multimodal Agentic RAG system for Q&A over technical documents and engineering drawings, iterating from vector RAG to Graph RAG to resolve accuracy degradation on complex, relational queries, improving multi-hop query accuracy by 35%+ over baseline vector retrieval.
- Designed a Graph RAG pipeline that extracts entities, relationships, and key claims from engineering documents into a knowledge graph, enabling multi-hop reasoning across interconnected concepts and reducing hallucination by 40%+ by overcoming the structural context loss of chunk-based vector retrieval.
- Implemented hierarchical, structure-aware chunking to preserve tables and cross-references in engineering documents, replacing fixed-token splitting and cutting context-fragmentation retrieval errors by 30%+.
- Benchmarked RAG pipeline quality using RAGAS (faithfulness, context precision, context recall, answer relevancy), achieving 95%+ accuracy, 99%+ consistency, and <5% hallucination rate across production evaluation sets.
- Engineered a scalable microservices architecture, containerizing ingestion, partitioning, and query pipelines with Docker into 10+ independently deployable services.
- Deployed and orchestrated the application on a self-managed Kubernetes cluster, ensuring 99.9%+ uptime and efficient auto-scaling under variable load (100+ concurrent requests).