Posts
All the articles I've posted.
-
Evaluating Agentic RAG Systems - A Practical Guide with PubMedQA
Practical guide to evaluating agentic RAG on PubMedQA using RAGAS — covering context precision, faithfulness, answer correctness, and exact match with ChromaDB vector store.
-
Evidence-First AI - Implementing Agentic RAG with OpenAI Agents SDK
Updated:Build a PaperQA-inspired agentic RAG system using OpenAI Agents SDK — multi-agent orchestration, semantic search with ChromaDB, ReAct pattern, and LLM-as-judge reranking.